hi to all,
i use home bridge and E-domoticz on my RPI 3 .
but i think my version of home bridge is outdated .
my question(s) are :
- is there a command to know the version of running Homebridge software ?
-second questions : how to update them without lost the configuration ?
thanks in advance
Belgo
version and update Homebridge on RPI 3
Moderator: leecollings
- proohu01
- Posts: 95
- Joined: Friday 17 October 2014 12:20
- Target OS: Raspberry Pi / ODroid
- Domoticz version: Beta
- Location: The Netherlands
- Contact:
Re: version and update Homebridge on RPI 3
I'm only able to answer your first question
But this does works...

This should work......but is doesnt!
Code: Select all
homebridge -V
Code: Select all
egrep "version" /usr/local/lib/node_modules/homebridge-edomoticz/package.json
Pi 2 B | Pi Camera | PiFace 2 | RFXtrx433E (KaKu + Oregon Scientific) | Plugwise (9 Circles) | Aeon Z-Wave stick (Fibaro - dimmers, sockets, RGB, screens/blinds) | RFXMeter (Kwh/water/gaz) | WOL | Onkyo Receiver | RTC | Hikvision | Netatmo | Satel Integra
Re: version and update Homebridge on RPI 3
thanks proohu01 !
it's work ( version reader )
pi@raspberrypi:~$ egrep "version" /usr/local/lib/node_modules/homebridge/package.json
"version": "0.4.16"
pi@raspberrypi:~$
any one for the method to upgrade them ?
Belgo
it's work ( version reader )
pi@raspberrypi:~$ egrep "version" /usr/local/lib/node_modules/homebridge/package.json
"version": "0.4.16"
pi@raspberrypi:~$
any one for the method to upgrade them ?
Belgo
Re: version and update Homebridge on RPI 3
look at https://github.com/nfarina/homebridge
The way to update will depend on the way you installed it.
If you installed using npm, just need to
sudo npm update homebrigde -g
(sudo and -g only if you ise pi and installed the package globally)
you can check what packages you installed by npm using
sudo npm list --depth=0 -g
Hope it helps
Miguel
The way to update will depend on the way you installed it.
If you installed using npm, just need to
sudo npm update homebrigde -g
(sudo and -g only if you ise pi and installed the package globally)
you can check what packages you installed by npm using
sudo npm list --depth=0 -g
Hope it helps
Miguel
Who is online
Users browsing this forum: No registered users and 0 guests