You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm having a bit of a hard time here. The thermostat setpoints are not being picked up or registered by my Node-Red setup.
Not sure if this is a node-red-contrib-openzwave, node-openzwave-shared or open-zwave issue. But as I can see the packets coming in in the OZW_Log file, I'm leaning towards the former two.
This is a snip of my log file. You can see on the line 7, the setpoint packet has been successfully received. Received: 0x01, 0x0c, 0x00, 0x04, 0x00, 0x03, 0x06, 0x43, 0x03, 0x01, 0x42, 0x0a, 0xf0, 0x0b
However there is no Info following it and it never shows up in Node-Red. Have tested it with three different thermostats (Qubino, HeatIt, MCOHome) so far and all three have the same behavior. All other data from the thermostats is being processed correctly.
if you can get me an zwave thermostat that'd be handy :) just kidding, we just need an example of how are thermostat values set using OpenZWave, then I can try modelling it using a higher level example
I'd be more than happy to provide the examples you need. I'm afraid I just might need a bit more guidance on what exactly is needed and where can I find it.
The way I usually receive data from my devices, is log the values in Node-Red when including a node, or doing a "refreshNodeInfo" on an already included node. If I need to specifically refresh some information, I can just use the valueID and do a refreshValue.
I'm having a bit of a hard time here. The thermostat setpoints are not being picked up or registered by my Node-Red setup.
Not sure if this is a node-red-contrib-openzwave, node-openzwave-shared or open-zwave issue. But as I can see the packets coming in in the OZW_Log file, I'm leaning towards the former two.
This is a snip of my log file. You can see on the line 7, the setpoint packet has been successfully received.
Received: 0x01, 0x0c, 0x00, 0x04, 0x00, 0x03, 0x06, 0x43, 0x03, 0x01, 0x42, 0x0a, 0xf0, 0x0b
However there is no Info following it and it never shows up in Node-Red. Have tested it with three different thermostats (Qubino, HeatIt, MCOHome) so far and all three have the same behavior. All other data from the thermostats is being processed correctly.
Any ideas or help would be welcome.
The text was updated successfully, but these errors were encountered: