Smanar

Results 777 comments of Smanar

I have just take a look on tuya folder https://github.com/dresden-elektronik/deconz-rest-plugin/tree/master/devices/tuya And all DDF are on form ModelID_DeviceTypejson or ManufactureName_DeviceType.json The problem is even ModelID are not constant, so you want...

>do we need de-duplication here to process only on different sequence numbers? I m not sure to understand what you mean, but yes, we can ignore all other sequence, and...

>If it was following the standard it should be working already out of the box. Yes, exactly, what is the problem with this device ? What is working or not...

Hello, can try this DDF ``` { "schema": "devcap1.schema.json", "manufacturername": "_TZE200_rks0sgb7", "modelid": "TS0601", "product": "Two-way Bilateral Energy Meter", "sleeper": true, "status": "Gold", "subdevices": [ { "type": "$TYPE_CONSUMPTION_SENSOR", "restapi": "/sensors", "uuid":...

Good question, HassOS use too docker nope ? What is your deconz version ? HA package, official docker image, custom installation ? If you have access to the GUI, you...

Perhaps there is a docker for the addon ? Because it's the same folder than others users (using docker) https://forum.phoscon.de/t/how-to-add-edit-a-ddf-on-home-assistant-using-text-editor/1839/20?u=smanar For normal OS > All DDF provided directly with deCONZ...

I have see the problem with this device ? You have different version with same manufacture name that need different compute ? > I have at least two versions of...

Hello ``` { "schema": "devcap1.schema.json", "manufacturername": ["_TZE200_khx7nnka", "_TZE200_yi4jtqq1"], "modelid": ["TS0601", "TS0601"], "product": "Tuya Lightsensor Luxmeter", "sleeper": false, "status": "Gold", "subdevices": [ { "type": "$TYPE_LIGHT_LEVEL_SENSOR", "restapi": "/sensors", "uuid": [ "$address.ext", "0x01",...

You are using the official docker image ? So when you make "ls -la" we need to see the *.js file (the script) and the *.json (the DDF) ? And...

>the device is still listed as a temperature controller This is strange, can you take a look direclty in the API ? usig phoscon/help/API Information/sensors. >It always remains at 0...