Smanar

Results 777 comments of Smanar

It's problem with the websocket (no problem to send request but no actualisation ) ? If yes https://github.com/dresden-elektronik/deconz-rest-plugin/issues/8427

I don't see something bad on the DDF, or similar issue on google. Just a comment on the DDF "state/power_divisor" is for me useless, it's something fixed, so can use...

>, as it changes with some devices at high power levels Seriously ? For me this value was fixed in the firmware. But for me it's not the problem, because...

Hello, there is no defaut value in the DDF, so if I m right the "config" state is stored, it mean the last status need to be used ?

I can be wrong but from my memory - "state" field are not stored, so at every restart deconz will take a defaut value - "config" field are stored, so...

Hello can try to add to the DDF, on the ZHAbattery sensor (not the light entry) ``` { "name": "config/clickmode", "parse": { "dpid": 101, "ep": 1, "eval": "if (Attr.val ==...

The "path" in the DDf is not used. It's the normal working mode on Docker, it's the principe, all is virtual. What is your OS ? If you are using...

From my memory this field is natively working on HA. I m making probably something bad. @Kane610 It's better to use "config/devicemode" ? Or put it in the TYPE_ON_OFF_OUTPUT instead...

You haven't the link to the github code page where this field is managed ? To see If I can "adapt" the DDF ?

Nice Thx, Ok so config/clickmode is not used by the HA plugin But config/devicemode is used and enabled for ZHASwitch Can try this DDF have replaced the ZHABattery by a...