core: Openzwave - failed to setup
The problem
The openzwave integration does not start as it should.
What version of Home Assistant Core has the issue?
2021.11.1
What was the last working version of Home Assistant Core?
No response
What type of installation are you running?
Home Assistant OS
Integration causing the issue
Openzwave
Link to integration documentation on our website
https://www.home-assistant.io/integrations/ozw/
Example YAML snippet
See attached images.
Anything in the logs that might be useful for us?
See attached images
Additional information
No response
About this issue
- Original URL
- State: closed
- Created 3 years ago
- Reactions: 1
- Comments: 16 (8 by maintainers)
Thanks guys! I just updated t0 11.2 and now it seems to work as it should!
I don’t think it is breaking because we set TLS version to
PROTOCOL_TLS
which will auto-negotiate the highest level supported by both server and client: https://docs.python.org/3/library/ssl.html#ssl.PROTOCOL_TLS`.The relevant PAHO MQTT commit changes behavior only when TLS version is not specified: https://github.com/eclipse/paho.mqtt.python/commit/9c22a9c297c0cdc4e1aac13aa19073e09a822961
Here’s the dependency bump: https://github.com/home-assistant/core/pull/59339
Side note: We recommend migrating to the Z-Wave JS integration. 👍
Home Assistant needs to bump its version of paho-mqtt. That will solve it.