cgarwood / homeassistant-zwave_mqtt

Limited Pre-Release of the new OZW1.6 Z-Wave component. Currently has limited platform support. Check the README for more details.
72 stars 8 forks source link

New set of entities with default ids and names #129

Closed achurak closed 4 years ago

achurak commented 4 years ago

After upgrading the integration from 0.14 to 0.15 all the entities I changed the entity ids and names for became unavailable and a new set of entities was added with the default entity ids and names. Will that be happening with every update or was it a bug? Very frustrating, though I understand it's still in pre-release stage.

cgarwood commented 4 years ago

That was a breaking change to fix an issue with supporting multiple qt-openzwave instances

achurak commented 4 years ago

That was a breaking change to fix an issue with supporting multiple qt-openzwave instances

Thanks for clarifying that! Just for the future, how was I supposed to know what it was going to break? I did go through the release's changes and even saw the "breaking" term being used, but nowhere did I see the change/consequences being actually explained. Did I miss it somehow and where should I look next time?

marcelveldt commented 4 years ago

The README:

This is an early beta/pre-release and there are still significant limitations

marcelveldt commented 4 years ago

BTW: We're in the process of introducing the new integration into Home Assistant core :-) This repo is to be considered for testers (not production ready)..

achurak commented 4 years ago

The README:

This is an early beta/pre-release and there are still significant limitations

While I appreciate what you're doing here and the fact that despite being a pre-release it's been working pretty stable so far, I still think it's one thing to expect things to not work at all or correctly and expect breaking changes during the testing stage and it's another thing for these breaking changes to happen without even a single sentence explaining what's about to break.

Hass itself technically is still in beta stage with plenty of breaking changes, but they always warn users about these changes. Take it as you will.

marcelveldt commented 4 years ago

Please keep an eye on the release of zwave_mqtt in core Home Assistant. There won't be any more updates to this component. Thanks for your help testing!