hencou / esphome_components

Collection of own ESPhome components
25 stars 15 forks source link

Solution For Update Problems Using Old Config #32

Closed hutmitfrosch closed 2 months ago

hutmitfrosch commented 8 months ago

Just in case another one also facing the update problems I had recently ... :D Apparently, my device config was outdated.

Fixed it by commenting out

libraries:
  - milight: https://github.com/hencou/esphome-milight

under the esphome: key.

Checked the URL, was offline. Checked, if project itself still is maintained. Checked examples for any changes, found libraries entry missing in new config, removed it, worked :D

Btw. thanks for this great project. Used MiLight Hub for years. But other than ESPHome, it is not rebooting when network is lost / falsely asumed to be intact, and therefore ESP chip disconnected often and went unresponsive. I even submitted ab bug report on this to the MiLight Hub repo some years ago - the problem was not understood as such and the report was closed :p :D

Switched to your project a year or two ago, or so. Since then no more problems.

hencou commented 8 months ago

HI,

Yes you were right - I managed to merge the code into one repo, and so the external library was not needed anymore. In the example: https://github.com/hencou/esphome_components/blob/main/example_milight.yaml its also removed. But good to mention.