SmartHome-yourself / sonoff-tx-ultimate-for-esphome

ESPHome Custom Component for Sonoff TX Ultimate
https://smarthomeyourself.de/sonoff-tx-ultimate-mit-esphome-custom-component/
MIT License
87 stars 36 forks source link

Esphome update 2023.12.5 #28

Open nkonidaris opened 6 months ago

nkonidaris commented 6 months ago

Good day all,

Has anyone had a problem with the touch panel stop working after updating to 2023.12.5 (might have been after 2023.12.4 as I think I skipped it) ?

WallSecurity commented 6 months ago

Hi @nkonidaris

My switches work fine and are currently on version 2023.12.5 (both EU and US versions). I run a slightly different implementation though, because i switched up some leds and exposed the amplifier to turn off the annoying static noise.

I don't see any breaking changes in the changelog that would break the switches, did you double check that your updates were installed properly? Did you try flashing the devices again?

robbiedehand commented 5 months ago

Hi @WallSecurity

My switches work fine and are currently on version 2023.12.5 (both EU and US versions). I run a slightly different implementation though, because i switched up some leds and exposed the amplifier to turn off the annoying static noise.

I don't see any breaking changes in the changelog that would break the switches, did you double check that your updates were installed properly? Did you try flashing the devices again?

How did you expose the amplifier?

WallSecurity commented 5 months ago

Hi @robbiedehand,

Just remove the internal: true line from the pa_power switch in ESPHome and flash again.

robbiedehand commented 5 months ago

Hi @robbiedehand,

Just remove the internal: true line from the pa_power switch in ESPHome and flash again.

@WallSecurity thanks!