Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version issue: After upgrading to Homebridge Version 1.2.2 the log showed "Started Homebridge v1.1.6" #848

Closed
Muller59 opened this issue Sep 16, 2020 · 1 comment
Labels

Comments

@Muller59
Copy link

Describe Your Problem:

After upgrading to Homebridge Version 1.2.2 the log showed "Started Homebridge v1.1.6"
on the server homebridge --version shows 1.2.2

i rebooted my server after the update to 1.2.2 to see if this is picked up at boot time. result:
[16/09/2020, 11:54:45] [HB Supervisor] Started Homebridge v1.2.2 with PID: 1182

i seems the homebridge Version number is only picked up at initial start, an not during subsequent upgrades.
Logs:

[16/09/2020, 11:38:25] [HB Supervisor] Sending SIGTERM to Homebridge
[16/09/2020, 11:38:25] Got SIGTERM, shutting down Homebridge...
[16/09/2020, 11:38:30] [HB Supervisor] Homebridge Process Ended. Code: 143, Signal: null
[16/09/2020, 11:38:35] [HB Supervisor] Restarting Homebridge...
[16/09/2020, 11:38:35] [HB Supervisor] Starting Homebridge with extra flags: -I
[16/09/2020, 11:38:35] [HB Supervisor] Started Homebridge v1.1.6 with PID: 83867
[16/09/2020, 11:38:36] Loaded config.json with 0 accessories and 2 platforms.
[16/09/2020, 11:38:36] ---
[16/09/2020, 11:38:37] Loaded plugin: homebridge-config-ui-x@4.27.1
[16/09/2020, 11:38:37] Registering platform 'homebridge-config-ui-x.config'
[16/09/2020, 11:38:37] ---
[16/09/2020, 11:38:38] Loaded plugin: homebridge-edomoticz@2.1.38
[16/09/2020, 11:38:38] Registering platform 'homebridge-edomoticz.eDomoticz'
[16/09/2020, 11:38:38] ---
[16/09/2020, 11:38:38] Loading 2 platforms...
[16/09/2020, 11:38:38] [eDomoticz] Initializing eDomoticz platform...
[16/09/2020, 11:38:38] [Config] Initializing config platform...
[16/09/2020, 11:38:38] [Config] Running in Service Mode

Show the Homebridge / Homebridge Config UI X logs here.

Homebridge Config:
{
"bridge": {
"name": "Homebridge 9779",
"username": "00:50:56:26:43:C6",
"port": 51826,
"pin": "031-45-154"
},
"description": "Configuration file for (e)xtended Domoticz platform.",
"platforms": [
{
"name": "eDomoticz",
"server": "127.0.0.1",
"port": "8080",
"sudo": true,
"roomid": 2,
"mqtt": false,
"ssl": false,
"dimFix": 0,
"platform": "eDomoticz"
},
{
"name": "Config",
"port": 8581,
"auth": "none",
"theme": "auto",
"tempUnits": "c",
"lang": "auto",
"platform": "config"
}
],
"accessories": []
}

Show your homebridge config.json here

Screenshots:

Environment:

  • Node.js Version: v14.10.1
  • NPM Version: 6.14.8
  • Homebridge Version: 1.2.2
  • Homebridge Config UI X Version: homebridge-config-ui-x v4.27.1
  • Operating System: Raspbian / Ubuntu / Debian / Windows / macOS / Docker / other Lubuntu 20.04
  • Process Supervisor: Docker / Systemd / init.d / pm2 / launchctl / hb-service / other / none Systemd
@Muller59 Muller59 added the bug label Sep 16, 2020
@oznu oznu closed this as completed in 5daa45b Sep 16, 2020
@oznu
Copy link
Member

oznu commented Sep 16, 2020

Thanks; fixed in the next release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants