https://github.com/nliaudat/floor-heating-controller
esphome firmware for esp32_8ch_motor_shield
https://github.com/nliaudat/floor-heating-controller
esp32 esphome floor heating
Last synced: 2 months ago
JSON representation
esphome firmware for esp32_8ch_motor_shield
- Host: GitHub
- URL: https://github.com/nliaudat/floor-heating-controller
- Owner: nliaudat
- License: gpl-3.0
- Created: 2021-11-11T14:09:06.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-13T17:43:39.000Z (9 months ago)
- Last Synced: 2024-09-14T08:43:52.263Z (9 months ago)
- Topics: esp32, esphome, floor, heating
- Homepage:
- Size: 174 KB
- Stars: 40
- Watchers: 7
- Forks: 12
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# floor-heating-controller
esphome firmware for [esp32_8ch_motor_shield](https://github.com/nliaudat/esp32_8ch_motor_shield/)#install esphome
```
pip install --upgrade esphome
```#Preparation
* Check the [wiki](https://github.com/nliaudat/floor-heating-controller/wiki)
* Adapt config.yaml to your needs
* Adapt sensor_temperature.yaml with your temperature sensors
* Adapt wifi.yaml + secrets.yaml#1st time upload :
* Detach the ESP32 board from the shield and connect it the through usb
* for flashing : press boot button for 2-3 seconds before the serial connection initialize
* After OTA update, the EN (reset) button must be pressed to run firmware
* do not use gpio12 (MTDI)
* the future binary upload will go trough OTA wireless#compile to check for errors
```
esphome compile config.yaml
```#compile & upload
```
esphome run config.yaml
```