kellerza / sunsynk

Deye/Sunsynk Inverter Python library and Home Assistant OS Addon
https://kellerza.github.io/sunsynk/
MIT License
229 stars 95 forks source link

Failed to install add-on - Any ideas - MULTI Version #130

Closed cakuhn closed 1 year ago

cakuhn commented 1 year ago

Failed to install add-on The command '/bin/ash -o pipefail -c pip3 install --no-cache-dir --disable-pip-version-check paho-mqtt~=1.5.0 pyyaml~=5.4.1 mqtt-entity sunsynk[pymodbus,umodbus]==0.3.1' returned a non-zero code: 1

Multi Version of Sunsync Add On

Any ideas why this would happen?

kellerza commented 1 year ago

It is usually related to your home network/DNS. You can reboot your router or try setting a static IP on your HA Supervisor.

kellerza commented 1 year ago

Search the HASS community forum, there might be additional pointers

cakuhn commented 1 year ago

Thank you