Honeywell TH6320ZW2003 Issue

Hi all,

Previously I had three Honeywell TH6320ZW2003 thermostats and all have reported temperature, humidity, and heating/cooling state (i.e. furnace on/heating vs. idle).

I recently added a fourth Honeywell TH6320ZW2003 thermostat to my Z-Wave network after upgrading to 0.103.5 and this latest one does not appear to be displaying humidity or heating/cooling state. It looks like all the entities imported correctly but it’s just not receiving/parsing data. Setting temperature appears to be working fine from HA or from the thermostat as does changing the mode (i.e. heat vs. off)

I’m not sure whether I got a dud thermostat or something with this update caused an issue with the new device. This is the most recent update related to thermostats but, frankly, this code is a bit beyond me and I have no idea whether it would be relevant to this thermostat. https://github.com/home-assistant/home-assistant/pull/29955

Some additional details:

  • I have 4 heating zones (boiler) and 1 cooling zone
  • 3 out of the 4 thermostats are configured for heat only (this latest one is included in this)
  • I tried excluding and re-including the device with no improvement

Has anybody else experienced similar issues or have suggestions for troubleshooting?

Thanks!
Jeff

Are there any differences in the zwcfg*.xml file between the older thermostats and the new one? 0.103 added new device config files, including one for the TH6320ZW2003.

Yes, there are a few differences (other than the expected node IDs)

Working Node:

<CommandClass id="67" name="COMMAND_CLASS_THERMOSTAT_SETPOINT" version="2" request_flags="2" innif="true" base="0" typeInterpretation="B">
...
<CommandClass id="113" name="COMMAND_CLASS_ALARM" version="3" request_flags="2" innif="true">

Not Working Node:

<CommandClass id="67" name="COMMAND_CLASS_THERMOSTAT_SETPOINT" version="2" innif="true" base="0" typeInterpretation="B">
...
<CommandClass id="113" name="COMMAND_CLASS_ALARM" version="3" innif="true">

The three working Thermostats all have the request_flags="2" in the command class definitions for 67 and 113.

Based on this, my assumption would be that I’d have to swap out the XML file for the working one or somehow add the request_flags="2" to the existing entries. Does that sound accurate? If so, would you have a link to a guide on how to do that? (I used to run HA on Raspian - finding the xml files was pretty easy, working with Hass.io and Docker is throwing me for a bit of a loop).

I figured out how to update the zwcfg*.xml - was able to use the SSH and Samba add-ons to update the file and restart the HA service after stopping the service via the GUI.

Looks like I’m seeing progress - the Heat/Idle seems to be updating properly now. I expect it may take a few hours for the humidity to come through. Will update with my results tomorrow.

Thank you very much for your help and insight!

I spoke too soon, this did not change the behavior. I’ll try removing the device from the network, rolling HA back to 0.103.0 and adding it back to see whether that changes anything.

Same issue after downgrading to 0.103.0 and re-adding the device.

I ran a refresh entity on the humidity sensor on a working node and the not-working node and here’s what I got in the Z-Wave logs:

Working Node

2020-01-07 18:55:49.261 Info, mgr,     Refreshing node 34: COMMAND_CLASS_SENSOR_MULTILEVEL index = 5 instance = 1 (to confirm a reported change)
2020-01-07 18:55:49.261 Detail, Node034, Queuing (Send) SensorMultilevelCmd_Get (Node=34): 0x01, 0x0a, 0x00, 0x13, 0x22, 0x03, 0x31, 0x04, 0x01, 0x25, 0x89, 0x5f
2020-01-07 18:55:49.261 Detail, Node034, Queuing (Send) SensorMultilevelCmd_Get (Node=34): 0x01, 0x0a, 0x00, 0x13, 0x22, 0x03, 0x31, 0x04, 0x05, 0x25, 0x8a, 0x58
2020-01-07 18:55:49.261 Detail,
2020-01-07 18:55:49.261 Info, Node034, Sending (Send) message (Callback ID=0x89, Expected Reply=0x04) - SensorMultilevelCmd_Get (Node=34): 0x01, 0x0a, 0x00, 0x13, 0x22, 0x03, 0x31, 0x04, 0x01, 0x25, 0x89, 0x5f
2020-01-07 18:55:49.268 Detail, Node034,   Received: 0x01, 0x04, 0x01, 0x13, 0x01, 0xe8
2020-01-07 18:55:49.268 Detail, Node034,   ZW_SEND_DATA delivered to Z-Wave stack
2020-01-07 18:55:50.651 Detail, Node034,   Received: 0x01, 0x07, 0x00, 0x13, 0x89, 0x00, 0x00, 0x8b, 0xe9
2020-01-07 18:55:50.651 Detail, Node034,   ZW_SEND_DATA Request with callback ID 0x89 received (expected 0x89)
2020-01-07 18:55:50.651 Info, Node034, Request RTT 1389 Average Request RTT 1066
2020-01-07 18:55:50.651 Detail,   Expected callbackId was received
2020-01-07 18:55:50.731 Detail, Node034,   Received: 0x01, 0x0c, 0x00, 0x04, 0x00, 0x22, 0x06, 0x31, 0x05, 0x01, 0x2a, 0x02, 0xa8, 0x66
2020-01-07 18:55:50.731 Detail,
2020-01-07 18:55:50.731 Info, Node034, Response RTT 1469 Average Response RTT 1145
2020-01-07 18:55:50.731 Info, Node034, Received SensorMultiLevel report from node 34, instance 1, Temperature: value=68.0F
2020-01-07 18:55:50.731 Detail, Node034, Refreshed Value: old value=68.0, new value=68.0, type=decimal
2020-01-07 18:55:50.731 Detail, Node034, Changes to this value are not verified
2020-01-07 18:55:50.731 Detail, Node034,   Expected reply and command class was received
2020-01-07 18:55:50.731 Detail, Node034,   Message transaction complete
2020-01-07 18:55:50.731 Detail,
2020-01-07 18:55:50.731 Detail, Node034, Removing current message
2020-01-07 18:55:50.732 Detail, Node034, Notification: ValueChanged
2020-01-07 18:55:50.755 Detail,
2020-01-07 18:55:50.755 Info, Node034, Sending (Send) message (Callback ID=0x8a, Expected Reply=0x04) - SensorMultilevelCmd_Get (Node=34): 0x01, 0x0a, 0x00, 0x13, 0x22, 0x03, 0x31, 0x04, 0x05, 0x25, 0x8a, 0x58
2020-01-07 18:55:50.761 Detail, Node034,   Received: 0x01, 0x04, 0x01, 0x13, 0x01, 0xe8
2020-01-07 18:55:50.761 Detail, Node034,   ZW_SEND_DATA delivered to Z-Wave stack
2020-01-07 18:55:50.847 Detail, Node034,   Received: 0x01, 0x07, 0x00, 0x13, 0x8a, 0x00, 0x00, 0x09, 0x68
2020-01-07 18:55:50.847 Detail, Node034,   ZW_SEND_DATA Request with callback ID 0x8a received (expected 0x8a)
2020-01-07 18:55:50.847 Info, Node034, Request RTT 92 Average Request RTT 579
2020-01-07 18:55:50.847 Detail,   Expected callbackId was received
2020-01-07 18:55:50.921 Detail, Node034,   Received: 0x01, 0x0c, 0x00, 0x04, 0x00, 0x22, 0x06, 0x31, 0x05, 0x01, 0x2a, 0x02, 0xa8, 0x66
2020-01-07 18:55:50.921 Detail,
2020-01-07 18:55:50.921 Info, Node034, Response RTT 165 Average Response RTT 655
2020-01-07 18:55:50.921 Info, Node034, Received SensorMultiLevel report from node 34, instance 1, Temperature: value=68.0F
2020-01-07 18:55:50.921 Detail, Node034, Refreshed Value: old value=68.0, new value=68.0, type=decimal
2020-01-07 18:55:50.921 Detail, Node034, Changes to this value are not verified
2020-01-07 18:55:50.921 Detail, Node034,   Expected reply and command class was received
2020-01-07 18:55:50.921 Detail, Node034,   Message transaction complete
2020-01-07 18:55:50.922 Detail,
2020-01-07 18:55:50.922 Detail, Node034, Removing current message
2020-01-07 18:55:50.922 Detail, Node034, Notification: ValueChanged

