From 69ff1340a8f373480d618a20cd92f18ac2a01b54 Mon Sep 17 00:00:00 2001 From: manuel Date: Sat, 18 Oct 2025 22:03:50 +0200 Subject: various fixes * 3dprinterled: turn on on boot * bedlight: remember settings * all: enable power safe mode --- esphome/config/3dprinter-led.yaml | 3 +++ esphome/config/bedlight.yaml | 7 ++++++- esphome/config/couchlight.yaml | 2 ++ esphome/config/hoblight.yaml | 2 ++ esphome/config/office-pc-control.yaml | 2 ++ esphome/config/tvlight.yaml | 2 ++ 6 files changed, 17 insertions(+), 1 deletion(-) (limited to 'esphome') diff --git a/esphome/config/3dprinter-led.yaml b/esphome/config/3dprinter-led.yaml index faa4ec1..c85f222 100644 --- a/esphome/config/3dprinter-led.yaml +++ b/esphome/config/3dprinter-led.yaml @@ -7,6 +7,7 @@ esphome: then: - light.control: id: led_strip + state: on brightness: 50% red: 70% green: 70% @@ -35,6 +36,8 @@ wifi: domain: .lan ssid: !secret wifi_ssid password: !secret wifi_password + # see https://github.com/esphome/issues/issues/1532 + power_save_mode: HIGH # Enable fallback hotspot (captive portal) in case wifi connection fails ap: diff --git a/esphome/config/bedlight.yaml b/esphome/config/bedlight.yaml index 66662d4..2913e99 100644 --- a/esphome/config/bedlight.yaml +++ b/esphome/config/bedlight.yaml @@ -16,7 +16,10 @@ esphome: esp8266: board: esp01_1m - #restore_from_flash: true + restore_from_flash: true + +preferences: + flash_write_interval: 5min # Enable logging logger: @@ -38,6 +41,8 @@ wifi: domain: .lan ssid: !secret wifi_ssid password: !secret wifi_password + # see https://github.com/esphome/issues/issues/1532 + power_save_mode: HIGH # Enable fallback hotspot (captive portal) in case wifi connection fails ap: diff --git a/esphome/config/couchlight.yaml b/esphome/config/couchlight.yaml index 1cdf582..cfc2f00 100644 --- a/esphome/config/couchlight.yaml +++ b/esphome/config/couchlight.yaml @@ -27,6 +27,8 @@ wifi: domain: .lan ssid: !secret wifi_ssid password: !secret wifi_password + # see https://github.com/esphome/issues/issues/1532 + power_save_mode: HIGH # Enable fallback hotspot (captive portal) in case wifi connection fails ap: diff --git a/esphome/config/hoblight.yaml b/esphome/config/hoblight.yaml index 798eeae..e36bf31 100644 --- a/esphome/config/hoblight.yaml +++ b/esphome/config/hoblight.yaml @@ -28,6 +28,8 @@ wifi: domain: .lan ssid: !secret wifi_ssid password: !secret wifi_password + # see https://github.com/esphome/issues/issues/1532 + power_save_mode: HIGH # Enable fallback hotspot (captive portal) in case wifi connection fails ap: diff --git a/esphome/config/office-pc-control.yaml b/esphome/config/office-pc-control.yaml index b8608ac..92d78d6 100644 --- a/esphome/config/office-pc-control.yaml +++ b/esphome/config/office-pc-control.yaml @@ -35,6 +35,8 @@ wifi: domain: .lan ssid: !secret wifi_ssid password: !secret wifi_password + # see https://github.com/esphome/issues/issues/1532 + power_save_mode: HIGH # Enable fallback hotspot (captive portal) in case wifi connection fails ap: diff --git a/esphome/config/tvlight.yaml b/esphome/config/tvlight.yaml index 3805888..9fa59f1 100644 --- a/esphome/config/tvlight.yaml +++ b/esphome/config/tvlight.yaml @@ -22,6 +22,8 @@ wifi: domain: .lan ssid: !secret wifi_ssid password: !secret wifi_password + # see https://github.com/esphome/issues/issues/1532 + power_save_mode: HIGH # Enable fallback hotspot (captive portal) in case wifi connection fails ap: -- cgit v1.2.3