Hi everyone,
One week ago I switched over from FHEM to HA and am very happy with it.
Today, there started to be a problem: I have some Z-Wave devices registered to a Z-Wave.Me ZME_UZB1 USB stick in my Raspberry Pi 4. One node (no. 34) does not show up inside HA, although there are many messages in the OZW log for that node (e.g. the node 34 reporting neighbors etc.). I cannot see any error message. In HA the node 34 does not show up anywhere.
When I switch back to FHEM with the same USB stick, node 34 shows up immediately. I have already restarted my ZWAVE network within HA 5 times with no node no 34 showing up.
What can I do to get the node back in HA - I am pretty sure it was there yesterday - and it registered with the USB stick and working fine within FHEM.
Any hints?
Update: I see some messages in OZW log now:
“ApplicationCommandHandler - Unhandled Command Class 0x31” (and other classes).
Update 2: Last reboots the node is visible in OZW log without any warning or error - same behavior as all other nodes (all Fibaro wall plugs). BUT: node 34 still does not show up in HA, in particular not in the Z-Wave node list.
Update 3: I don’t know, if this is of relevance: the node shows up in the zwcfg_.xml-File with this data:*
<Node id="34" name="" location="" basic="4" generic="16" specific="0" type="Binary Switch" listening="true" frequentListening="false" beaming="true" routing="true" max_baud_rate="40000" version="4" query_stage="Complete">
<Manufacturer id="0" name="">
<Product type="0" id="0" name="" />
</Manufacturer>
<CommandClasses>
<CommandClass id="32" name="COMMAND_CLASS_BASIC" version="1" mapping="37">
<Instance index="1" />
</CommandClass>
<CommandClass id="37" name="COMMAND_CLASS_SWITCH_BINARY" version="1">
<Instance index="1" />
<Value type="bool" genre="user" instance="1" index="0" label="Switch" units="" read_only="false" write_only="false" verify_changes="false" poll_intensity="0" min="0" max="0" value="False" />
</CommandClass>
</CommandClasses>
</Node>
This differs from the other Fibaro switches I have.
Many thanks, Oliver