deconz-rest-plugin
deconz-rest-plugin copied to clipboard
Add Support for LIVARNO LUX FB20-002 Remote ControlDevice name
i want to reopen https://github.com/dresden-elektronik/deconz-rest-plugin/issues/5375 as a request to have this device added. The buttons on the device are not visible or functional.
Device
- Product name: Livaro Lux FB20-002 remote
- Manufacturer: ALIVARNO LUX
- Model identifier: FB20-002
- Device type :
- Remote
- Switch (?)
Screenshots
Basic
Identify
Alarms
Device Temperature
Groups
Scenes
On/Off
Level Control
Color Control
Simple Metering
Diagnostics
Other clusters that are not mentioned above
The basic cluster screenshot is a bit unclear, as it hides the manufacturer name. Can you please make sure all info is visible?
here is another screenshot of the basic cluster:
As there has not been any response in 21 days, this issue has been automatically marked as stale. At OP: Please either close this issue or keep it active It will be closed in 7 days if no further activity occurs.
As there has not been any response in 28 days, this issue will be closed. @ OP: If this issue is solved post what fixed it for you. If it is not solved, request to get this opened again.
After two years, I kindly ask to reopen this request.
@Smanar can you help out?
This device is already in the code
` { "_TYZB01_bngwdjsr", "TS1001", "LIDL Livarno Lux", "HG06323" }, // Remote Control``
Are you sure your device is not reconised ? it's possible, the lidl code is broken, but it can work for someone.
Need to make some checks first to see.
The name is not on form 0xXXXX, it's you that have changed it or the API ? Can you check if you have something in the API about this device ? Using phoscon/help/API information/sensor, take care lidl stuff can be renamed according to planet alignement by code. It's possible the device is present in the API but button event are not reconised
On button_maps.json
"lidlMap": {
"vendor": "LIDL Livarno Lux",
"doc": "LIDL / Livarno Lux Remote Control (_TYZB01_bngwdjsr)",
"modelids": ["HG06323"],
"buttons": [
{"S_BUTTON_1": "On"},
{"S_BUTTON_2": "Dim Up"},
{"S_BUTTON_3": "Dim Down"},
{"S_BUTTON_4": "Off"}
],
Replace
"modelids": ["HG06323"],
By
"modelids": ["_TYZB01_bngwdjsr"],
And restart deconz.
As there has not been any response in 21 days, this issue has been automatically marked as stale. At OP: Please either close this issue or keep it active It will be closed in 7 days if no further activity occurs.
As there has not been any response in 28 days, this issue will be closed. @ OP: If this issue is solved post what fixed it for you. If it is not solved, request to get this opened again.