core: Openzwave - failed to setup

The problem

The openzwave integration does not start as it should. 6D5A9785-7F62-44F8-8B37-E350AFCC8496 4B5AA6DB-5E4F-401C-9BB3-5AB26EEA5D02 CF00B03B-28AF-4102-81EE-ACC4C577CCC7 BADA6590-8F16-4442-BCAB-B1E54ECC88DF

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)

Most upvoted comments

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

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.