I’m in the process of replacing my Ecobee thermostat with a Trane XR524 Zwave thermostat. I am using ZwaveJS2Mqtt (not using MQTT, socket connection).
Version infomation:
zwavejs2mqtt: 6.8.0
zwave-js: 9.0.6
Home Assistant: 2022.4.7
The issue is the thermostat isn’t updating at all during schedule changes, temperature changes, etc. If I login to the Zwave2JS admin panel and “Refresh Values” it updates, but that’s it. If I change the value, the set temperature value will change, but that’s it. I noticed this doesn’t use Zwave+ or security, so wasn’t sure if that was an issue. Has anyone else had the same experience with these thermostats?
What you’re describing sounds like the device isn’t sending its updates to the controller. This usually indicates the device did not add the controller into the ‘lifeline’ group (association group 1) during pairing. You could try either unjoin the device and pair it again to see if you get a better result or option 2 - add the stick into association group 1 - the Lifeline group.
Go to the device in the ZWaveJS2mqtt console. Expand the device in question (in this case the thermostat) the click on ‘groups’ on the left. You SHOULD see something like this.
I’m going to try and re-join it. I think when I joined it I used the Home Assistant “Add Device” and this time I’ll try through the Zwavejs2Mqtt admin panel.