Replies: 4 comments 1 reply
-
Hi @iskoch01,
Using pollValue does make sense, as getValue returns last known, where as poll re-fetches from device. On the basis your problem is not getting updates in node red when you change it on you're phone: This sounds like an association problem. Can you confirm the model of the thermo, and also that it's lifeline is set to the controller (Node 1) You can check the associations here: EDIT Thermostat Setpoint Report : When either the heat or cool target is changed locally |
Beta Was this translation helpful? Give feedback.
-
Thanks. I’ll check into it when I get back home to Nebraska this weekend.
The thermostat is ADC-T2000.
When setting it up, I left the associations alone because the instructions I _was_ able to find was not enough.
I’m still puzzled why the thermostat sent updates to node red at first, but when alarm.com changed the set points, node red didn’t get it automatically. I’ll check into the associations.
… On Apr 3, 2022, at 2:50 AM, Marcus Davies ***@***.***> wrote:
Hi @iskoch01,
This sounds like an association problem.
From Experience, thermos have odd association glitches, we usually have to patch them using configuration edits.
Can you confirm the model of the thermo, and also that it's lifeline is set to the controller (Node 1)
You can check the associations here:
Click the node in the UI, and open up Association Management - there should be a lifeline group and your zwave stick should be in there? if not add the controller => Node 1, Endpoint 0
I have found a manual - that has an interesting section in association Reports - but want to to first check the obvious (and your model).
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you were mentioned.
|
Beta Was this translation helpful? Give feedback.
-
Interesting! I’ll check that, too! :)
… On Apr 7, 2022, at 8:17 AM, Isaac Koch ***@***.***> wrote:
Thanks. I’ll check into it when I get back home to Nebraska this weekend.
The thermostat is ADC-T2000.
When setting it up, I left the associations alone because the instructions I _was_ able to find was not enough.
I’m still puzzled why the thermostat sent updates to node red at first, but when alarm.com changed the set points, node red didn’t get it automatically. I’ll check into the associations.
>> On Apr 3, 2022, at 2:50 AM, Marcus Davies ***@***.***> wrote:
>>
>
> Hi @iskoch01,
>
> This sounds like an association problem.
> From Experience, thermos have odd association glitches, we usually have to patch them using configuration edits.
>
> Can you confirm the model of the thermo, and also that it's lifeline is set to the controller (Node 1)
>
> You can check the associations here:
> Click the node in the UI, and open up Association Management - there should be a lifeline group and your zwave stick should be in there? if not add the controller => Node 1, Endpoint 0
>
> I have found a manual - that has an interesting section in association Reports - but want to to first check the obvious (and your model).
>
> —
> Reply to this email directly, view it on GitHub, or unsubscribe.
> You are receiving this because you were mentioned.
|
Beta Was this translation helpful? Give feedback.
-
The association was not set. Fixed. Where can I go to learn more about association reports? Thanks again. |
Beta Was this translation helpful? Give feedback.
-
Hi all, this package is incredibly helpful!
I have a question that maybe answered - can I put it in birds-eye view?
I have an older Simon Xt control panel - controlled via Alarm.com - controlling an Alarm.com thermostat - integrated to Node-Red with this excellent package and a Z-Stick 7. The problem is with setpoint updates.
Since I need current states when node-red launches, I got some help writing a query function. (Couldn't figure out cmd-factory. Help came from here: https://discourse.nodered.org/t/interrogating-z-wave-thermostat-using-node-red-contrib-zwave-js/56332/12)
When I changed the setpoints on my phone, the thermostat changed, but node-red didn't get updated. I could get the correct values only by interviewing the thermostat manually.
To work around the problem, I changed my function to pollValue instead of getValue.
Any ideas?
Beta Was this translation helpful? Give feedback.
All reactions