Hi,
I wasn’t paying attention and bought a Fibaro Wall Plug, FGPE/F-102.
https://manual.zwave.eu/backend/make.php?lang=DE&sku=FGWPE/F-102&cert=ZC10-18025991
And this device isn’t recognized by openhab, z-wave binding. I already have an older, similar FGWP102 wall switch model, and that works great.
I recently installed the stable version of Openhab, openhab addons 4.2.3. In the jar file I find XML files for FGWP102.
root@kuzma:~/wave# find . | grep -i fgw | grep 102
./OH-INF/thing/fibaro/fgwp102_2_1.xml
./OH-INF/thing/fibaro/fgwp102_3_2.xml
I thought maybe the devices are similar in functionality and I can copy and adjust the existing file so that it is recognized by the openhab z-wave binding? I won’t use it that much, just for switching lights on/off. I actually just need the switch channel only. I though I can manipulate jar file and add new xml file.
How is the suitable for device configuration file identified?
Thanks for any advices.