Not working node

2020-01-07 18:57:24.257 Info, mgr,     Refreshing node 37: COMMAND_CLASS_SENSOR_MULTILEVEL index = 5 instance = 1 (to confirm a reported change)
2020-01-07 18:57:24.258 Detail, Node037, Queuing (Send) SensorMultilevelCmd_Get (Node=37): 0x01, 0x0a, 0x00, 0x13, 0x25, 0x03, 0x31, 0x04, 0x01, 0x25, 0x8b, 0x5a
2020-01-07 18:57:24.258 Detail, Node037, Queuing (Send) SensorMultilevelCmd_Get (Node=37): 0x01, 0x0a, 0x00, 0x13, 0x25, 0x03, 0x31, 0x04, 0x05, 0x25, 0x8c, 0x59
2020-01-07 18:57:24.258 Detail,
2020-01-07 18:57:24.258 Info, Node037, Sending (Send) message (Callback ID=0x8b, Expected Reply=0x04) - SensorMultilevelCmd_Get (Node=37): 0x01, 0x0a, 0x00, 0x13, 0x25, 0x03, 0x31, 0x04, 0x01, 0x25, 0x8b, 0x5a
2020-01-07 18:57:24.265 Detail, Node037,   Received: 0x01, 0x04, 0x01, 0x13, 0x01, 0xe8
2020-01-07 18:57:24.265 Detail, Node037,   ZW_SEND_DATA delivered to Z-Wave stack
2020-01-07 18:57:25.689 Detail, Node037,   Received: 0x01, 0x07, 0x00, 0x13, 0x8b, 0x00, 0x00, 0x8f, 0xef
2020-01-07 18:57:25.690 Detail, Node037,   ZW_SEND_DATA Request with callback ID 0x8b received (expected 0x8b)
2020-01-07 18:57:25.690 Info, Node037, Request RTT 1431 Average Request RTT 926
2020-01-07 18:57:25.690 Detail,   Expected callbackId was received
2020-01-07 18:57:25.762 Detail, Node037,   Received: 0x01, 0x0c, 0x00, 0x04, 0x00, 0x25, 0x06, 0x31, 0x05, 0x01, 0x2a, 0x02, 0x8a, 0x43
2020-01-07 18:57:25.762 Detail,
2020-01-07 18:57:25.762 Info, Node037, Response RTT 1503 Average Response RTT 1000
2020-01-07 18:57:25.762 Info, Node037, Received SensorMultiLevel report from node 37, instance 1, Temperature: value=65.0F
2020-01-07 18:57:25.762 Detail, Node037, Refreshed Value: old value=65.0, new value=65.0, type=decimal
2020-01-07 18:57:25.762 Detail, Node037, Changes to this value are not verified
2020-01-07 18:57:25.762 Detail, Node037,   Expected reply and command class was received
2020-01-07 18:57:25.763 Detail, Node037,   Message transaction complete
2020-01-07 18:57:25.763 Detail,
2020-01-07 18:57:25.763 Detail, Node037, Removing current message
2020-01-07 18:57:25.763 Detail, Node037, Notification: ValueChanged
2020-01-07 18:57:25.786 Detail,
2020-01-07 18:57:25.786 Info, Node037, Sending (Send) message (Callback ID=0x8c, Expected Reply=0x04) - SensorMultilevelCmd_Get (Node=37): 0x01, 0x0a, 0x00, 0x13, 0x25, 0x03, 0x31, 0x04, 0x05, 0x25, 0x8c, 0x59
2020-01-07 18:57:25.792 Detail, Node037,   Received: 0x01, 0x04, 0x01, 0x13, 0x01, 0xe8
2020-01-07 18:57:25.793 Detail, Node037,   ZW_SEND_DATA delivered to Z-Wave stack
2020-01-07 18:57:25.877 Detail, Node037,   Received: 0x01, 0x07, 0x00, 0x13, 0x8c, 0x00, 0x00, 0x09, 0x6e
2020-01-07 18:57:25.877 Detail, Node037,   ZW_SEND_DATA Request with callback ID 0x8c received (expected 0x8c)
2020-01-07 18:57:25.878 Info, Node037, Request RTT 91 Average Request RTT 508
2020-01-07 18:57:25.878 Detail,   Expected callbackId was received
2020-01-07 18:57:25.952 Detail, Node037,   Received: 0x01, 0x0c, 0x00, 0x04, 0x00, 0x25, 0x06, 0x31, 0x05, 0x01, 0x2a, 0x02, 0x8a, 0x43
2020-01-07 18:57:25.952 Detail,
2020-01-07 18:57:25.952 Info, Node037, Response RTT 165 Average Response RTT 582
2020-01-07 18:57:25.952 Info, Node037, Received SensorMultiLevel report from node 37, instance 1, Temperature: value=65.0F
2020-01-07 18:57:25.953 Detail, Node037, Refreshed Value: old value=65.0, new value=65.0, type=decimal
2020-01-07 18:57:25.953 Detail, Node037, Changes to this value are not verified
2020-01-07 18:57:25.953 Detail, Node037,   Expected reply and command class was received
2020-01-07 18:57:25.953 Detail, Node037,   Message transaction complete
2020-01-07 18:57:25.953 Detail,
2020-01-07 18:57:25.953 Detail, Node037, Removing current message
2020-01-07 18:57:25.953 Detail, Node037, Notification: ValueChanged

The logs look pretty much identical to me but maybe someone more familiar with the 0x codes can spot an issue?

Is there anything else I should try?

EDIT: Also it may be worth noting I have two junk thermostat devices showing up in the Devices view that I cannot seem to get rid of. I was having some Z-Wave network issues and ended up factory resetting and did a “remove failed node” on one of my other thermostats previously (had to do it twice before I got it working). When going into the details one of them says “(device unavailable)” and the other has the controller listed but no entities (I manually removed the entities from that view after doing a remove failed node).

I was able to find out where the Devices are being defined. I found them in config/.storage/core.device_registry.

This appears to be a normal JSON file. I found the duplicate/dead devices and removed them after stopping the homeassistant service.
Started the service and now the duplicates are gone.

One problem solved!

Waiting to see whether that helps my primary issue.

Still not getting any humidity data from the thermostat.

I tried a heal operation and noticed that Node033 was responding along side several other nodes. Currently I don’t have a Node033 in my setup but probably had one at some point and was removed/re-added.

Do other people see this behavior normally (where a nonexistent node shows up in the logs when healing the network)?

Here’s the log from my most recent heal (removed several lines so it would fit in the post).

2020-01-11 10:21:34.940 Detail, Node001, Queuing (Controller) Request Node Neighbor Update
2020-01-11 10:21:34.940 Detail, Node007, Queuing (Controller) Request Node Neighbor Update
2020-01-11 10:21:34.941 Detail, Node008, Queuing (Controller) Request Node Neighbor Update
2020-01-11 10:21:34.941 Detail, Node009, Queuing (Controller) Request Node Neighbor Update
2020-01-11 10:21:34.941 Detail, Node010, Queuing (Controller) Request Node Neighbor Update
2020-01-11 10:21:34.941 Info, Requesting Neighbor Update for node 1
2020-01-11 10:21:34.941 Detail, Node012, Queuing (Controller) Request Node Neighbor Update
2020-01-11 10:21:34.941 Detail, Node019, Queuing (Controller) Request Node Neighbor Update
2020-01-11 10:21:34.941 Detail, Node020, Queuing (Controller) Request Node Neighbor Update
2020-01-11 10:21:34.941 Detail, Node021, Queuing (Controller) Request Node Neighbor Update
2020-01-11 10:21:34.941 Detail, Node022, Queuing (Controller) Request Node Neighbor Update
2020-01-11 10:21:34.941 Detail, Node027, Queuing (Controller) Request Node Neighbor Update
2020-01-11 10:21:34.941 Detail, Node029, Queuing (Controller) Request Node Neighbor Update
2020-01-11 10:21:34.941 Detail, Node030, Queuing (Controller) Request Node Neighbor Update
2020-01-11 10:21:34.941 Detail, Node031, Queuing (Controller) Request Node Neighbor Update
2020-01-11 10:21:34.941 Detail, Node032, Queuing (Controller) Request Node Neighbor Update
2020-01-11 10:21:34.941 Detail, Node034, Queuing (Controller) Request Node Neighbor Update
2020-01-11 10:21:34.941 Detail, Node037, Queuing (Controller) Request Node Neighbor Update
2020-01-11 10:21:34.941 Detail, Node001, Queuing (Command) ControllerCommand_RequestNodeNeighborUpdate (Node=1): 0x01, 0x05, 0x00, 0x48, 0x01, 0x8e, 0x3d
2020-01-11 10:21:34.941 Detail, Notification: ControllerCommand - Starting
2020-01-11 10:21:34.942 Detail, 
2020-01-11 10:21:34.942 Info, Node001, Sending (Command) message (Callback ID=0x8e, Expected Reply=0x48) - ControllerCommand_RequestNodeNeighborUpdate (Node=1): 0x01, 0x05, 0x00, 0x48, 0x01, 0x8e, 0x3d
2020-01-11 10:21:34.973 Detail, Node001,   Received: 0x01, 0x05, 0x00, 0x48, 0x8e, 0x21, 0x1d
2020-01-11 10:21:34.973 Detail, 
2020-01-11 10:21:34.973 Info, Node001, REQUEST_NEIGHBOR_UPDATE_STARTED
2020-01-11 10:21:34.973 Detail, Node033,   Expected callbackId was received
2020-01-11 10:21:34.973 Detail, Node033,   Expected reply was received
2020-01-11 10:21:34.974 Detail, Node033,   Message transaction complete
2020-01-11 10:21:34.974 Detail, 
2020-01-11 10:21:34.974 Detail, Node001, Removing current message
2020-01-11 10:21:34.974 Detail, Notification: ControllerCommand - InProgress
2020-01-11 10:21:34.974 Info, WriteNextMsg Controller nothing to do
2020-01-11 10:21:43.767 Detail,   Received: 0x01, 0x05, 0x00, 0x48, 0x8e, 0x23, 0x1f
2020-01-11 10:21:43.767 Detail, 
2020-01-11 10:21:43.767 Warning, WARNING: REQUEST_NEIGHBOR_UPDATE_FAILED
2020-01-11 10:21:43.767 Detail, Notification: ControllerCommand - Failed
...
2020-01-11 10:21:43.774 Info, Requesting Neighbor Update for node 19
2020-01-11 10:21:43.775 Detail, Node019, Queuing (Command) ControllerCommand_RequestNodeNeighborUpdate (Node=19): 0x01, 0x05, 0x00, 0x48, 0x13, 0x94, 0x35
2020-01-11 10:21:43.775 Detail, Notification: ControllerCommand - Starting
2020-01-11 10:21:43.775 Detail, 
2020-01-11 10:21:43.775 Info, Node019, Sending (Command) message (Callback ID=0x94, Expected Reply=0x48) - ControllerCommand_RequestNodeNeighborUpdate (Node=19): 0x01, 0x05, 0x00, 0x48, 0x13, 0x94, 0x35
2020-01-11 10:21:43.806 Detail, Node019,   Received: 0x01, 0x05, 0x00, 0x48, 0x94, 0x21, 0x07
2020-01-11 10:21:43.806 Detail, 
2020-01-11 10:21:43.806 Info, Node019, REQUEST_NEIGHBOR_UPDATE_STARTED
2020-01-11 10:21:43.806 Detail, Node033,   Expected callbackId was received
2020-01-11 10:21:43.806 Detail, Node033,   Expected reply was received
2020-01-11 10:21:43.806 Detail, Node033,   Message transaction complete
2020-01-11 10:21:43.806 Detail, 
2020-01-11 10:21:43.806 Detail, Node019, Removing current message
2020-01-11 10:21:43.806 Detail, Notification: ControllerCommand - InProgress
2020-01-11 10:21:43.807 Info, WriteNextMsg Controller nothing to do
2020-01-11 10:21:45.800 Detail,   Received: 0x01, 0x05, 0x00, 0x48, 0x94, 0x21, 0x07
2020-01-11 10:21:45.800 Detail, 
2020-01-11 10:21:45.800 Info, REQUEST_NEIGHBOR_UPDATE_STARTED
2020-01-11 10:21:45.800 Detail, Notification: ControllerCommand - InProgress
2020-01-11 10:21:51.956 Detail,   Received: 0x01, 0x05, 0x00, 0x48, 0x94, 0x22, 0x04
2020-01-11 10:21:51.957 Detail, 
2020-01-11 10:21:51.957 Info, REQUEST_NEIGHBOR_UPDATE_DONE
2020-01-11 10:21:51.957 Detail, Requesting routing info (neighbor list) for Node 19
2020-01-11 10:21:51.957 Detail, Node019, Queuing (Command) Get Routing Info (Node=19): 0x01, 0x07, 0x00, 0x80, 0x13, 0x00, 0x00, 0x03, 0x68
2020-01-11 10:21:51.957 Detail, Notification: ControllerCommand - Completed
2020-01-11 10:21:51.958 Detail, 
2020-01-11 10:21:51.958 Info, Node019, Sending (Command) message (Callback ID=0x00, Expected Reply=0x80) - Get Routing Info (Node=19): 0x01, 0x07, 0x00, 0x80, 0x13, 0x00, 0x00, 0x03, 0x68
2020-01-11 10:21:51.966 Detail, Node019,   Received: 0x01, 0x20, 0x01, 0x80, 0x00, 0x00, 0x38, 0x44, 0x12, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x30
2020-01-11 10:21:51.966 Detail, 
2020-01-11 10:21:51.967 Info, Node019, Received reply to FUNC_ID_ZW_GET_ROUTING_INFO
2020-01-11 10:21:51.967 Info, Node019,     Neighbors of this node are:
2020-01-11 10:21:51.967 Info, Node019,     Node 20
2020-01-11 10:21:51.967 Info, Node019,     Node 21
2020-01-11 10:21:51.967 Info, Node019,     Node 22
2020-01-11 10:21:51.967 Info, Node019,     Node 27
2020-01-11 10:21:51.967 Info, Node019,     Node 31
2020-01-11 10:21:51.967 Info, Node019,     Node 34
2020-01-11 10:21:51.967 Info, Node019,     Node 37
2020-01-11 10:21:51.967 Detail,   Expected reply was received
2020-01-11 10:21:51.967 Detail,   Message transaction complete
2020-01-11 10:21:51.967 Detail, 
2020-01-11 10:21:51.967 Detail, Node019, Removing current message
2020-01-11 10:21:51.968 Info, Requesting Neighbor Update for node 20
2020-01-11 10:21:51.968 Detail, Node020, Queuing (Command) ControllerCommand_RequestNodeNeighborUpdate (Node=20): 0x01, 0x05, 0x00, 0x48, 0x14, 0x95, 0x33
2020-01-11 10:21:51.968 Detail, Notification: ControllerCommand - Starting
2020-01-11 10:21:51.969 Detail, 
2020-01-11 10:21:51.969 Info, Node020, Sending (Command) message (Callback ID=0x95, Expected Reply=0x48) - ControllerCommand_RequestNodeNeighborUpdate (Node=20): 0x01, 0x05, 0x00, 0x48, 0x14, 0x95, 0x33
2020-01-11 10:21:51.999 Detail, Node020,   Received: 0x01, 0x05, 0x00, 0x48, 0x95, 0x21, 0x06
2020-01-11 10:21:51.999 Detail, 
2020-01-11 10:21:51.999 Info, Node020, REQUEST_NEIGHBOR_UPDATE_STARTED
2020-01-11 10:21:51.999 Detail, Node033,   Expected callbackId was received
2020-01-11 10:21:51.999 Detail, Node033,   Expected reply was received
2020-01-11 10:21:51.999 Detail, Node033,   Message transaction complete
2020-01-11 10:21:51.999 Detail, 
2020-01-11 10:21:51.999 Detail, Node020, Removing current message
2020-01-11 10:21:52.000 Detail, Notification: ControllerCommand - InProgress
2020-01-11 10:21:52.000 Info, WriteNextMsg Controller nothing to do
2020-01-11 10:21:53.488 Detail,   Received: 0x01, 0x05, 0x00, 0x48, 0x95, 0x21, 0x06
2020-01-11 10:21:53.489 Detail, 
2020-01-11 10:21:53.489 Info, REQUEST_NEIGHBOR_UPDATE_STARTED
2020-01-11 10:21:53.489 Detail, Notification: ControllerCommand - InProgress
2020-01-11 10:22:00.008 Detail,   Received: 0x01, 0x05, 0x00, 0x48, 0x95, 0x22, 0x05
2020-01-11 10:22:00.009 Detail, 
2020-01-11 10:22:00.009 Info, REQUEST_NEIGHBOR_UPDATE_DONE
2020-01-11 10:22:00.009 Detail, Requesting routing info (neighbor list) for Node 20
2020-01-11 10:22:00.009 Detail, Node020, Queuing (Command) Get Routing Info (Node=20): 0x01, 0x07, 0x00, 0x80, 0x14, 0x00, 0x00, 0x03, 0x6f
2020-01-11 10:22:00.009 Detail, Notification: ControllerCommand - Completed
2020-01-11 10:22:00.012 Detail, 
2020-01-11 10:22:00.012 Info, Node020, Sending (Command) message (Callback ID=0x00, Expected Reply=0x80) - Get Routing Info (Node=20): 0x01, 0x07, 0x00, 0x80, 0x14, 0x00, 0x00, 0x03, 0x6f
2020-01-11 10:22:00.018 Detail, Node020,   Received: 0x01, 0x20, 0x01, 0x80, 0x01, 0x00, 0x34, 0xc4, 0x12, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xbd
2020-01-11 10:22:00.019 Detail, 
2020-01-11 10:22:00.019 Info, Node020, Received reply to FUNC_ID_ZW_GET_ROUTING_INFO
2020-01-11 10:22:00.019 Info, Node020,     Neighbors of this node are:
2020-01-11 10:22:00.019 Info, Node020,     Node 1
2020-01-11 10:22:00.019 Info, Node020,     Node 19
2020-01-11 10:22:00.019 Info, Node020,     Node 21
2020-01-11 10:22:00.019 Info, Node020,     Node 22
2020-01-11 10:22:00.019 Info, Node020,     Node 27
2020-01-11 10:22:00.019 Info, Node020,     Node 31
2020-01-11 10:22:00.019 Info, Node020,     Node 32
2020-01-11 10:22:00.019 Info, Node020,     Node 34
2020-01-11 10:22:00.019 Info, Node020,     Node 37
2020-01-11 10:22:00.019 Detail,   Expected reply was received
2020-01-11 10:22:00.019 Detail,   Message transaction complete
2020-01-11 10:22:00.020 Detail, 
2020-01-11 10:22:00.020 Detail, Node020, Removing current message
2020-01-11 10:22:00.020 Info, Requesting Neighbor Update for node 21
2020-01-11 10:22:00.020 Detail, Node021, Queuing (Command) ControllerCommand_RequestNodeNeighborUpdate (Node=21): 0x01, 0x05, 0x00, 0x48, 0x15, 0x96, 0x31
...
2020-01-11 10:22:07.478 Detail, Node002,   Expected reply was received
2020-01-11 10:22:07.478 Detail, Node002,   Message transaction complete
2020-01-11 10:22:07.478 Detail, 
2020-01-11 10:22:07.478 Detail, Node021, Removing current message
2020-01-11 10:22:07.478 Info, Requesting Neighbor Update for node 22
2020-01-11 10:22:07.478 Detail, Node022, Queuing (Command) ControllerCommand_RequestNodeNeighborUpdate (Node=22): 0x01, 0x05, 0x00, 0x48, 0x16, 0x97, 0x33
2020-01-11 10:22:07.478 Detail, Notification: ControllerCommand - Starting
2020-01-11 10:22:07.479 Detail, 
2020-01-11 10:22:07.479 Info, Node022, Sending (Command) message (Callback ID=0x97, Expected Reply=0x48) - ControllerCommand_RequestNodeNeighborUpdate (Node=22): 0x01, 0x05, 0x00, 0x48, 0x16, 0x97, 0x33
2020-01-11 10:22:07.510 Detail, Node022,   Received: 0x01, 0x05, 0x00, 0x48, 0x97, 0x21, 0x04
2020-01-11 10:22:07.510 Detail, 
2020-01-11 10:22:07.510 Info, Node022, REQUEST_NEIGHBOR_UPDATE_STARTED
2020-01-11 10:22:07.510 Detail, Node033,   Expected callbackId was received
2020-01-11 10:22:07.510 Detail, Node033,   Expected reply was received
2020-01-11 10:22:07.510 Detail, Node033,   Message transaction complete
2020-01-11 10:22:07.510 Detail, 
2020-01-11 10:22:07.510 Detail, Node022, Removing current message
2020-01-11 10:22:07.510 Detail, Notification: ControllerCommand - InProgress
2020-01-11 10:22:07.511 Info, WriteNextMsg Controller nothing to do
2020-01-11 10:22:07.968 Detail,   Received: 0x01, 0x05, 0x00, 0x48, 0x97, 0x21, 0x04
2020-01-11 10:22:07.968 Detail, 
2020-01-11 10:22:07.968 Info, REQUEST_NEIGHBOR_UPDATE_STARTED
2020-01-11 10:22:07.968 Detail, Notification: ControllerCommand - InProgress
2020-01-11 10:22:14.921 Detail,   Received: 0x01, 0x05, 0x00, 0x48, 0x97, 0x22, 0x07
2020-01-11 10:22:14.922 Detail, 
2020-01-11 10:22:14.922 Info, REQUEST_NEIGHBOR_UPDATE_DONE
2020-01-11 10:22:14.922 Detail, Requesting routing info (neighbor list) for Node 22
2020-01-11 10:22:14.922 Detail, Node022, Queuing (Command) Get Routing Info (Node=22): 0x01, 0x07, 0x00, 0x80, 0x16, 0x00, 0x00, 0x03, 0x6d
2020-01-11 10:22:14.922 Detail, Notification: ControllerCommand - Completed
2020-01-11 10:22:14.923 Detail, 
2020-01-11 10:22:14.923 Info, Node022, Sending (Command) message (Callback ID=0x00, Expected Reply=0x80) - Get Routing Info (Node=22): 0x01, 0x07, 0x00, 0x80, 0x16, 0x00, 0x00, 0x03, 0x6d
2020-01-11 10:22:14.931 Detail, Node022,   Received: 0x01, 0x20, 0x01, 0x80, 0x01, 0x02, 0x1c, 0xf4, 0x12, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xa7
2020-01-11 10:22:14.932 Detail, 
2020-01-11 10:22:14.932 Info, Node022, Received reply to FUNC_ID_ZW_GET_ROUTING_INFO
2020-01-11 10:22:14.932 Info, Node022,     Neighbors of this node are:
2020-01-11 10:22:14.932 Info, Node022,     Node 1
2020-01-11 10:22:14.932 Info, Node022,     Node 10
2020-01-11 10:22:14.932 Info, Node022,     Node 19
2020-01-11 10:22:14.932 Info, Node022,     Node 20
2020-01-11 10:22:14.932 Info, Node022,     Node 21
2020-01-11 10:22:14.932 Info, Node022,     Node 27
2020-01-11 10:22:14.932 Info, Node022,     Node 29
2020-01-11 10:22:14.932 Info, Node022,     Node 30
2020-01-11 10:22:14.932 Info, Node022,     Node 31
2020-01-11 10:22:14.932 Info, Node022,     Node 32
2020-01-11 10:22:14.932 Info, Node022,     Node 34
2020-01-11 10:22:14.933 Info, Node022,     Node 37
2020-01-11 10:22:14.933 Detail, Node002,   Expected reply was received
2020-01-11 10:22:14.933 Detail, Node002,   Message transaction complete
2020-01-11 10:22:14.933 Detail, 
2020-01-11 10:22:14.933 Detail, Node022, Removing current message
2020-01-11 10:22:14.933 Info, Requesting Neighbor Update for node 27
2020-01-11 10:22:14.933 Detail, Node027, Queuing (Command) ControllerCommand_RequestNodeNeighborUpdate (Node=27): 0x01, 0x05, 0x00, 0x48, 0x1b, 0x98, 0x31
2020-01-11 10:22:14.933 Detail, Notification: ControllerCommand - Starting
2020-01-11 10:22:14.934 Detail, 
2020-01-11 10:22:14.934 Info, Node027, Sending (Command) message (Callback ID=0x98, Expected Reply=0x48) - ControllerCommand_RequestNodeNeighborUpdate (Node=27): 0x01, 0x05, 0x00, 0x48, 0x1b, 0x98, 0x31
2020-01-11 10:22:14.964 Detail, Node027,   Received: 0x01, 0x05, 0x00, 0x48, 0x98, 0x21, 0x0b
2020-01-11 10:22:14.964 Detail, 
2020-01-11 10:22:14.964 Info, Node027, REQUEST_NEIGHBOR_UPDATE_STARTED
2020-01-11 10:22:14.964 Detail, Node033,   Expected callbackId was received
2020-01-11 10:22:14.964 Detail, Node033,   Expected reply was received
2020-01-11 10:22:14.965 Detail, Node033,   Message transaction complete
2020-01-11 10:22:14.965 Detail, 
2020-01-11 10:22:14.965 Detail, Node027, Removing current message
2020-01-11 10:22:14.965 Detail, Notification: ControllerCommand - InProgress
2020-01-11 10:22:14.965 Info, WriteNextMsg Controller nothing to do
2020-01-11 10:22:15.158 Detail,   Received: 0x01, 0x05, 0x00, 0x48, 0x98, 0x21, 0x0b
2020-01-11 10:22:15.158 Detail, 
2020-01-11 10:22:15.158 Info, REQUEST_NEIGHBOR_UPDATE_STARTED
2020-01-11 10:22:15.158 Detail, Notification: ControllerCommand - InProgress
2020-01-11 10:22:20.001 Detail, Node027,   Received: 0x01, 0x0c, 0x00, 0x04, 0x00, 0x1b, 0x06, 0x31, 0x05, 0x01, 0x2a, 0x02, 0xb2, 0x45
2020-01-11 10:22:20.001 Detail, 
2020-01-11 10:22:20.001 Info, Node027, Received SensorMultiLevel report from node 27, instance 1, Temperature: value=69.0F
2020-01-11 10:22:20.002 Detail, Node027, Refreshed Value: old value=69.0, new value=69.0, type=decimal
2020-01-11 10:22:20.002 Detail, Node027, Changes to this value are not verified
2020-01-11 10:22:20.002 Detail, Node027, Notification: ValueChanged
2020-01-11 10:22:20.029 Detail, Node027,   Received: 0x01, 0x0c, 0x00, 0x04, 0x00, 0x1b, 0x06, 0x31, 0x05, 0x05, 0x22, 0x01, 0x2c, 0xd4
2020-01-11 10:22:20.029 Detail, 
2020-01-11 10:22:20.029 Info, Node027, Received SensorMultiLevel report from node 27, instance 1, Relative Humidity: value=30.0%
2020-01-11 10:22:20.029 Detail, Node027, Initial read of value
2020-01-11 10:22:20.029 Detail, Node027, Notification: ValueChanged
2020-01-11 10:22:20.056 Detail, Node027,   Received: 0x01, 0x0c, 0x00, 0x04, 0x00, 0x1b, 0x06, 0x43, 0x03, 0x01, 0x2a, 0x02, 0xb2, 0x31
2020-01-11 10:22:20.057 Detail, 
2020-01-11 10:22:20.057 Detail, Node027, Refreshed Value: old value=69.0, new value=69.0, type=decimal
2020-01-11 10:22:20.057 Detail, Node027, Changes to this value are not verified
2020-01-11 10:22:20.057 Info, Node027, Received thermostat setpoint report: Setpoint Heating 1 = 69.0F
2020-01-11 10:22:20.057 Detail, Node027, Notification: ValueChanged
2020-01-11 10:22:20.083 Detail, Node027,   Received: 0x01, 0x09, 0x00, 0x04, 0x00, 0x1b, 0x03, 0x44, 0x03, 0x00, 0xad
2020-01-11 10:22:20.083 Detail, 
2020-01-11 10:22:20.083 Detail, Node027, Refreshed Value: old value=0, new value=0, type=list
2020-01-11 10:22:20.083 Detail, Node027, Changes to this value are not verified
2020-01-11 10:22:20.083 Info, Node027, Received thermostat fan mode: Auto Low
2020-01-11 10:22:20.083 Detail, Node027, Notification: ValueChanged
2020-01-11 10:22:43.240 Detail, Node010,   Received: 0x01, 0x08, 0x00, 0x04, 0x00, 0x0a, 0x02, 0x84, 0x07, 0x78
2020-01-11 10:22:43.241 Detail, 
2020-01-11 10:22:43.241 Info, Node010, Received Wakeup Notification from node 10
2020-01-11 10:22:43.241 Info, Node010,   Node 10 has been marked as awake
2020-01-11 10:22:43.241 Detail, Node010, Queuing (Controller) Delete All Return Routes
2020-01-11 10:22:43.241 Detail, Node010, Queuing (Controller) Assign Return Route
2020-01-11 10:22:43.241 Detail, Node010, Queuing (Query) Query Stage Complete (CacheLoad)
2020-01-11 10:22:43.241 Detail, Node010, Queuing (Controller) Request Node Neighbor Update
2020-01-11 10:22:43.241 Detail, Node010, Notification: Notification - Node Awake
2020-01-11 10:22:43.247 Info, WriteNextMsg Controller nothing to do
2020-01-11 10:22:45.960 Detail,   Received: 0x01, 0x05, 0x00, 0x48, 0x98, 0x22, 0x08
2020-01-11 10:22:45.961 Detail, 
2020-01-11 10:22:45.961 Info, REQUEST_NEIGHBOR_UPDATE_DONE
2020-01-11 10:22:45.961 Detail, Requesting routing info (neighbor list) for Node 27
2020-01-11 10:22:45.961 Detail, Node027, Queuing (Command) Get Routing Info (Node=27): 0x01, 0x07, 0x00, 0x80, 0x1b, 0x00, 0x00, 0x03, 0x60
2020-01-11 10:22:45.961 Detail, Notification: ControllerCommand - Completed
2020-01-11 10:22:45.962 Detail, 
2020-01-11 10:22:45.962 Info, Node027, Sending (Command) message (Callback ID=0x00, Expected Reply=0x80) - Get Routing Info (Node=27): 0x01, 0x07, 0x00, 0x80, 0x1b, 0x00, 0x00, 0x03, 0x60
2020-01-11 10:22:45.970 Detail, Node027,   Received: 0x01, 0x20, 0x01, 0x80, 0x01, 0x00, 0x30, 0xc0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xaf
2020-01-11 10:22:45.970 Detail, 
2020-01-11 10:22:45.971 Info, Node027, Received reply to FUNC_ID_ZW_GET_ROUTING_INFO
2020-01-11 10:22:45.971 Info, Node027,     Neighbors of this node are:
2020-01-11 10:22:45.971 Info, Node027,     Node 1
2020-01-11 10:22:45.971 Info, Node027,     Node 21
2020-01-11 10:22:45.971 Info, Node027,     Node 22
2020-01-11 10:22:45.971 Info, Node027,     Node 31
2020-01-11 10:22:45.971 Info, Node027,     Node 32
2020-01-11 10:22:45.971 Detail,   Expected reply was received
2020-01-11 10:22:45.971 Detail,   Message transaction complete
2020-01-11 10:22:45.971 Detail, 
2020-01-11 10:22:45.971 Detail, Node027, Removing current message
2020-01-11 10:22:45.971 Info, Requesting Neighbor Update for node 29
2020-01-11 10:22:45.972 Detail, 
2020-01-11 10:22:45.972 Detail, Node029, Queuing (Controller) Request Node Neighbor Update
2020-01-11 10:22:45.972 Detail, Notification: ControllerCommand - Starting
2020-01-11 10:22:45.972 Detail, Notification: ControllerCommand - Sleeping
2020-01-11 10:22:45.973 Info, Requesting Neighbor Update for node 30
2020-01-11 10:22:45.973 Detail, 
2020-01-11 10:22:45.973 Detail, Node030, Queuing (Controller) Request Node Neighbor Update
2020-01-11 10:22:45.973 Detail, Notification: ControllerCommand - Starting
2020-01-11 10:22:45.973 Detail, Notification: ControllerCommand - Sleeping
2020-01-11 10:22:45.974 Info, Requesting Neighbor Update for node 31
2020-01-11 10:22:45.974 Detail, Node031, Queuing (Command) ControllerCommand_RequestNodeNeighborUpdate (Node=31): 0x01, 0x05, 0x00, 0x48, 0x1f, 0x9b, 0x36
2020-01-11 10:22:45.974 Detail, Notification: ControllerCommand - Starting
2020-01-11 10:22:45.975 Detail, 
2020-01-11 10:22:45.975 Info, Node031, Sending (Command) message (Callback ID=0x9b, Expected Reply=0x48) - ControllerCommand_RequestNodeNeighborUpdate (Node=31): 0x01, 0x05, 0x00, 0x48, 0x1f, 0x9b, 0x36
2020-01-11 10:22:46.005 Detail, Node031,   Received: 0x01, 0x05, 0x00, 0x48, 0x9b, 0x21, 0x08
2020-01-11 10:22:46.006 Detail, 
2020-01-11 10:22:46.006 Info, Node031, REQUEST_NEIGHBOR_UPDATE_STARTED
2020-01-11 10:22:46.006 Detail, Node033,   Expected callbackId was received
2020-01-11 10:22:46.006 Detail, Node033,   Expected reply was received
2020-01-11 10:22:46.006 Detail, Node033,   Message transaction complete
2020-01-11 10:22:46.006 Detail, 
2020-01-11 10:22:46.006 Detail, Node031, Removing current message
2020-01-11 10:22:46.006 Detail, Notification: ControllerCommand - InProgress
2020-01-11 10:22:46.010 Info, WriteNextMsg Controller nothing to do
2020-01-11 10:22:46.281 Detail,   Received: 0x01, 0x05, 0x00, 0x48, 0x9b, 0x21, 0x08
2020-01-11 10:22:46.281 Detail, 
2020-01-11 10:22:46.281 Info, REQUEST_NEIGHBOR_UPDATE_STARTED
2020-01-11 10:22:46.281 Detail, Notification: ControllerCommand - InProgress
2020-01-11 10:22:52.805 Detail,   Received: 0x01, 0x05, 0x00, 0x48, 0x9b, 0x22, 0x0b
2020-01-11 10:22:52.806 Detail, 
2020-01-11 10:22:52.806 Info, REQUEST_NEIGHBOR_UPDATE_DONE
2020-01-11 10:22:52.806 Detail, Requesting routing info (neighbor list) for Node 31
2020-01-11 10:22:52.806 Detail, Node031, Queuing (Command) Get Routing Info (Node=31): 0x01, 0x07, 0x00, 0x80, 0x1f, 0x00, 0x00, 0x03, 0x64
2020-01-11 10:22:52.806 Detail, Notification: ControllerCommand - Completed
2020-01-11 10:22:52.807 Detail, 
2020-01-11 10:22:52.807 Info, Node031, Sending (Command) message (Callback ID=0x00, Expected Reply=0x80) - Get Routing Info (Node=31): 0x01, 0x07, 0x00, 0x80, 0x1f, 0x00, 0x00, 0x03, 0x64
2020-01-11 10:22:52.815 Detail, Node031,   Received: 0x01, 0x20, 0x01, 0x80, 0x01, 0x02, 0x3c, 0xb4, 0x12, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xc7
2020-01-11 10:22:52.815 Detail, 
2020-01-11 10:22:52.815 Info, Node031, Received reply to FUNC_ID_ZW_GET_ROUTING_INFO
2020-01-11 10:22:52.815 Info, Node031,     Neighbors of this node are:
2020-01-11 10:22:52.815 Info, Node031,     Node 1
2020-01-11 10:22:52.816 Info, Node031,     Node 10
2020-01-11 10:22:52.816 Info, Node031,     Node 19
2020-01-11 10:22:52.816 Info, Node031,     Node 20
2020-01-11 10:22:52.816 Info, Node031,     Node 21
2020-01-11 10:22:52.816 Info, Node031,     Node 22
2020-01-11 10:22:52.816 Info, Node031,     Node 27
2020-01-11 10:22:52.816 Info, Node031,     Node 29
2020-01-11 10:22:52.816 Info, Node031,     Node 30
2020-01-11 10:22:52.816 Info, Node031,     Node 32
2020-01-11 10:22:52.816 Info, Node031,     Node 34
2020-01-11 10:22:52.816 Info, Node031,     Node 37
2020-01-11 10:22:52.816 Detail, Node002,   Expected reply was received
2020-01-11 10:22:52.816 Detail, Node002,   Message transaction complete
2020-01-11 10:22:52.816 Detail, 
2020-01-11 10:22:52.817 Detail, Node031, Removing current message
2020-01-11 10:22:52.817 Info, Requesting Neighbor Update for node 32
2020-01-11 10:22:52.817 Detail, Node032, Queuing (Command) ControllerCommand_RequestNodeNeighborUpdate (Node=32): 0x01, 0x05, 0x00, 0x48, 0x20, 0x9c, 0x0e
2020-01-11 10:22:52.817 Detail, Notification: ControllerCommand - Starting
2020-01-11 10:22:52.818 Detail, 
2020-01-11 10:22:52.818 Info, Node032, Sending (Command) message (Callback ID=0x9c, Expected Reply=0x48) - ControllerCommand_RequestNodeNeighborUpdate (Node=32): 0x01, 0x05, 0x00, 0x48, 0x20, 0x9c, 0x0e
2020-01-11 10:22:52.848 Detail, Node032,   Received: 0x01, 0x05, 0x00, 0x48, 0x9c, 0x21, 0x0f
2020-01-11 10:22:52.848 Detail, 
2020-01-11 10:22:52.848 Info, Node032, REQUEST_NEIGHBOR_UPDATE_STARTED
2020-01-11 10:22:52.849 Detail, Node033,   Expected callbackId was received
2020-01-11 10:22:52.849 Detail, Node033,   Expected reply was received
2020-01-11 10:22:52.849 Detail, Node033,   Message transaction complete
2020-01-11 10:22:52.849 Detail, 
2020-01-11 10:22:52.849 Detail, Node032, Removing current message
2020-01-11 10:22:52.849 Detail, Notification: ControllerCommand - InProgress
2020-01-11 10:22:52.849 Info, WriteNextMsg Controller nothing to do
2020-01-11 10:22:53.490 Detail,   Received: 0x01, 0x05, 0x00, 0x48, 0x9c, 0x21, 0x0f
2020-01-11 10:22:53.490 Detail, 
2020-01-11 10:22:53.491 Info, REQUEST_NEIGHBOR_UPDATE_STARTED
2020-01-11 10:22:53.491 Detail, Notification: ControllerCommand - InProgress
2020-01-11 10:22:53.778 Detail,   Received: 0x01, 0x05, 0x00, 0x48, 0x9c, 0x21, 0x0f
2020-01-11 10:22:53.778 Detail, 
2020-01-11 10:22:53.778 Info, REQUEST_NEIGHBOR_UPDATE_STARTED
2020-01-11 10:22:53.778 Detail, Notification: ControllerCommand - InProgress
2020-01-11 10:23:04.633 Detail,   Received: 0x01, 0x05, 0x00, 0x48, 0x9c, 0x22, 0x0c
2020-01-11 10:23:04.634 Detail, 
2020-01-11 10:23:04.634 Info, REQUEST_NEIGHBOR_UPDATE_DONE
2020-01-11 10:23:04.634 Detail, Requesting routing info (neighbor list) for Node 32
2020-01-11 10:23:04.634 Detail, Node032, Queuing (Command) Get Routing Info (Node=32): 0x01, 0x07, 0x00, 0x80, 0x20, 0x00, 0x00, 0x03, 0x5b
2020-01-11 10:23:04.634 Detail, Notification: ControllerCommand - Completed
2020-01-11 10:23:04.635 Detail, 
2020-01-11 10:23:04.635 Info, Node032, Sending (Command) message (Callback ID=0x00, Expected Reply=0x80) - Get Routing Info (Node=32): 0x01, 0x07, 0x00, 0x80, 0x20, 0x00, 0x00, 0x03, 0x5b
2020-01-11 10:23:04.643 Detail, Node032,   Received: 0x01, 0x20, 0x01, 0x80, 0x01, 0x02, 0x28, 0x64, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x13
2020-01-11 10:23:04.643 Detail, 
2020-01-11 10:23:04.643 Info, Node032, Received reply to FUNC_ID_ZW_GET_ROUTING_INFO
2020-01-11 10:23:04.644 Info, Node032,     Neighbors of this node are:
2020-01-11 10:23:04.644 Info, Node032,     Node 1
2020-01-11 10:23:04.644 Info, Node032,     Node 10
2020-01-11 10:23:04.644 Info, Node032,     Node 20
2020-01-11 10:23:04.644 Info, Node032,     Node 22
2020-01-11 10:23:04.644 Info, Node032,     Node 27
2020-01-11 10:23:04.644 Info, Node032,     Node 30
2020-01-11 10:23:04.644 Info, Node032,     Node 31
2020-01-11 10:23:04.644 Info, Node032,     Node 34
2020-01-11 10:23:04.644 Detail, Node002,   Expected reply was received
2020-01-11 10:23:04.644 Detail, Node002,   Message transaction complete
2020-01-11 10:23:04.644 Detail, 
2020-01-11 10:23:04.644 Detail, Node032, Removing current message
...
2020-01-11 10:23:12.798 Info, Requesting Neighbor Update for node 37
2020-01-11 10:23:12.798 Detail, Node037, Queuing (Command) ControllerCommand_RequestNodeNeighborUpdate (Node=37): 0x01, 0x05, 0x00, 0x48, 0x25, 0x9e, 0x09
2020-01-11 10:23:12.798 Detail, Notification: ControllerCommand - Starting
2020-01-11 10:23:12.798 Detail, 
2020-01-11 10:23:12.799 Info, Node037, Sending (Command) message (Callback ID=0x9e, Expected Reply=0x48) - ControllerCommand_RequestNodeNeighborUpdate (Node=37): 0x01, 0x05, 0x00, 0x48, 0x25, 0x9e, 0x09
2020-01-11 10:23:12.829 Detail, Node037,   Received: 0x01, 0x05, 0x00, 0x48, 0x9e, 0x21, 0x0d
2020-01-11 10:23:12.829 Detail, 
2020-01-11 10:23:12.829 Info, Node037, REQUEST_NEIGHBOR_UPDATE_STARTED
2020-01-11 10:23:12.829 Detail, Node033,   Expected callbackId was received
2020-01-11 10:23:12.829 Detail, Node033,   Expected reply was received
2020-01-11 10:23:12.829 Detail, Node033,   Message transaction complete
2020-01-11 10:23:12.829 Detail, 
2020-01-11 10:23:12.829 Detail, Node037, Removing current message
2020-01-11 10:23:12.830 Detail, Notification: ControllerCommand - InProgress
2020-01-11 10:23:12.830 Info, WriteNextMsg Controller nothing to do
2020-01-11 10:23:14.823 Detail,   Received: 0x01, 0x05, 0x00, 0x48, 0x9e, 0x21, 0x0d
2020-01-11 10:23:14.824 Detail, 
2020-01-11 10:23:14.824 Info, REQUEST_NEIGHBOR_UPDATE_STARTED
2020-01-11 10:23:14.824 Detail, Notification: ControllerCommand - InProgress
2020-01-11 10:23:20.947 Detail,   Received: 0x01, 0x05, 0x00, 0x48, 0x9e, 0x22, 0x0e
2020-01-11 10:23:20.948 Detail, 
2020-01-11 10:23:20.948 Info, REQUEST_NEIGHBOR_UPDATE_DONE
2020-01-11 10:23:20.948 Detail, Requesting routing info (neighbor list) for Node 37
2020-01-11 10:23:20.948 Detail, Node037, Queuing (Command) Get Routing Info (Node=37): 0x01, 0x07, 0x00, 0x80, 0x25, 0x00, 0x00, 0x03, 0x5e
2020-01-11 10:23:20.948 Detail, Notification: ControllerCommand - Completed
2020-01-11 10:23:20.949 Detail, 
2020-01-11 10:23:20.949 Info, Node037, Sending (Command) message (Callback ID=0x00, Expected Reply=0x80) - Get Routing Info (Node=37): 0x01, 0x07, 0x00, 0x80, 0x25, 0x00, 0x00, 0x03, 0x5e
2020-01-11 10:23:20.957 Detail, Node037,   Received: 0x01, 0x20, 0x01, 0x80, 0x00, 0x00, 0x3c, 0x44, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x24
2020-01-11 10:23:20.957 Detail, 
2020-01-11 10:23:20.957 Info, Node037, Received reply to FUNC_ID_ZW_GET_ROUTING_INFO
2020-01-11 10:23:20.957 Info, Node037,     Neighbors of this node are:
2020-01-11 10:23:20.957 Info, Node037,     Node 19
2020-01-11 10:23:20.957 Info, Node037,     Node 20
2020-01-11 10:23:20.957 Info, Node037,     Node 21
2020-01-11 10:23:20.957 Info, Node037,     Node 22
2020-01-11 10:23:20.957 Info, Node037,     Node 27
2020-01-11 10:23:20.957 Info, Node037,     Node 31
2020-01-11 10:23:20.957 Info, Node037,     Node 34
2020-01-11 10:23:20.957 Detail,   Expected reply was received
2020-01-11 10:23:20.958 Detail,   Message transaction complete
2020-01-11 10:23:20.958 Detail, 
2020-01-11 10:23:20.958 Detail, Node037, Removing current message
2020-01-11 10:23:20.958 Info, Deleting all return routes from node 10

