ioBroker.zigbee
ioBroker.zigbee copied to clipboard
Livarno LED LIDL not work
Hello,
I have bought a new LIDL lamp, it was found with zigbee adapter in iobroker, but is not able to use. It was found as TS0502B Tuya, but is not usable. The lamp called: https://www.lidl.de/p/livarno-home-deckenleuchte-mit-lichtfarbensteuerung-zigbee-smart-home/p100339376?mktc=shopping_shop&gclid=Cj0KCQjw5-WRBhCKARIsAAId9Fnc4Kw8GOfhOUmzdOANAPi8aEPmQT0Nn8Zs26xnyjNDTiijRK_MkHUaAmESEALw_wcB
- Which adapter version
- Installed from ?
- Is it listed at zigbee2mqtt.io as supported ?
- how does the device tile look (backside, with the device description)?
- how does the info tile look (you get this when clicking the blue i on the back of the device tile
A.
Hello,
- Adapter version: 1.6.16
- installed from iobroker directly stable repository
- I have only found this informations: https://www.zigbee2mqtt.io/devices/TS0502B.html
- ieee:0x2c1165fffe610dc8 | nwk:47529 (0xb9a9) | model:TS0502B |groups:
Regards
Welcome to the madness which is TuYa. The image shows clearly that this is not the device you have. The device you have needs to be added to the zigbee-herdsman-converters.
As it is a TuYa device, this can only be done with access to the device.
A.
p.s. you can try to see if the device will behave similar to other LIDL lamps, by
-
locating the file "lidl.js" in the zigbee-herdsman-converters (either in
/opt/iobroker/node_modules/zigbee-herdsman-converters/devices
or/opt/iobroker/node_modules/iobroker.zigbee/node_modules/zigbee-herdsman-converters/devices
) -
locating the following code:
fingerprint: [{modelID: 'TS0502A', manufacturerName: '_TZ3000_rylaozuc'}]
, -
replaceing the with this code:
fingerprint: [{modelID: 'TS0502A', manufacturerName: '_TZ3000_rylaozuc'},{modelID: 'TS0502A', manufacturerName: '_TZ3000_c2iwpxf1'}]
-
restarting the zigbee adapter.
It will either work or not - something you will need to test. If it works and all desired functionality is present this change should be communicated to the zigbee-herdsman-converters project.
A.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.