I have a Fibaro FGBS222 smart implant which I could include without problems. I see many sensors, for example voltage and temperature. But if I click on “Node config options”, there is nothing. The query stage is “complete”. What can I do? I see that CommandClass 112 is empty in zwcfg*xml.
I have that file, if it is this version I don’t know, it does not contain version numbers. But in HA the device was named “Fibaro unknown” (sensor.fibaro_system_unknown_type_0502_id_1000_alarm_level_3), so HA did not recognize the device type.
And yes, I removed the device and added again: same.
And yes, I have .homeassistant/deps/lib/python3.7/site-packages/python_openzwave/ozw_config/manufacturer_specific.xml
Does your copy of manufacturer_specific.xml file have the entry for it? Make sure you don’t have any other config files installed, for example, in /etc/openzwave.
If you’re using Debian/Ubuntu, you probably installed the openzwave packages. You can purge them (which deletes everything) with apt get purge <packagename>.
dietpi@hasspi:~$ apt list *zwave*
Listing... Done
libopenzwave-doc/testing 1.5+ds-6 all
libopenzwave1.5-dev/testing 1.5+ds-6 armhf
libopenzwave1.5/testing 1.5+ds-6 armhf
openzwave/testing 1.5+ds-6 armhf
dietpi@hasspi:~$ apt list *zwave* --installed
Listing... Done
I have a very similar problem. Do you know how to access these files on a Hassio install? Maybe if I put the SD card into a reader and access it from another computer? And why don’t Hassio uses the latest openzwave files? How long does it take for them to implement? I can’t find answers to these questions. Thanks
I have the same issue. Where are the XML manufacturer specific files located in HASSio? I don’t have an OpenZWave folder in /etc/, nor can I find any XML files that relate to OpenZWave. I only have the zwcfg_xxxxx.xml file in /config/. Should I update that one? But with what information?