Smanar
Smanar
Done > https://github.com/dresden-elektronik/deconz-rest-plugin/pull/8142 Have edited the json, but for me it's fine, have just removed useless stuff.
Yep, but lot of work to do, can start with this DDF ``` { "schema": "devcap1.schema.json", "manufacturername": "Third Reality, Inc", "modelid": "3RSB22BZ", "product": "Smart Button 3RSB22BZ", "status": "Gold", "sleeper": true,...
So good news, enrollment not needed, bind not needed, and it seem can use only the cluster 0x0012 `02:13:00:816 [INFO] - No button map for: 3RSB22BZ, unicast to: 0x0000, endpoint:...
Deconz rules are https://github.com/dresden-elektronik/deconz-rest-plugin/wiki/Supported-Devices#wireless-switches So I think this DDF will work, or you can easily correct it. ``` { "schema": "devcap1.schema.json", "manufacturername": "Third Reality, Inc", "modelid": "3RSB22BZ", "product": "Smart Button...
From that I m reading, this device have too triple and quadruple clic, It's for that I have added too `'3':1005,'4':1006,` But source can be not reliable, better to test...
Lol, seriously you are specialised in fucking exotic device ..... What to do with his one .... `[101, 'illuminance', tuya.valueConverter.raw]` ok can use `state/lightlevel` But for others ``` [102, 'illuminance_average_20min',...
Ha yes and it's not linear, so no my job to make a good convertion, can just expose voltage. So I can use : - 1 ZHALightLevel with state/voltage -...
But my problem is how to show the device in the API. I can't use state/voltage for a ZHAHumidity, the API is realy locked. And not sure create 3 ZHAPower...
For me it's normal. ZHAHumidity for exemple have generaly a state/humidity but not a state/voltage, so HA ignore them.
Thx, do you want to make a Pr to correct the DDF or want I make it ? And looking DDF you need to have at least the ZHAhumidity on...