I recently bought Nortek GC-TBZ48 thermostat and seeing an issue. Anyone any idea to fix/work around this? I was going to ask the manufacturer (gocontrol.com/support) but since I’m seeing the issue through HA I’m asking here first.
What seems done ok
Nortek/GoControl device seems to be successfully installed, I at least verified:
- On the console: fan status, current measured temp, goal temperature appear correct. Changing mode seems to take effect on the A/C heater side.
- From Z-wave (via Home Assistant, HA): fan status, current measured temp, goal temperature
Issue
- On HA the thermostat goes “unavailable” very frequently. It’s been 5 days since I installed it and today HA shows the thermostat “Unavailable” for 3 days straight.
- One trigger I almost verified is any operation on HA for thermostat to change the mode/temperature. When I do this, thermostat’s HA doesn’t show anything different but after awhile it goes unavailable.
- Not sure if this is related but looking from ZwaveJS I/F. ProtocolInfo keeps failing.
{ : }, "deviceId": "xxx-yyyyy-zzzzz", "status": "Dead", "interviewStage": "ProtocolInfo", "statistics": { "commandsTX": 95, "commandsRX": 114, "commandsDroppedRX": 0, "commandsDroppedTX": 0, "timeoutResponse": 0 }, "lastActive": 1638750631348, "minBatteryLevel": 100, "batteryLevels": [ 100 ], "isBatteryPowered": true, "healProgress": "skipped", "_name": "NodeID_15" }
Recovery that sometimes works
- On GC-TBZ48 console do some changes e.g. fan from Auto to On then sometimes on HA it comes back up. But not always.
Environment
- HA server on RPi3 that runs
Ubuntu Core
. - Z-wave gateway: GoControl HUSBZB-1, ZwaveJS Mqtt.
- HA, and are installed via
snap
. Being on Core I guess they get automatically upgraded.