Luligu / matterbridge-shelly

Matterbridge shelly plugin
Apache License 2.0
29 stars 0 forks source link

Matterbridge lost connection and update frontend not working #50

Open PL67 opened 4 days ago

PL67 commented 4 days ago

After about a week the Matterbridge lost connection to HomeKit. Restart does not help for all Shellies.

Update via Frontend, still not working (Ubuntu single board installation) Manual update gives next message, but did work and all devices are back;

sudo npm -g install matterbridge matterbridge-shelly npm warn deprecated inflight@1.0.6: This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful. npm warn deprecated glob@7.2.3: Glob versions prior to v9 are no longer supported

Let me know if I need to change anything. Might cause the Matterbridge to stop working after about a week?

Thank you

Luligu commented 3 days ago

Hi, Thursday Apple released the new firmware 18.0 for Home Pod and Apple Tv (also iPhone).

See here: https://github.com/Luligu/matterbridge/discussions/135

For the update check if in your setup you need to put the password to run "sudo npm -g install matterbridge".

If this is the case check here: https://github.com/Luligu/matterbridge/blob/dev/README-SERVICE.md#verify-that-with-your-distro-you-can-run-sudo-npm-install--g-matterbridge-without-the-password

The deprecated warning messages have no consequences so just ignore them (all packages mentioned are from devDependencies) but I don't see them here.

For further investigation we need a full log so please enable the log on file for both matterbridge and matter log, restart and send them to us please.

Luligu commented 3 days ago

Btw I checked and I got this:

lligu@ubuntu:~$ sudo npm install -g matterbridge

added 173 packages in 7s

40 packages are looking for funding
  run `npm fund` for details

and

lligu@ubuntu:~$ sudo npm install -g matterbridge matterbridge-shelly

added 38 packages, and changed 173 packages in 15s

44 packages are looking for funding
  run `npm fund` for details
Luligu commented 3 days ago

Please let us know if removing the resumption records worked for you.

Luligu commented 1 day ago

@PL67 any news?