-
Notifications
You must be signed in to change notification settings - Fork 522
DDF for iluminize motion sensor (5128.10) #7046
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DDF for iluminize motion sensor (5128.10) #7046
Conversation
I tried it with in my local home. This ddf seems to be working (setting lift/tilt works without any problems). It was the first time, that I wrote a ddf. I just copied it and changed the adresses. |
Did not really understand binding on cluster "0x0102" " |
@BabaIsYou |
Think you should have a look to https://github.com/dresden-elektronik/deconz-rest-plugin/wiki/DDF-cheat-sheet then would understand what I meant ;-) |
I will read it and fix the JSON. ^^ |
As the device is quite simple, perhaps it would be better to start from scratch using DDF editor and compare the final DDF with the one you did ;-) but I think that essentially it’s around the wrong EP … it’s not 6 but 1 if I’m referring to your issue (#7045) . |
:D I fix the JSON and I will change it here, when the tests are successful and my slow train-vpn-forwarded-x11-ssh-connection allows my to save. |
May be some bindings will be missing for reports
I did the changes from EP 6 to EP 1 into the DDF but you have to test before merging and close #7045 |
I'm at home and I had to fix the state/open. But all seems to work now. @BabaIsYou Thanks for the help and the hints. It helped a lot. :) |
Suppress path, useless description and replace ep:0 by ep:1 Fix dresden-elektronik#7045
Seems good. ready4merge from my site. |
@BabaIsYou all good to merge? |
Looks good at this step for me. |
See #7045