Smanar
Smanar
You have added the 10th ModelId ? And if you enable log with flag "DDF" and trying to load the DDF ? Can enable too 2 * "info" in same...
> now it loads, but no switch sign up in Webinterface... So was a folder right issue ? ` 16:09:28:311 a4:c1:38:26:56:ec:68:db/attr/manufacturername expression: Item.val = Attr.val --> _TZ3000_5tqxpine` It look fine...
Nope your device don't have dimmer feature For all tuya remote 1 gang to 4 gang > Tuya3gangMap If the device have 4 gang it will use all lines, else...
If someone want to make a try, it seem this device don't use the IAS cluster, but only the Lumi one. For exemple for the smoke detection the code can...
Depend of your OS, you just need to create a text file called what_you_want.json with the DDF contain in a "devices" folder. https://github.com/dresden-elektronik/deconz-rest-plugin/wiki/DDF-cheat-sheet But on some OS like docker, need...
So yes, will be easy for you, just choose one of the 2 folders "devices". Then restart deconz, DDF are loaded only at start. After you device will be reconised...
Yeah for the battery it seem the device use the classic cluster so can remove ``` { "name": "config/battery", "parse": { "at": "0xff01", "fn": "xiaomi:special", "idx": "0x01", "script": "xiaomi_battery.js" }...
Can try too ``` { "name": "config/selftest", "parse": { "fn": "zcl:attr", "ep": 1, "cl": "0xFCC0", "mf": "0x115F", "at": "0x0127", "eval": "Item.val = Attr.val;" }, "read": { "fn": "none" }, "write":...
I never try it since this PR https://github.com/dresden-elektronik/deconz-rest-plugin/pull/7839 But can make a try, for that you need to create a new entry in the DDF to have a "light" entry...
So sending "select" to "state/alert" don't trigger the siren ?