You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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
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:
The text was updated successfully, but these errors were encountered: