Dim Lights using ESPHome add on in Home Assistant

Опубликовано: 10 Октябрь 2024
на канале: kian
21,087
384

#esphome #home_assistant #dim

Learn how you can dim lights from 5 to 36 VDC in Home Assistant with ESP32 or ESP8266 development boards.

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

==============================
Code for ESP8266:
output:
platform: esp8266_pwm
pin: D1
frequency: 500 Hz
id: pwm_output

light:
platform: monochromatic
output: pwm_output
name: "ESP8266 Dimmer"

==============================
Codes for ESP32:
output:
platform: ledc
pin: GPIO19
id: gpio_19
frequency: "1000Hz"

light:
platform: monochromatic
output: gpio_19
name: "ESP32 Dimmer"
===============================
PWM Trigger Drive Module:
t.ly/J3ij

ESP32 Pinout Reference:
t.ly/bEmE

ESP8266 Pinout Reference:
t.ly/XtTQ

Set up ESPHome in Home Assistant:
   • Setup ESPHome with Home Assistant  

The simplest way to install ESPHome on ESP devices:
   • The simplest way to install ESPHome o...  

Install ESPHome on esp32 with ESP web tools:
   • Install ESPHome on esp32 with ESP web...  

Home Assistant integration with ESP32 flashed with ESPHome:
   • Home Assistant integration with ESP32...  

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

#smart_home #home_automation #iot #bms #dimmer #dimable_led #dimming_light #automation #automations #wifi #tuya #zwave #z-wave #esp32 #esp8266 #development_board #integration #pwm_trigger_module #zigbee #energy_efficient #energy_saving #peace #comfort #philio #fibaro #ezlo #700_series #add_on