Skip to content

Latest commit

 

History

History
38 lines (30 loc) · 1.11 KB

README.md

File metadata and controls

38 lines (30 loc) · 1.11 KB

floor-heating-controller

esphome firmware for esp32_8ch_motor_shield

Based on nliaudat this repo is changed to run the valves with PID Climate Parameter can mostly be changed in WEBUI. Because i run this controller indipendent from Home-assistant.

the Temp sensors i use are MI mmc3 bluetooth sensors. the values comming by MQTT2ble Bridge.

#install esphome

pip install --upgrade esphome

#Preparation

  • Check the 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