Closed resgroupmsr closed 2 years ago
I am seeing the same issue - running Hoobs 4.0.104 .
I'm not sure what to tell you guys. HOOBS handles plug-ins different.
It's why I moved over to native Homebridge config-ui-x
It does everything hoobs does and more like splitting off plugins into child bridges which is awesome and prevents plug-ins from slowing down the main bridge
Might be able to use npm directly to update the plugin? Sorry I have not used HOOBS before but it should have npm in there to run from command line.
If HOOBS installs the plugins globally this should work:
npm -g update homebridge-hubitat-tonesto7
Might want to run npm -g list
first to see what is globally installed, if this plugin is listed you should be able to run the above to re-install / update it
Example of my npm -g list (not hoobs)
that npm ( homebridge-hubitat-tonesto7 ) is not listed on my Hoobs 4.0 system.
I searched around and HOOBS does not install plugins globally. Not sure what folder they go into. Looks like ~/.hoobs in the home directory of the user it is running as per this post I found about some other plugin. Not sure what user it used but could just poke around in the various /home/ folders to try and find the one with the .hoobs folder? You could replace that last command below with npm update homebridge-hubitat-tonesto7
and it should update it, if you are in the correct directory. Might have to restart HOOBS after for it to notice the update. Could also try npm install homebridge-hubitat-tonesto7@2.5.12
to really force the version update if the update command isnt working (Warning: if you are in the wrong directory this will just install the plugin to whatever directory you are in).
Log in as the user running HOOBS (HOOBS runs in user mode) cd ~/.hoobs/ (You need to be in the directory where HOOBS runs) npm install homebridge-homematic@0.1.2 (Don't use a -g)
This plugin was previously Hoobs certified. Is the response now saying you will not bother with that anymore?
@resgroupmsr nobody said that! There is no real change required to work on HOOBS. All that’s required is a package config file to present plug-in options in the UI
Good news for us who use Hoobs. Just pointing out that inside Hoobs the only version present is the 2.5.11
I just switched from Hoobs to native Homebridge config-ui-x. Problem solved.
Hoobs version is now up to date. Thank you.
This issue has been marked stale automatically after no activity for the last 60 days.
Hoobs log shows this: Hubitat Tonesto7 BridgeHubitat-v2WARNINGNOTICE: New version of homebridge-hubitat-tonesto7 available: 2.5.12 Cannot see any way to update to a 2.5.12 version. It is updated on Hubitat but Hoobs plugin still showing only 2.5.11 as latest