kpine
kpine
> target value is write only Devices can report target value along with current value, so it probably should not be read-only. The [value](https://zwave-js.github.io/node-zwave-js/#/api/CCs/MultilevelSwitch?id=targetvalue) itself is read-write.
@robertsLando I think this is the problem: on startup driver function `getPriorityRoute` is called, this populates the existing route data: https://github.com/zwave-js/zwave-js-ui/blob/4caeb7150a8d0bb5f9d0998488491322627736ef/api/lib/ZwaveClient.ts#L5375-L5390 The driver calls `GetPriorityRoute` on the controller to get...
Post the contents of your docker compose file. Are you mapping a persistent volume/directory to the store directory?
That looks fine to me. Next step would be to provide driver debug logs demonstrating the problem. https://zwave-js.github.io/zwave-js-ui/#/troubleshooting/generating-logs?id=driver-logs
Not elegant, but I make the `settings.json` file read-only to accomplish this.
> I'm having same issue with my thermostat - Nortek Security & Control LLC - Z-Wave Plus Thermostat. On latest HA and ZwaveJs. What is "latest" for you? This should...
If you're still having a problem on 2024.10.3+, at minimum you're going need to provide some information about your thermostat, such as the product name/model, and the min and max...
> Attached debug info from ZwaveJS > [thermostat-debug-info.txt](https://github.com/user-attachments/files/17589502/thermostat-debug-info.txt) @b0ddu I see that this file is from **Z-Wave JS UI** and you have MQTT enabled. Are you using MQTT integration with...
@rckingsley If you have one of the GoControl Z-Wave GD00Z-X devices, it works with the **Z-Wave integration** _not_ the Linear integration. That Linear integration presumably works with their line of...
> I’m not sure how to provide any diagnostics when I actually add the device to HA, but I am attaching the diagnostics for the actual device after it was...