Replies: 3 comments
-
I am using latest HA ( core ver. 2024.5.5 ) and latest ESPHOME Addon ( ver. 2024.5.4 ) . During compilation I got few errors like :
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Update: Second part to paste under the original ESPHOME YAMLuart:
sensor:
Make shure to copy the "lg_controller folder in your local files see path usedexternal_components:
climate:
|
Beta Was this translation helpful? Give feedback.
0 replies
-
You can also skip copying the files. Just use this for external_components external_components:
- source: github://JanM321/esphome-lg-controller
components: ["lg_controller"]
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello its been a while since i was able to flash my units but i found a way to use the ESPHOME addon to flash the device on HA directly. You can also check the logs wiresly on the addon or upload any firmware changes and updates.
1 You will need a couple of addons the ESPHome addon , and another addon to put some files inside the Esphome folder in HA (File editor or Samba addon works in here)
2 Copy the contents of esphome/components/ from this repository to the /homeassistant/esphome/components
3 Go to the Esphome tab in HA and add a new device.
4 Go to the edit button so you can edit your newly created.yaml file
5 Add the following before the first line and edit to your liking.
6 Add the following at the end of the file
7 Save your changes.
8 3 dots and click install
9 Select plug into this computer
10 Connect your ESP board with a USB cable and select it
11 Wait for the flash to finish
12 Profit you should be able to read it with the ESPHOME addon
Beta Was this translation helpful? Give feedback.
All reactions