Please Note This forum exists for community support for the Mango product family and the Radix IoT Platform. Although Radix IoT employees participate in this forum from time to time, there is no guarantee of a response to anything posted here, nor can Radix IoT, LLC guarantee the accuracy of any information expressed or conveyed. Specific project questions from customers with active support contracts are asked to send requests to support@radixiot.com.
Thermostat example for beginner
-
Hi there, I desperately need some help. I am looking for examples that I can download and look at, how it is done. Are any examples available?
I am trying to implement a type of thermostat mechanism, which it seems that lots of people are implementing, but I dont understand where the "Set temp to 55" is defined and returned to the thermostat.
Is there anywhere to go to get help for this?
-
It will depend on the protocol you're using and the configuration of the thermostat device you're trying to set. If your device is modbus, you just need to look up the register that's holding the setpoint, then configure a modbus point that is settable and corresponds to that register. Setting to the point to x will send a modbus signal out that the value of that register is now x.