https://github.com/ibizaman/esp
DIY smart-home projects with ESPs
https://github.com/ibizaman/esp
esphome home-assistant home-automation
Last synced: about 1 month ago
JSON representation
DIY smart-home projects with ESPs
- Host: GitHub
- URL: https://github.com/ibizaman/esp
- Owner: ibizaman
- Created: 2023-04-27T02:52:30.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2025-01-11T13:00:06.000Z (5 months ago)
- Last Synced: 2025-02-16T19:34:25.418Z (4 months ago)
- Topics: esphome, home-assistant, home-automation
- Language: Nix
- Homepage:
- Size: 20.6 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ESP repository of cool DIY projects
- [ESP repository of cool DIY projects](#esp-repository-of-cool-diy-projects)
- [Run code](#run-code)
- [Interesting links](#interesting-links)## Run code
Upload with:
```bash
esphome upload $file.yaml
```Run code and see logs with:
```bash
esphome run $file.yaml
```## WLED
```bash
esptool.py write_flash 0x0 ~/Downloads/WLED_0.14.0_ESP8266.bin
```## Somfy
https://github.com/rstrouse/ESPSomfy-RTS/wiki/Simple-ESPSomfy-RTS-device
## Interesting links
- Sensors: https://www.elegoo.com/products/elegoo-37-in-1-sensor-kit
- Inspired irremote.yaml: https://community.home-assistant.io/t/faking-an-ir-remote-control-using-esphome/369071
- Inspired irrigation.yaml: https://esphome.io/components/sprinkler.html
- How does a sprinkler valve solenoid work with AC: https://rayshobby.net/wordpress/understanding-24vac-sprinkler-valves/Possible future projects inspiration:
- https://esphome.io/guides/diy.html
- https://frenck.dev/diy-smart-doorbell-for-just-2-dollar/#0-how-does-a-doorbell-work-before-and-after
- https://vigonotion.com/blog/monitor-remainding-water-bottles/
- https://www.reddit.com/r/tradfri/comments/hvc7wd/can_i_replace_a_gateway_with_a_raspberry_pi/