You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have installed this repository on Ubuntu desktop and followed the install procedure as outlined in the readme. Everything seems to be installed correct and I have created my own inverter model file SG10RS using the provided SG10rt file but with applicable modbus addresses plus made the config.py file with mqtt settings When the solarart.py is run from terminal I get the following errors
Sungrow@Ubuntu:~/solariot$ ./solariot.py
Traceback (most recent call last):
File "/home/Sungrow/solariot/./solariot.py", line 127, in
mqtt_client = mqtt.Client(getattr(config, "mqtt_client_name", "pv_data"))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/Sungrow/.local/lib/python3.12/site-packages/paho/mqtt/client.py", line 772, in init
raise ValueError(
ValueError: Unsupported callback API version: version 2.0 added a callback_api_version, see docs/migrations.rst for details
As I am no way skilled at python could you maybe give me some pointers as to what could be the possible issue
Thanks
The text was updated successfully, but these errors were encountered:
I have installed this repository on Ubuntu desktop and followed the install procedure as outlined in the readme. Everything seems to be installed correct and I have created my own inverter model file SG10RS using the provided SG10rt file but with applicable modbus addresses plus made the config.py file with mqtt settings When the solarart.py is run from terminal I get the following errors
Sungrow@Ubuntu:~/solariot$ ./solariot.py
Traceback (most recent call last):
File "/home/Sungrow/solariot/./solariot.py", line 127, in
mqtt_client = mqtt.Client(getattr(config, "mqtt_client_name", "pv_data"))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/Sungrow/.local/lib/python3.12/site-packages/paho/mqtt/client.py", line 772, in init
raise ValueError(
ValueError: Unsupported callback API version: version 2.0 added a callback_api_version, see docs/migrations.rst for details
As I am no way skilled at python could you maybe give me some pointers as to what could be the possible issue
Thanks
The text was updated successfully, but these errors were encountered: