yenoiwesa / homebridge-connexoon

A homebridge plugin to integrate Somfy blinds with the Connexoon RTS hub
Apache License 2.0
27 stars 2 forks source link

Hoobs insist i have update although the plugin is up-to-date #43

Closed orianlevy closed 2 years ago

orianlevy commented 2 years ago

Hi, Since the last update (2.1.2), hoobs check-for-update insist i have update to the plugin although its up-to-date. And of course when you click update nothing happens because its already updated. But the issue is when i have other relevant updates its blocking them. Can you please assit? NOTE: I tried to uninstall and install the plugin fresh but that dosent solve this issue.

Screen Shot 2022-02-10 at 13 39 39 Screen Shot 2022-02-10 at 13 39 45

yenoiwesa commented 2 years ago

Hi @orianlevy have you talked to HOOBS support? Version 2.1.2 of the plugin exists and is available on npm: https://www.npmjs.com/package/homebridge-connexoon/v/2.1.2

I don't think there is anything I can do about your problem from my end.

orianlevy commented 2 years ago

i know, i have the latest plugin version 2.1.2 installed. but hoobs still think i have to update

yenoiwesa commented 2 years ago

You'll have to contact HOOBS then.

orianlevy commented 2 years ago

i found a solution here: https://github.com/hoobs-org/HOOBS/issues/1590

This happens when a plugin is out of place. This has been fixed. Run this command in the terminal to fix. sudo rm -fR /var/lib/hoobs/hub/node_modules && sudo rm -f /var/lib/hoobs/hub/package.json && sudo hoobsd service restart

yenoiwesa commented 2 years ago

Cheers thanks for posting the solution here @orianlevy !