Still no luck getting humidity data to show up.

I had a spare Raspberry Pi B so I put a fresh install of Hass.io on there (0.104.0) and got a new Z-Wave.me UZB configured. I added the thermostat to the fresh install and everything except humidity is coming in just like in my normal setup.

I’m going to try to roll back to 0.102.x and see if that makes a difference and I’m thinking I’ll throw OpenHAB on the RPi B to see whether that makes any difference (to finally confirm whether it’s something with the HA version or the thermostat hardware).

Do all thermostats have the same firmware versions?

Yes, they all report they’re on version 1.03.

However, the three working units were manufactured in October-ish 2019 where the one that isn’t was manufactured in early 2018. (I’m inferring this based on the default date picker when setting up the devices). I’m wondering if there’s a different hardware version between them but none of the visible labels are different with the exception of the serial numbers.

Got OpenHAB up and running and it is retrieving and displaying humidity for this thermostat.
image

Seems to me there is a bug or something in HA. I can submit an issue in GitHub but I’m not sure what all to include for this. Any guidance would be appreciated.

Thanks!

Got the new OpenZWave (beta) setup and now the humidity information is being pulled in.
However, the humidity value seems to be obtained at ZWave startup only and not refreshed after that.

Hello all …

Just installed a TH6320ZW running on batteries. I can set the temperature and fan state however when I set the fan state from home assistant it never gets updated - it just sticks at the previous state (even though the thermostat actually updated to the fan state).

Is anybody else having this issue? Is it perhaps since it is running on batteries?

Thanks!