All Projects → brianhanifin → Esphome Config

brianhanifin / Esphome Config

My ESPHome configuration files for my ESP8266 / ESP32 plugs and boards for use with Home Assistant.

Projects that are alternatives of or similar to Esphome Config

Vacuum Card
Vacuum cleaner card for Home Assistant Lovelace UI
Stars: ✭ 295 (+456.6%)
Mutual labels:  home-assistant, homeassistant
Home Assistant Z Wave Graph
Graph your Z-Wave mesh automatically from within Home Assistant.
Stars: ✭ 51 (-3.77%)
Mutual labels:  home-assistant, homeassistant
Home Assistantconfig
🏠 Home Assistant configuration & Documentation for my Smart House. Write-ups, videos, part lists, and links throughout. Be sure to ⭐ it. Updated FREQUENTLY!
Stars: ✭ 3,687 (+6856.6%)
Mutual labels:  home-assistant, homeassistant
Home assistant
My personal Home Assistant setup - Running on a HassOS VM.
Stars: ✭ 270 (+409.43%)
Mutual labels:  home-assistant, homeassistant
Homeassistant
Example Home Assistant Configs
Stars: ✭ 846 (+1496.23%)
Mutual labels:  home-assistant, homeassistant
Awesome Home Assistant
A curated list of amazingly awesome Home Assistant resources.
Stars: ✭ 3,487 (+6479.25%)
Mutual labels:  home-assistant, homeassistant
Repository
Home Assistant Community Add-ons
Stars: ✭ 520 (+881.13%)
Mutual labels:  home-assistant, homeassistant
addon-airsonos
AirSonos - Home Assistant Community Add-ons
Stars: ✭ 50 (-5.66%)
Mutual labels:  home-assistant, homeassistant
Repository Edge
EDGE - Home Assistant Community Add-ons
Stars: ✭ 42 (-20.75%)
Mutual labels:  home-assistant, homeassistant
Replaylightshistory
AppDaemon App for Home Assistant to replay light switch history when no one is home.
Stars: ✭ 17 (-67.92%)
Mutual labels:  home-assistant, homeassistant
addon-mopidy
Mopidy - Home Assistant Community Add-ons
Stars: ✭ 42 (-20.75%)
Mutual labels:  home-assistant, homeassistant
Yahoofinance
Home Assistant component which allows you to get stock updates from Yahoo finance.
Stars: ✭ 28 (-47.17%)
Mutual labels:  home-assistant, homeassistant
ha-zoom-automation
Custom Home Assistant component for Zoom. Tracks when you are connected to a Zoom call by default but may allow you to track more.
Stars: ✭ 47 (-11.32%)
Mutual labels:  home-assistant, homeassistant
Unifiprotect
Control and monitor your Unifi Protect Cameras from Home Assistant
Stars: ✭ 279 (+426.42%)
Mutual labels:  home-assistant, homeassistant
addon-appdaemon
AppDaemon4 - Home Assistant Community Add-ons
Stars: ✭ 66 (+24.53%)
Mutual labels:  home-assistant, homeassistant
Homeassistant
Home Assistant Configuration Files and Documentation
Stars: ✭ 395 (+645.28%)
Mutual labels:  home-assistant, homeassistant
hass-actron
Actron Air Conditioner Add-On for Home Assistant
Stars: ✭ 14 (-73.58%)
Mutual labels:  home-assistant, homeassistant
entur-card
Home Assistant Lovelace card card for the Entur public transport component.
Stars: ✭ 38 (-28.3%)
Mutual labels:  home-assistant, homeassistant
Ble monitor
Xiaomi Mijia BLE MiBeacon monitor
Stars: ✭ 611 (+1052.83%)
Mutual labels:  home-assistant, homeassistant
Smarthome
SmartHome: firmware per ESP8266 - Casa domotica
Stars: ✭ 28 (-47.17%)
Mutual labels:  home-assistant, homeassistant
Repository Status ESPHome Community
last commit time GitHub Activity Discord Community Forum

My ESPHome Devices

