Sub4Sub network gives free YouTube subscribers
Get Free YouTube Subscribers, Views and Likes

Themostat with ESP32 in Home Assitant

Follow
kian

#thermostat #esp #home_assistant
Build a smart thermostat with ESP32 development boards in Home Assistant by ESPHome addon.

Invitation Link to join my Exclusive membership:
   / @kian.smarthome  

00:14 Smart Thermostats
01:14 Codes/Lines of Dual point Thermostat
02:00 Describing lines/codes
07:48 Reconfigure ESPHome integration
09:10 Look at the board
09:41 Test the project
11:27 Single Point Thermostat Codes/Lines

BUY ME A COFFEE:
https://www.buymeacoffee.com/kian.sma...

Lines/Codes:
switch:
platform: gpio
pin: 16
name: speed low
id: speed_low
interlock: &interlock_group [speed_low, speed_med, speed_high]
interlock_wait_time: 300ms
platform: gpio
pin: 17
name: speed med
id: speed_med
inverted: true
interlock: *interlock_group
interlock_wait_time: 300ms
platform: gpio
pin: 5
name: speed high
id: speed_high
inverted: true
interlock: *interlock_group
interlock_wait_time: 300ms

platform: gpio
pin: 27
id: heater

platform: gpio
pin: 26
id: air_cond

platform: gpio
pin: 32
id: ntc_vcc

interval:
interval: 30s
then:
switch.turn_on: ntc_vcc
component.update: source_sensor
switch.turn_off: ntc_vcc

climate:
platform: thermostat
visual:
min_temperature: 0 °C
max_temperature: 80°C
temperature_step: 0.5 °C
name: "Thermostat"
sensor: temperature1
default_target_temperature_low: 20 °C
default_target_temperature_high: 22 °C
min_cooling_off_time: 5s
min_cooling_run_time: 5s
min_heating_off_time: 5s
min_heating_run_time: 5s
min_idle_time: 5s
cool_action:
switch.turn_on: air_cond
heat_action:
switch.turn_on: heater
idle_action:
switch.turn_off: heater
switch.turn_off: air_cond

Temperature Sensor in ESPHome:
   • Temperature Sensor in ESPHome  


#esp32 #esp8266 #esphome #integration #automation #smart_thermostat #smart_home #home_automation #bms #iot #wifi #zwave #zwave #z_wave #zigbee #tuya #energy_saving #comfort #peace #ezlo #mcohome #heltun #honewell #espressif #nodemcu #development_board #smart_heater #smart_cooling #air_conditioner #smart_air_conditioner

posted by ust5acna