I've got an issue, a strange behaviour with some devices and I cannot manage how to solve it.
An example is with some FGMS001 : despite they are all the same type (Device ID 271-4097-2048 - 0x010f-0x0800-0x1001) with same firmware version ( See attached image OZW43-105.PNG), some of them are created in domoticz with type SceneId.
Example is Node 43 (registered wrong) and node 105 (registered OK)
The domoticz MQQT log shows :
2021-12-18 06:29:10.333 ZQTT: (ZQTT) registerDevice called with topic: zwave/43/48/0/Any and payload b'{"time":1639805350286,"value":true,"nodeName":"PIR PENSILE CUCINA","nodeLocation":"P2 - CUCINA"}'
2021-12-18 06:29:10.334 ZQTT: (ZQTT) Registering device /43/48/0/Any/True as unit 206 with type sceneId
2021-12-18 07:14:10.528 ZQTT: (ZQTT) registerDevice called with topic: zwave/105/48/0/Any and payload b'{"time":1639808024152,"value":false,"nodeName":"PIR ALARM P2 CUCINA PARETE TV","nodeLocation":"P2 - CUCINA"}'
2021-12-18 07:14:10.528 ZQTT: (ZQTT) Registering device /105/48/0/Any as unit 8 with type Any
2021-12-18 07:53:49.440 ZQTT: (ZQTT) registerDevice called with topic: zwave/43/49/0/Air_temperature and payload b'{"time":1639810429409,"value":21.1,"nodeName":"PIR PENSILE CUCINA","nodeLocation":"P2 - CUCINA"}'
2021-12-18 07:53:49.441 ZQTT: (ZQTT) Registering device /43/49/0/Air_temperature/21.1 as unit 77 with type sceneId
This behaviour prevent me to use the device, because all of the sensor devices type will be wrong ..... (see image OZW43WRONG.PNG)
Someone have encountered same issue ?
How can I solve this issue , that is preventing me from migrate from OZW to ZWAVEJS ?
Any help will be appreciated!!