Smanar
Smanar
It's the one you have tested ? https://github.com/dresden-elektronik/deconz-rest-plugin/issues/6734#issuecomment-1423453064 Try setting the status to "Gold". The device use the dpid = 1 for fire, so his DDf need to work, you...
Yes, will be a better try. This device need the tuya unlock sequence, you have added it on the DDF ``` { "name": "config/tuya_unlock" } ``` So it's fine, but...
>I do not understand what you mean by reinclude it? It's not enough how I added it in the DDF i posted before? Do I have to add it somewhere...
For tuya, you can just enable the logging, Deconz/help/debug view with flag "info" and "info_l2" you will see all Tuya requests from and to the device and their dpid.
>I have the same issue. The binary switch is reporting ON all the time. If you can take a look on logs for a missed request ? >I also have...
So for the second problem, it's probably because the OpenHAB plugin don't support this field. Not a big problem, you can ask the dev to add it, but IDK if...
Ha yes, it's device without neutral, lot of them are end device ``` { "schema":"devcap1.schema.json", "manufacturername":"_TZ3000_cxw02yp3", "modelid":"TS0014", "product":"Wired Switch 4 gangs without neutral", "sleeper":false, "status":"Gold", "subdevices":[ { "type":"$TYPE_ON_OFF_LIGHT", "restapi":"/lights", "uuid":[...
Nice, do you to make the PR ? Or want I make it ? to have it officialy.
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,...
Hello, there is some changes needed. - Replace all `"fn": "zcl"` by `"fn": "zcl:attr"`