Replies: 5 comments 2 replies
-
This seems to be part of the normal spec, so it can probably be added to the generic converters Usually doing something like this involves a few steps:
I have recently done this for StartupColorTemperature. But for this one less work needs to be done. It's not super hard, but I don't have any devices to test.
I wrote this on the go without testing, so it might have a syntax error. But let me know how it goes. |
Beta Was this translation helpful? Give feedback.
-
I've added a PR to expose the StartupLevel too, Koenkk/zigbee-herdsman#283 If you can wait, wait for that to get merged and I can do a proper PR for the converter (and make sure the code is good), still need someone to test it on hardware though. |
Beta Was this translation helpful? Give feedback.
-
OK here is an update... Koenkk/zigbee-herdsman#283 to be merge The converters one depends on the herdsman one, so once the former is merged, you should be able to apply the changes from the converters one locally to test. I think it should just work. |
Beta Was this translation helpful? Give feedback.
-
Good news, the herdsman PR is merged. And I manged to test most of the other PR, once it is merged it should just work 🤞 |
Beta Was this translation helpful? Give feedback.
-
PR got merged, should show up in the next dev release |
Beta Was this translation helpful? Give feedback.
-
I would like to make a property from the device Ubisys D1 accessible to set.
It is about the time the dimmer takes to fade in and fade out when turning the device on or off.
It is documented by the manufacturer https://www.ubisys.de/wp-content/uploads/ubisys-d1-technical-reference.pdf on page 18, see screenshot below:
The highlighted one is the one I would like to set.
@guydriesen Can you point me in the right direction how to 'unlock' this?
Beta Was this translation helpful? Give feedback.
All reactions