Issues adding multisensor Z-Wave device. Seems to work but not really

Hi

I’m trying to add an Heinan Temperature & Humidity sensor but even if the adding of the device seems to work I end up with Manufacturer/Model unknown. Note that this device was actually added to HA earlier and I did receive temperature readings from the device but after an full reinstall of the device I’m not able to see any info from it.

I’m running an minimal installation on Rpi4 64-bit using Z-Wave JS 0.1.6. I can see the following info in the log:

15:00:05.220 CNTRLR   starting inclusion process...
15:00:05.261 CNTRLR   handling add node request (status = Ready)
15:00:05.261 CNTRLR     the controller is now ready to add nodes
15:00:07.832 CNTRLR   handling add node request (status = NodeFound)
15:00:08.063 CNTRLR   handling add node request (status = AddingSlave)
15:00:08.473 CNTRLR   handling add node request (status = ProtocolDone)
15:00:08.475 CNTRLR   stopping inclusion process...
15:00:08.624 CNTRLR   handling add node request (status = Done)
15:00:08.626 CNTRLR   done called for 26
15:00:08.629 CNTRLR   finished adding node 26:
                        basic device class:    Routing Slave
                        generic device class:  Multilevel Sensor
                        specific device class: Routing Multilevel Sensor
                        supported CCs: 
                        · Basic (0x20)
                        · Multilevel Sensor (0x31)
                        · Z-Wave Plus Info (0x5e)
                        · Association (0x85)
                        · Multi Channel Association (0x8e)
                        · Association Group Information (0x59)
                        · Transport Service (0x55)
                        · Version (0x86)
                        · Manufacturer Specific (0x72)
                        · Device Reset Locally (0x5a)
                        · Powerlevel (0x73)
                        · Battery (0x80)
                        · Security 2 (0x9f)
                        · Wake Up (0x84)
                        · Supervision (0x6c)
                        controlled CCs: 
15:00:08.631 CNTRLR » [Node 026] Assigning return route to controller...
15:00:08.649 CNTRLR   the inclusion process was stopped
15:00:09.522 CNTRLR   [Node 026] Configuring Z-Wave+ Lifeline association...
15:00:09.703 CNTRLR   [Node 026] WakeUpCC: doing a complete interview...
15:00:09.704 CNTRLR » [Node 026] retrieving wakeup capabilities from the device...
15:00:09.783 CNTRLR « [Node 026] received wakeup capabilities:
                      default wakeup interval: 86400 seconds
                      minimum wakeup interval: 60 seconds
                      maximum wakeup interval: 86400 seconds
                      wakeup interval steps:   60 seconds
15:00:09.784 CNTRLR » [Node 026] retrieving wakeup interval from the device...
15:00:09.846 CNTRLR « [Node 026] received wakeup configuration:
                      wakeup interval: 86400 seconds
                      controller node: 0
15:00:09.848 CNTRLR » [Node 026] configuring wakeup destination node
15:00:09.898 CNTRLR   [Node 026] wakeup destination node changed!
15:00:09.901 CNTRLR   [Node 026] Beginning interview - last completed stage: None
15:00:09.903 CNTRLR   [Node 026] new node, doing a full interview...
15:00:09.904 CNTRLR » [Node 026] querying protocol info...
15:00:09.943 CNTRLR « [Node 026] received response for protocol info:
                      basic device class:    Routing Slave
                      generic device class:  Multilevel Sensor
                      specific device class: Routing Multilevel Sensor
                      is a listening device: false
                      is frequent listening: false
                      is a routing device:   true
                      is a secure device:    unknown
                      is a beaming device:   true
                      maximum baud rate:     40000 kbps
                      version:               4
15:00:09.946 CNTRLR   [Node 026] The node is now asleep.
15:00:09.956 CNTRLR   [Node 026] Interview stage completed: ProtocolInfo
15:00:09.957 CNTRLR » [Node 026] querying node info...

Any idea what is wrong here?

It’s a battery powered device that checks in every 86400 seconds (1 day) to complete the next step of the interview stage, use the button on the device to keep waking it up until the interview stages have finished (Completed stage)
Z-Wave Query Stage - Home Assistant (home-assistant.io)
Depending on the device you can hold the button for a few seconds to keep it awake for a few minutes (check the manual)

@RickKramer Thank you for your answer. And you where totally correct, I had to wake up the device to complete the setup - of course the manual did not mention this at all. So if anyone else try to use these Heiman temperature/humidity devices (identified as HS1HT-Z) then do a long press (>2 sec) in the pin hole will wake up the device and complete the interview stage.

1 Like