We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I tried to build smarthomeNG with paho-mqtt-2.0.0 (10.02.2024) as latest. Activating mqtt module fails
File "/usr/local/smarthome/modules/mqtt/init.py", line 220, in _connect_to_broker self._client = mqtt.Client(client_id=clientname) TypeError: Client.init() missing 1 required positional argument: 'callback_api_version'
See: https://eclipse.dev/paho/files/paho.mqtt.python/html/migrations.html
The text was updated successfully, but these errors were encountered:
Thanks for the info.
For the moment i changed the requirements in the develop branch to install only paho clients with version below 2.0.0
Sorry, something went wrong.
No branches or pull requests
I tried to build smarthomeNG with paho-mqtt-2.0.0 (10.02.2024) as latest.
Activating mqtt module fails
See: https://eclipse.dev/paho/files/paho.mqtt.python/html/migrations.html
The text was updated successfully, but these errors were encountered: