The ESP32-S3 has become my standard goto device. If power usage is an issue, the ESP32-C3 is a great option. And the ESP32-C6 opens up Thread capabilities. I recently picked up a device with an ESP32-P4 that I’m wanting to play around with some more.
Where can I learn how to link different tech through HA? Insteon switch to flip a wifi bulb. Z Wave switch to open the Shelly relay for the garage door. ZigBee water sensor trips insteon siren. Etc. Is that all YAML? Is the Ecobee thermostat worth it?
Just install HA and try it out! It’s a lot easier to do than you might think. Every vendor or connection type has its own Integration. Most integrations can be set up through the UI very easily. I have dozens of integrations.
And the automations have had a lot of work the last few years. They are getting much easier to set up in the UI without having to worry about code or yaml.
Here’s an example. The first picture is part of the UI configuration for this automation. The second picture show the yaml that was generated from this. Utility Room Occupancy is a Zigbee door sensor. When it turns on (the door opens), it triggers the Utility Room Lights on. The light is actually a WiFi LED bulb. The rest of the script turns the light off when the door closes.
What’s beautiful about Home Assistant is that it just creates devices that look identical no matter what integration you’re using. A light is a light no matter how you interact with it.
Arduino, ESP32, smart home automation. I could talk for hours. I’ve started to get into PCB design this year, and I’ve had a lot of fun with it!
Which esp32? There are so much options nowdays!
The ESP32-S3 has become my standard goto device. If power usage is an issue, the ESP32-C3 is a great option. And the ESP32-C6 opens up Thread capabilities. I recently picked up a device with an ESP32-P4 that I’m wanting to play around with some more.
If only the C6 was actually supported correct everywhere…
Have you done any Thread/Zigbee with an esp32? I cannot wait to get a C6 to test it!
Here’s the guide I’ve used. Super easy to do in ESPHome. I’ve only tested it, but it seems to work very well.
https://smarthomescene.com/guides/how-to-create-thread-devices-with-esphome/
Where can I learn how to link different tech through HA? Insteon switch to flip a wifi bulb. Z Wave switch to open the Shelly relay for the garage door. ZigBee water sensor trips insteon siren. Etc. Is that all YAML? Is the Ecobee thermostat worth it?
Just install HA and try it out! It’s a lot easier to do than you might think. Every vendor or connection type has its own Integration. Most integrations can be set up through the UI very easily. I have dozens of integrations.
And the automations have had a lot of work the last few years. They are getting much easier to set up in the UI without having to worry about code or yaml.
The integrations are working. I just don’t know how to cross link them…
Here’s an example. The first picture is part of the UI configuration for this automation. The second picture show the yaml that was generated from this. Utility Room Occupancy is a Zigbee door sensor. When it turns on (the door opens), it triggers the Utility Room Lights on. The light is actually a WiFi LED bulb. The rest of the script turns the light off when the door closes.
What’s beautiful about Home Assistant is that it just creates devices that look identical no matter what integration you’re using. A light is a light no matter how you interact with it.
I really appreciate the help. But you lost me at step zero. What ui configuration for what automation? How do I get THERE?