Hi folks,
I've got 3 CT101's in my house, one for each floor. I control the 1st and 2nd floor via temp control, so I don't have any critical failures (ie, set temp to 70 when I want heat, 62 when I don't).
When I change the setpoint in HA or NR, the tstat doesn't register the change, and it spits the current setpoint back to me (interface in HA changes back to the original.
However, I am able to turn the heat on and off via Mode.
I have tried re-interviewing, excluding/re-including, excluding/resetting device/including. There is no change in the behavior.
I can change the setpoint at the tstat and it will hold, but the setpoint does not display in ZJS or HA.
I have also tried toggling the "Lock Setpoint Changes" option, which doesn't seem to affect anything.
This snippet is the debug level for ZJS when setting the setpoint. Quickly sends back the 70f report, which is not accurate (currently 66 at the device).
2024-10-28 17:13:21.219 INFO Z-WAVE: Writing 66 to 101-67-0-setpoint-1
2024-10-28 17:13:21.271 INFO Z-WAVE: [Node 101] Value updated: 67-0-setpoint-1 70 => 66
2024-10-28 17:13:21.276 INFO Z-WAVE: Success zwave api call writeValue { status: 254 }
2024-10-28 17:13:26.379 INFO Z-WAVE: [Node 101] Value updated: 67-0-setpoint-1 66 => 70
Please let me know if I can provide more info here, and thanks for reading.