Hello,
I recently purchased some local bytes plugs. I’m installing them via the ESP Home dashboard which is shown as http://localhost:6052/ on my browser.
I can see the device, it says its online, but there is no green border. When I try to install the plug I get:
INFO ESPHome 2024.12.4
INFO Reading configuration config\localbytes-plug-pm-6880d9.yaml…
INFO Cloning https://github.com/LocalBytes/esphome-localbytes-plug.git@main
Failed config
packages: [source config\localbytes-plug-pm-6880d9.yaml:5]
git is not installed but required for external_components.
Please see https://git-scm.com/book/en/v2/Getting-Started-Installing-Git for installing git.
localbytes.plug-pm: github://LocalBytes/esphome-localbytes-plug/localbytes-plug-pm.yaml@main
Here is the Yaml:
substitutions:
name: localbytes-plug-pm-6880d9
friendly_name: Localbytes Plug PM 6880d9
packages:
localbytes.plug-pm: github://LocalBytes/esphome-localbytes-plug/localbytes-plug-pm.yaml@main
esphome:
name: ${name}
name_add_mac_suffix: false
friendly_name: ${friendly_name}
api:
encryption:
key: [redacted]
wifi:
ssid: !secret wifi_ssid
password: !secret wifi_password
Any ideas?
Thanks!
Jeff.