Search found 2 matches
- Tuesday 30 August 2016 11:28
- Forum: MySensors
- Topic: incomplete HVAC switch mysensors
- Replies: 3
- Views: 1397
Re: incomplete HVAC switch mysensors
There is one workaround: You cant create three dummy selectors and specify all the needed values for those. Then you add three dimmers in your sketch. Hide those dimmers from domoticz UI. Can be done by adding $ in then begining of device name. Then in lua or blocky "link" these dummy selectors and ...
- Monday 29 August 2016 17:19
- Forum: MySensors
- Topic: incomplete HVAC switch mysensors
- Replies: 3
- Views: 1397
incomplete HVAC switch mysensors
Hello, i was recently building a new HVAC node wich can send IR commands to my wall mounted air conditioning. fortunately mysensors has several variables implemented so that i can send several values over to the node. S_HVAC is the switch wich has the following variables: V_HVAC_SETPOINT_HEAT this ...