deconz-rest-plugin icon indicating copy to clipboard operation
deconz-rest-plugin copied to clipboard

Add Support for LIVARNO LUX FB20-002 Remote ControlDevice name

Open frontibit opened this issue 2 years ago • 8 comments

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

image

image

image

Basic

image

Identify

image

Alarms

Device Temperature

Groups

image

Scenes

On/Off

image

Level Control

image

Color Control

Simple Metering

Diagnostics

Other clusters that are not mentioned above

frontibit avatar Mar 07 '22 14:03 frontibit

The basic cluster screenshot is a bit unclear, as it hides the manufacturer name. Can you please make sure all info is visible?

Mimiix avatar Mar 07 '22 14:03 Mimiix

here is another screenshot of the basic cluster: image image

frontibit avatar Mar 07 '22 15:03 frontibit

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.

github-actions[bot] avatar Mar 29 '22 02:03 github-actions[bot]

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.

github-actions[bot] avatar Apr 06 '22 02:04 github-actions[bot]

After two years, I kindly ask to reopen this request.

Pe-MaKer avatar Apr 10 '24 15:04 Pe-MaKer

@Smanar can you help out?

Mimiix avatar Apr 12 '24 21:04 Mimiix

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.

Smanar avatar Apr 13 '24 07:04 Smanar

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.

github-actions[bot] avatar May 05 '24 01:05 github-actions[bot]

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.

github-actions[bot] avatar May 12 '24 01:05 github-actions[bot]