Smanar
Smanar
Done, have created 2 DDFs. One have 1 less sensor than the other.
Ha yes right, there is a DDF but can be optimised > https://github.com/dresden-elektronik/deconz-rest-plugin/blob/master/devices/sonoff/snzb-02-multisensor.json Can you try editing the file to have ``` "manufacturername": ["eWeLink","SONOFF","SONOFF", "eWeLink"], "modelid": ["TH01","SNZB-02D","SNZB-02P", "SNZB-02P"], ```
Hello, yeah I m still on holidays ^^. And don't worry, it's not plugin error, it's just an information, you can have it too in the "deconz information widget". It's...
Hello, but where are you seing it's reported as 4 button switch ? The DDF create only 1 entry, a ZHASwitch and with it you will have event on state/buttonevent...
But even with a 0% value at start, the value is updated after 24 H, no ?
Try with replacing in the DDF ``` { "name": "config/battery", "refresh.interval": 86400, "awake": true, "parse": { "at": "0x0021", "cl": "0x0001", "ep": 1, "eval": "Item.val = Attr.val / 2;", "fn": "zcl:attr"...
I prefer someone test it first, because few return like your, and the change can have impact (more requests possibles) What is your OS ? If it's not HA will...
So no problem, will be fast and without danger. `All DDF provided directly with deCONZ typically reside in /usr/share/deCONZ/devices/ on a Linux system and are loaded first. However, files residing...
Nice, thx for test. Have made the PR to correct it > https://github.com/dresden-elektronik/deconz-rest-plugin/pull/8243 Tell me if you have issue like battery drain with the new DDF.
The reporting is fine 86400s mean 24h. But the device is a sleeper, so deconz need to wait for the device be awake, make a try, and if not succed,...