@Glen_Buktenica wrote:
Configuration
I have HA 0.103.6 on Hassio 3.7 on a Raspberry Pi 3B.
I have a number of z wave devices running happily via an Aeotec Gen 5 Stick.Problem
Two Fibaro FGS213 switches are reporting as:
FIBARO System Unknown: type=0403, id=3000
Under the Zwave control panel I cannot set any of the Node Config Options. Clicking the drop down box for Node Config Options results in an empty drop down.
Investigation
From OpwnZWave I can see that id 3000 is missing
<Product config="fibaro/fgs213.xml" id="1000" name="FGS213 Switch" type="0403"/> <Product config="fibaro/fgs213.xml" id="2000" name="FGS213 Switch" type="0403"/> <Product config="fibaro/fgs213.xml" id="4000" name="FGS213 Switch" type="0403"/>
My zwcfg_.xml file shows that the FGS213’s have been discovered:
<CommandClasses> <CommandClass id="32" name="COMMAND_CLASS_BASIC" version="1" request_flags="5" mapping="37"> <Instance index="1" /> <Instance index="2" endpoint="1" /> <Instance index="3" endpoint="2" /> </CommandClass> <CommandClass id="34" name="COMMAND_CLASS_APPLICATION_STATUS" version="1" request_flags="5" innif="true"> <Instance index="1" /> </CommandClass> ETC...
Question
What is my next step. I can raise a PR to get id 3000 added but my understanding is that HA has been forked from OpenZWave and this won’t make it into HA?
Posts: 2
Participants: 2