Migrating ESPHome to HAA #2106
Replies: 4 comments 2 replies
-
Update: I got the
|
Beta Was this translation helpful? Give feedback.
-
Update: I can make a relay work with the feedback button, which is relay 1. Rest relays are not working, although the code is the same.
|
Beta Was this translation helpful? Give feedback.
-
@RavenSystem Thanks,
Thanks, I was able to make it work. I have an issue/question regarding the binary input state. For example, if a switch is on via homekit, the binary switch (wall switch) works in reverse. However, it shall always turn on or do nothing(if already ON by homekit) when manually turned on, and turn OFF or do nothing(if already OFF by homekit). Do you have assistance on how to achieve it? |
Beta Was this translation helpful? Give feedback.
-
Working Complete code, Thanks @RavenSystem |
Beta Was this translation helpful? Give feedback.
-
Hi, First of all, thank you for the great work.
I am trying to migrate the ESPhome code for the 6 Channel relay with Feedback(Turn on/off via manual wall switch).
Below is the esphome yaml file attached to GPIO Pins
15,2,4,18,19,21
and with Corresponding GPIO Pins for wall switch13,14,27,26,25,32
I've tried many examples from https://glumb.github.io/haa-configurator/ and some references from Issues. But not even a single relay switch is not working.
If someone, please reference how to make the ESPHome config below work with HAA Firmware.
I would appreciate any help you can give me.
Beta Was this translation helpful? Give feedback.
All reactions