https://github.com/zargony/smarthome-esphome
ESPHome configuration for my smart home devices
https://github.com/zargony/smarthome-esphome
Last synced: 9 months ago
JSON representation
ESPHome configuration for my smart home devices
- Host: GitHub
- URL: https://github.com/zargony/smarthome-esphome
- Owner: zargony
- Created: 2025-08-25T10:47:56.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-09-29T08:50:57.000Z (9 months ago)
- Last Synced: 2025-09-29T10:26:31.477Z (9 months ago)
- Language: Just
- Homepage:
- Size: 64.5 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Zargony's Smart Home ESPHome Configuration
Configuration of devices running ESPHome in my Smart Home.
## Usage
Run [`just`](https://just.systems/) to see a list of available commands. ESPHome compile is run via [Docker](https://www.docker.com/). To flash via local serial connection, [esptool](https://docs.espressif.com/projects/esptool) is needed.
## Devices
### Lights (`licht-*.yaml`)
- Several Shelly 1PM and 2PM Gen4 devices
- Thread networking (ESP32-C6)
- Overtemperature and overcurrent protection
- Voltage/current/power/frequency measurements
### Energy Metering (`metering.yaml`)
- Captures total electric / gas / water consumption from energy meters in basement
- See [zargony/smarthome-metering](https://github.com/zargony/smarthome-metering) for details
## Contribution
Feel free to get in touch and discuss ideas, improvements or your experiences with it.