-
Notifications
You must be signed in to change notification settings - Fork 46
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
2 Garagedoors #10
Comments
Hi Harry, maybe I can help you. In my Fork I use ArduinoHa from https://github.com/dawidchyrzynski/arduino-home-assistant. It is easier to handle your devices and sensors for homeassistant. Do you use a separate controller for each garage door? |
Hi Handy Harry, Re controlling 2 doors, you could use Node-Red to connect to 2 controllers then "wire" the logic between them and then interface to home assistant (I have done a simple HTTP request from Node-Red to the existing code to interface with the board which returns the reqiured messages to build the logic) I like the idea of the PCB --- couple of questions
|
Also - you can run Node-Red from HomeAssistant (I run HA on a Raspberry pi with Node-Red and also the Mosquitto MQTT broker. |
Yeah, I have look into it again. So many projects, so little time ;-) |
First of all, thanks to everyone for this great project.
I use andreaswatch's version with the ESP32, together with Home Assistant.
Except from some wifi reception that I need to fix and for some reason I had to use UART1 because UART0 just won't work.
For the rest it works great! I even made a little PCB for it.
My problem is that I have 2 garagedoors.
My knowledge is not enough to adapt the script for simultaneous use of 2 pieces in 1 Home Assistant setup.
Can someone help me out?
The text was updated successfully, but these errors were encountered: