ZeppDK

Results 17 comments of ZeppDK

there seems to be an older version of the lock already added, so i hope this one will be straight forward :-) https://github.com/dresden-elektronik/deconz-rest-plugin/issues/4253

> @ZeppDK do you need some help ? > You don't need to compile code, just add/edit file, will be easier on docker install ? I have added the files,...

after i added your new files, i made a DDF, and added this from the list manually... ![billede](https://user-images.githubusercontent.com/7306325/159232739-dfea4ca3-b2de-4bba-8a72-ada603c29af4.png)

here is the API ![billede](https://user-images.githubusercontent.com/7306325/159233170-6879da26-fe5f-479b-b4dc-6ed536d43296.png)

so like this? > { "schema": "devcap1.schema.json", "manufacturername": "Onesti Products AS", "modelid": "EasyFingerTouch", "vendor": "EasyAccess", "product": "EasyFingerTouch", "sleeper": false, "status": "Gold", "path": "/devices/easyfingertouch.json", "subdevices": [ { "type": "$TYPE_DOOR_LOCK", "restapi": "/sensors",...

![billede](https://user-images.githubusercontent.com/7306325/159420030-adb91c86-4b18-4b7f-aa12-43b5d3ace5c7.png) ![billede](https://user-images.githubusercontent.com/7306325/159420115-88d7e129-2088-49d9-a1bd-baf2a622f3ac.png) that works for lock/unlock of the the lock :)

Maybe.. but have not had time to test yet

this is after adding the config you provided: ![image](https://user-images.githubusercontent.com/7306325/160598310-238fa224-a1a9-430d-a2c3-22cd4cf033a7.png)

the lock state looks weird, as it says open, even though the door is locked... so maybee i should switch the open/closed like this? if (Attr.val == 1) { Item.val...

![image](https://user-images.githubusercontent.com/7306325/160659080-578a6d02-a840-4f7e-9ce8-4c6a44cc8402.png)