ledFX to zigbee2mqtt Bridge #9621
emc02
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I've made an bash script that can be used to connect e.g. Philips Hue Color Lamps to ledFX.
If someone is interested I can post it here.
The mqtt broker I've used is mosquitto and all is on an Pi4.
The problem I've is, that zigbee2mqtt seems to buffer the messages, that can't be send fast enough. I found out that 6 fps is possible, but more will cause a long message queue and no reaction to current sound events.
@Koenkk Is it possible to set the length of the queue to zero, so that all messages will be discarded if not sent in time?
That would be a great feature.
I've double checked, that the broker is not queuing the messages, because after stopping it, the Lamps blinking did not stop, it only stopped after stopping the zigbee2mqtt service, so the buffer must be there.
Please help, that would be a great feature ;-)
Beta Was this translation helpful? Give feedback.
All reactions