albertogeniola / ha-meross-local-broker

HomeAssistant addon that handles LAN-local MQTT and API service for Meross Devices.
Apache License 2.0
31 stars 13 forks source link

Version mismatch lead to install error #40

Closed vuanhson closed 11 months ago

vuanhson commented 11 months ago

Current version in github package: 0.0.1-alpha47 https://github.com/albertogeniola/ha-meross-local-broker/pkgs/container/aarch64-meross_local_broker

Version in config: 0.0.1-alpha48 https://github.com/albertogeniola/ha-meross-local-broker/blob/666dcaf4ddc4a7d221387866025f8e3d5fe89fc5/meross_local_broker/config.yaml#L2

Which lead to error:

Screenshot 2023-10-31 at 12 48 16

Please update the package or change in the config, thank you!

fireheadman commented 11 months ago

is it possible to install the older alpha47 version? I am getting this same issue....

fireheadman commented 11 months ago

Unable to install the add on to Supervised HA install

image image

fireheadman commented 11 months ago

not sure if this will help anyone... I forked this into my own github area, then edited the line mentioned by the OP to be 47 instead of 48.

deleted the original Addon Repo for this and added my github forked link instead. also had to update the repository.yaml for it to reflect my fork

Maybe once this is corrected I can remove the addon and reinstall it from his github to catch the updates? image image

fireheadman commented 11 months ago

other odd thing... the About shows no version image

albertogeniola commented 11 months ago

Hi!

I am aware of it. I am working on a new version alpha49, which I hope I can release soon. That version will address the issue.

I'll keep you posted .

albertogeniola commented 11 months ago

Hi all, a new version has just been published, and you should be able to download it any moment now (just wait for the release pipeline to finish). Version 0.0.1-alpha49 should address some issues and fix them.

Some important points:

  1. An attempt to avoid manual reconfiguration has been done, but won't cover all the cases out-there. You may need to re-configure the ADDON. If you get a "WRONG-CREDENTIALS" error, just re-configure the addon via the dedicated wizard and you should be good to go. The already configured devices should not be impacted.
  2. The pairer app should be working, unless you log-out. If you log-out and the component has failed to update your passwords, you may need to re-configure the login credentials as per point 1.
  3. I am planning to release a new version of the pairer app in the next days in order to improve it: I've realized there are a couple of frustrating bugs (i.e. IPv6 discovery not being correctly handled).

Please update to v0.0.1-alpha49 and report your experience here.

Patrick010 commented 11 months ago

0.0.1-alpha49 now installs without any issues on HA 2023.11.1 Thanks!

albertogeniola commented 11 months ago

Glad it solved the issue!