Smanar

Results 466 comments of Smanar

Oups, can you reverse the 2 dpid ? 12 is for the lightlevel 1 is for the presence

No difference ? Your DDF look like that now ``` }, { "name": "state/lightlevel", "parse": { "fn": "tuya", "dpid": 12, "eval": "Item.val = Attr.val;" }, "read": { "fn": "tuya" },...

You have enable the flag "DDF" and "info_l2" ? If yes it mean the device haven't make report at all, when a tuya device make request you will have something...

``` 21:43:44:788 TY_DATA_REPORT: seq 160, dpid: 0x01, type: 0x04, length: 1, val: 0 21:43:44:829 a4:c1:38:b6:7c:58:a8:be-01-0400/state/presence expression: Item.val = Attr.val == 0; --> true ``` ``` 21:43:42:094 TY_DATA_REPORT: seq 158, dpid:...

>Where did you find this special table? On z2m github https://github.com/Koenkk/zigbee2mqtt/issues/12364 , but they don't use it on final code, and display value as it, are you sure tuya gateway...

>Both get recognzied by deCONZ, but only one of them connects to the zigbee interface (rasbee 2). Men you can see both in deconz (the GUI application) but only one...

>This line sadly appears not to show up. This line appear with flag "info", and start by "TY_DATA". You have it probably around thoses ones `19:50:46:682 a4:c1:38:01:13:e6:33:1f-01-0400/state/presence expression: Item.val =...

>21:58:55:221 TY_DATA_REPORT: seq 56, dpid: 0x04, type: 0x02, length: 4, val: 100 This one is the battery, have added it in the DDF >21:58:55:458 TY_DATA_REPORT: seq 57, dpid: 0x09, type:...

Still missing the config/battery Can you make a "hot reload" in the DDF editor, or re-include the device (without deleting, like that all will be invisible) >13:34:42:388 TY_DATA_REPORT: seq 66,...

>When viewing the preview in the ddf editor after opening the ddf and doing a hot-reload the lines concerning battery won't show up. I'm probalbly missing something here. You are...