Smanar

Results 777 comments of Smanar

Yep for me, the DDF is fine. When the HA plugin detect a new device it make his magic, check the fields and add stuff or not to HA. If...

The ZHABattery is used for "light type" device (by defaut this kind of device don't have the "config" field, so not possible to use config/battery, and this entry use "state/battery")....

I have answered on your PR page, I think you have removed too much stuff ^^

Another one that have workied for him `n=Number(ZclFrame.at(3));t={'1': 1002, '2': 1004, '0': 1001, '255': 1003};if(n in t){Item.val=t[n]}` https://github.com/dresden-elektronik/deconz-rest-plugin/issues/7863#issuecomment-2302732124 Or just adding quote ?

lol, sometime we are searching a special function, sometime we found too much of them ^^. On my side for a so simple convertion I prefer a "one liner", but...

Hello, perhaps something similar to https://github.com/dresden-elektronik/deconz-rest-plugin/issues/7881 What is the couple manufactureName/ModelID ?

Some have make a PR here https://github.com/dresden-elektronik/deconz-rest-plugin/pull/7934

Are you sure using the last DDF ? You have this part inside ? ``` "manufacturername": ["eWeLink","SONOFF","SONOFF","eWeLink"], "modelid": ["TH01","SNZB-02D","SNZB-02P","SNZB-02P"], ```

Deconz load DDF only at start, so need to restart deconz after the DDF update.

Hello, there is the model _TZE200_bjawzodf in this DDF https://github.com/dresden-elektronik/deconz-rest-plugin/blob/master/devices/tuya/_TZE200_bjawzodf_humidity_temp.json Can you try to add your model to this list ? probably one more clone ? But honneslty your DDf...