Replies: 1 comment
-
https://www.zigbee2mqtt.io/devices/C4.html Has some docs that applies to S1 and S2, I'd assume also to the D1... If one of the templates mentioned in the docs doesn't work for you, you might have to play with the raw input configuration. (Which is kind of a pain). |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This is not an issue, rather a lack of knowledge. Can anyone fill me in?
It is about the Ubisys D1 which communicates to a RPi via the CC2531.
Problem:
When switching the connected light on or off, the device takes a certain time to dim up/down before being fully on or off.
This takes too long and doesn't feel 'snappy'
The manufacturer of the Ubisys D1 has a nice file documenting the device. Link
I want to set the parameter listed on page 18 of this document under 7.2.6. Level Control Cluster (Server) , more specifically OnOffTransitionTime.
I've been reading the instructions on this device under Supported devices, however, these go in full detail how to configure the input endpoints (pretty cool!). But not how to configure the output endpoints. The setting I want to change belongs to the output endpoint that is the dimmed load.
How can I set OnOffTransitionTime to 0 using Zigbee2mqtt?
I've been trying to analyze the files from Zigbee-herdsman (devices.js, toZigbee, fromZigbee) and am sorta stuck.
Thanks in advance for any pointers!
Beta Was this translation helpful? Give feedback.
All reactions