Trane Z-Wave Programmable Thermostat (T400) #3541
-
I'm using Z-Wave JS UI standalone with HomeAssistant MQTT gateway and MQTT discovery and trying to integrate a Trane Z-Wave Programmable Thermostat (T400). The thermostat is discovered and partially usable. (The same Thermostat worked before in a Z-Wave connection to Homeseer so it seems to be functional.)
Is there something I can change to make this work? MQTT topic
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
If you're using HA, you should preferably use the Z-Wave integration with the Z-Wave JS UI addon and not MQTT. Integration has much better support of devices compared to the MQTT discovery solution |
Beta Was this translation helpful? Give feedback.
-
In my Case HA is running as a virtual machine on a proxmox VE server and Z-Wave JS UI is installed trough Node.js on a diskless PXE-booted and poe-powered Raspberry PI. The proxmox server lives in a server rack too far away and the plan was to add another raspberry pi with Z-Wave JS UI for a second building in the future. Everything else seems to work fine except for this issue with the thermostat. Is there a way to influence or override the discovery to add the missing fields? |
Beta Was this translation helpful? Give feedback.
The stick must be connected to the instance running zwave-js-ui so if you have a server running hass and an rpi with zui it would be:
Server A...............................Server B (RPI)
Home Assistant ................... Zwave-JS UI
Zwave-JS Integration <------> Websocket ( default port 3000)
Essentially when you enable
WS Server
option underHome Assistant
section in UI Settings ZUI will open a websocket server that allows home assistant to communicate with the stick.@kpine could give you more details about how to configure the integration propely