Script which reads out the current measured values of an inverter of the SMA Tripower x (STP XX-50) series and makes them available via MQTT Home Assistant.
ich würde gerne dein Skript auf meinem Raspi ausprobieren.
Leider bleibe ich bei den Abhängigkeiten hängen. Wie bekomme ha_mqtt_discoverable installiert?
Könntest du mir da bitte einen Tipp geben?
Danke dir!
pi@raspberrypi:/opt/SMA_py $ python3 sma2mqtt.py
Traceback (most recent call last):
File "sma2mqtt.py", line 3, in <module>
from ha_mqtt_discoverable import Settings
ModuleNotFoundError: No module named 'ha_mqtt_discoverable'
pi@raspberrypi:/opt/SMA_py $ python3 --version
Python 3.7.3
pi@raspberrypi:/opt/SMA_py $ python --version
Python 2.7.16
pi@raspberrypi:/opt/SMA_py $ sudo pip3 install -r requirements.txt
Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple
Collecting ha_mqtt_discoverable>0.8 (from -r requirements.txt (line 1))
Could not find a version that satisfies the requirement ha_mqtt_discoverable>0.8 (from -r requirements.txt (line 1)) (from versions: )
No matching distribution found for ha_mqtt_discoverable>0.8 (from -r requirements.txt (line 1))
pi@raspberrypi:/opt/SMA_py $ pip3 --version
pip 18.1 from /usr/lib/python3/dist-packages/pip (python 3.7)
Hallo Yoda,
ich würde gerne dein Skript auf meinem Raspi ausprobieren. Leider bleibe ich bei den Abhängigkeiten hängen. Wie bekomme ha_mqtt_discoverable installiert? Könntest du mir da bitte einen Tipp geben? Danke dir!
Viele Grüße Andreas