Adding Honeywell T6 Pro Series Z-Wave Therastates to Home Assistant Green

Can anyone help me understand what I need to do to add my Honeywell T6 Z-Way thermostats to my Home Assistant Green?

Buy zwave stick

Install zwavejsui addon

Pair t6 to ha using zwavejsui

Totally agree. However there is also Step #4. Set up Automations. The T6 will be integrated into Home Assistant, so you can use the “Climate” actions. Easy peasy.

Thanks. Z-Wave is part of HA green I thought or am I mistaken? Or are you saying even with HA green I will need a zwave stick?

Yes. You need to add zwave device. It does not have built in zwave.

Thanks. I purchased a z-wave USB stick but z-wave JS add-on is not starting. Here is what I am getting in the logs:

2024-05-29T21:08:01.081Z DRIVER   version 12.5.5
2024-05-29T21:08:01.082Z DRIVER   
2024-05-29T21:08:02.229Z CONFIG   version 12.5.5
2024-05-29T21:08:04.591Z CNTRLR   querying Serial API capabilities...
2024-05-29T21:08:06.217Z CNTRLR   Failed to execute controller command after 1/3 attempts. Scheduling next try in 100 ms.
2024-05-29T21:08:07.328Z CNTRLR   Failed to execute controller command after 2/3 attempts. Scheduling next try in 1100 ms.
2024-05-29T21:08:09.453Z DRIVER   Failed to initialize the driver: ZWaveError: Timeout while waiting for an ACK from the controller (ZW0200)
at Driver.sendMessage (/usr/src/node_modules/zwave-js/src/lib/driver/Driver.ts:5349:23)at ZWaveController.queryCapabilities (/usr/src/node_modules/zwave-js/src/lib/controller/Controller.ts:936:37)
at Driver.initializeControllerAndNodes (/usr/src/node_modules/zwave-js/src/lib/driver/Driver.ts:1458:46)at Immediate.<anonymous> (/usr/src/node_modules/zwave-js/src/lib/driver/Driver.ts:1259:16)
Error in driver ZWaveError: Failed to initialize the driver: ZWaveError: Timeout while waiting for an ACK from the controller (ZW0200) at Driver.sendMessage (/usr/src/node_modules/zwave-js/src/lib/driver/Driver.ts:5349:23) at ZWaveController.queryCapabilities (/usr/src/node_modules/zwave-js/src/lib/controller/Controller.ts:936:37) at Driver.initializeControllerAndNodes (/usr/src/node_modules/zwave-js/src/lib/driver/Driver.ts:1458:46) at Immediate.<anonymous> (/usr/src/node_modules/zwave-js/src/lib/driver/Driver.ts:1259:16) (ZW0100) at Immediate.<anonymous> (/usr/src/node_modules/zwave-js/src/lib/driver/Driver.ts:1279:6) code: 100,context: undefined, Preformatted texttransactionSource: undefined
}
Shutting down
[21:08:09] WARNING: Halt add-on
s6-rc: info: service legacy-services: stopping
s6-rc: info: service legacy-services successfully stopped
s6-rc: info: service legacy-cont-init: stopping
s6-rc: info: service legacy-cont-init successfully stopped
s6-rc: info: service fix-attrs: stopping
s6-rc: info: service fix-attrs successfully stopped
s6-rc: info: service s6rc-oneshot-runner: stopping
s6-rc: info: service s6rc-oneshot-runner successfully stopped
s6-rc: info: service s6rc-oneshot-runner: starting
s6-rc: info: service s6rc-oneshot-runner successfully started
s6-rc: info: service fix-attrs: starting
s6-rc: info: service fix-attrs successfully started
s6-rc: info: service legacy-cont-init: starting
cont-init: info: running /etc/cont-init.d/config.sh
[16:28:43] INFO: Both 'network_key' and 's0_legacy_key' are set and match. All ok.
[16:28:49] INFO: Soft-reset set to automatic
[16:28:49] INFO: Virtual Machine not detected, enabling soft-reset
cont-init: info: /etc/cont-init.d/config.sh exited 0
cont-init: info: running /etc/cont-init.d/structure.sh
cont-init: info: /etc/cont-init.d/structure.sh exited 0
s6-rc: info: service legacy-cont-init successfully started
s6-rc: info: service legacy-services: starting
services-up: info: copying legacy longrun zwave_js (no readiness notification)
s6-rc: info: service legacy-services successfully started
[16:28:57] INFO: Successfully send discovery information to Home Assistant.
2024-05-29T21:28:59.975Z DRIVER
type or paste code here

It is not seeing zwave stick.

Do you have both zwavejsui and zwavejs running? You cannot use both. I prefer zwavejsui.

Trey - You need to add ZWaveJS. Go to Settings/Add-Ons and install it.

TMJ, David - thanks for the assist! It took a couple of times to get is running but it appears to be working.