Marv2190 / venus.dbus-MqttToGridMeter

A service for Venus OS, reading smart meter data from a Fronius system and making the values available on dbus.
MIT License
22 stars 9 forks source link

Install on Multiplus 2 GX #2

Open baukater opened 2 years ago

baukater commented 2 years ago

I could not install the package because the module ensurepip is not found.

/usr/bin/python3: No module named ensurepip

Python 3.8.13 (default, Sep 25 2022, 22:43:04)

What can I do do get it run?

Gerdfs commented 2 years ago

I hat a similar problem. Try installing pip3 like this: opkg install python3-pip Then try installing the MQTT client like this: pip3 install paho-mqtt