Smanar

Results 777 comments of Smanar

From here https://github.com/dresden-elektronik/deconz-rest-plugin/issues/6657 It seem to have the group cluster Have you tried to add it to the DDF ``` { "name": "config/group", "default": "auto" }, ``` and perhaps something...

Hello, this device don't use same dpid than other on your link, can you try this DDF to start ``` { "schema": "devcap1.schema.json", "manufacturername": [ "_TZE200_wqashyqo" ], "modelid": [ "TS0601"...

What is your OS ? And you need to include it in deconz first (at least in deconz, not in the API/Phoscon) to see the manufactureName and model id, not...

You can manage DDF without the GUI but the problem is to get the manufacture name and the model ID. Easier for you to install deconz on a PC, switch...

All zigbee device can be included in deconz. If the device is not reconised for exemple a new sensor, it will make zigbee request, so it will have impact on...

Yeah sensor are "lazy" device. You need to awake it when you make the "read attribute" request https://github.com/dresden-elektronik/deconz-rest-plugin/wiki/How-to-read-Clusters

Yes and no, after searching your device on google, it seem it'"s another shit from tuya. You can forget cluster 0x0402 and 0x0405, your device work with tuya cluster the...

Can try this DDF ``` { "schema": "devcap1.schema.json", "manufacturername": "_TZE200_npj9bug3", "modelid": "TS0601", "vendor": "Tuya", "product": "ZG-303Z", "sleeper": false, "status": "Gold", "subdevices": [ { "type": "$TYPE_TEMPERATURE_SENSOR", "restapi": "/sensors", "uuid": [ "$address.ext",...

>but then Humidity is now 3600 in deconz UI, but in HA it says 70 %? You can't use cluster 0x0402 and 0x0405 for this device.

Just you can't use thoses clusters, this device don't use them but use instead the cluster 0xEF00 All you see on them is useless, take a look on the DDF,...