Configuration files for my ESP8266 / ESP32 plugs and boards for use with Home Assistant. I have made heavy use of !include files to limit code duplication. This allows me to focus on the advanced code I create for projects like my Bathroom Fan Controller and my Irrigation Controller.

Common configuration files

/common/

In the common folder you will find repetitive configuration blocks representing status light, wifi, api, and logging. The Sonoff and Tuya Plugs share common code in the /common/templates/ folder. @AlexMekkering thank you for showing us how powerful this is.

Devices

bluetooth_hub.yaml

I started with the ESP32 Bluetooth Low Energy Tracker Hub example on esphome.io, and added Xiaomi temperature plant sensors.

Irrigation Controller: irrigation.yaml

Sonoff 4ch Pro R2

Our battery and cloud powered Melnor Raincloud/Aquatimer has been flaky off and on for years. Now even new batteries aren't resolving the problem. Also, there appears to be possible battery acid inside the battery compartment. I suspect the wireless radio may be dead despite being able to manually toggle the valves.

The ESPHome projects I have done around our house have been extremely reliable and useful additions to our smart home. Recently, the ESPHome Examples site featured @bruxy70's Irrigation with display project that turned a Sonoff 4 channel Pro unit into an irrigation controller, which inspired me. That project features a nifty touch screen display. But since the controller will be far out of the way on the side yard, the user interface can be handled by Home Assistant.

Standard plugs: plug01.yaml - plug03.yaml

ZooZee brand Tuya plugs

These are simple round wall plug were flashed with over the air with tasmota-convert, then ESPHome was uploaded via the Tasmota UI. The ESPHome code attempts to recreate their original functionality.

Hot Water Pump: plug05.yaml

This plug controls the whole house hot water recirculation pump. When we turn this on we don't want it to keep running forever. So I set a timeout that turns the pump off after 10 minutes. This timeout is a backup to the Home Assistant automation that automatically turns it off after 5 minutes.

Standard plugs: plug04.yaml - plug07.yaml

Luntak brand Tuya plugs

These are simple round wall plugs were flashed with over the air with tasmota-convert, then ESPHome was uploaded via the Tasmota UI. The ESPHome code attempts to recreate their original functionality.

Shelly1's

These devices are great for shoving in a box behind a light switch to add smarts.

Dining Room Wall Switch: shelly1_01.yaml

I coded this to be create a smart switch that is compatible with a chandelier with 9 hue bulbs. It's relay is disabled, unless Home Assistant is unavailable. This allows it to operate as a virtual 3-way switch with Home Assistant, as well as failing gracefully should Home Assistant be offline to act as a dumb toggle switch.

Upstairs Bathroom Fan: shelly1_02.yaml

This allows users to manually turn on or off the fan. If they turn it on while the humidity is below 65% then it will turn off after 15 minutes. If the humidity is above 65% when the manual switch is turned on, it will start a 60 minute timer which will absolutely turn the fan off at that time.

The ESPHome code gets the humidity from Home Assistant and handles all automations internally. When the humidity goes above 65% it automatically turns on, until the humidity falls below 65%.

The switch will also fail gracefully when Home Assistant is not available to act as a dumb toggle switch.

Standard plugs: sonoff_basic_01.yaml, sonoff_basic_02.yaml

These are Sonoff Basics, with plugs on either side. One is used to switch on a floor fan, and the other is being reserved possibly to control a bathroom vent fan.

Power monitoring ONLY plugs: sonoff_s31_01.yaml, sonoff_s31_02.yaml

These are Sonoff S31 plugs are set to power on a boot, their physical "power" push buttons are disabled, and the virtual button hidden from Home Assistant. They are being used to monitor the power usage of a clothes washing machine and my wife's Glowforge laser cutter. With this data, I can create automations to alert us when the wash cycle or the laser cycle is complete.

Power monitoring plugs: sonoff_pow_01.yaml, sonoff_pow_02.yaml, sonoff_s31_03.yaml - sonoff_s31_06.yaml

These are Sonoff POWs and Sonoff S31s. The code attempts to recreate their functionality.

Questions?

Ask on the ESPHome #general channel on Discord. Use #BrianHanifin to tag me.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].