Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unsupported callback #62

Open
fgrijze opened this issue Sep 23, 2024 · 0 comments
Open

Unsupported callback #62

fgrijze opened this issue Sep 23, 2024 · 0 comments

Comments

@fgrijze
Copy link

fgrijze commented Sep 23, 2024

When enabling MQTT, I'm getting the following error:

  File "/home/frank/Sofar_LSW3-main/InverterData.py", line 315, in <module>
    client=paho.Client("inverter")
           ^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.11/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

More information about the migration is on https://eclipse.dev/paho/files/paho.mqtt.python/html/migrations.html (but I'm not familiar with Python, so I can't solve this issue).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant