-
Notifications
You must be signed in to change notification settings - Fork 70
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
problems with the simultaneous operation of two switches #147
Comments
Hi, is this problem still relevant for you? |
This code works for me. The code commented. Sorry for bad English |
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Good day!
I have added two switches to homekit2mqtt.
Code:
Both devices will be added to the house, but do not want to work simultaneously. More precisely, one of the two switches can work when you try to turn on the second, both stop working, and when you repeatedly press one of the switches, it starts working.
code of the switch itself
When you run homebridge with the parameter -v debug, it does not give any errors. Shows parameter changes
at the same time the first switch works (turns on and off) and the second switch changes its parameters only on the terminal screen.
when only one of the switches is added everything works
Please tell me how to solve this problem?
The text was updated successfully, but these errors were encountered: