@vgnsxe SeydX
Sorry das Terminal hat mir die config abgeschnitten, Sie ist wie folgt:
{
"bridge": {
"name": "HB-Instances",
"username": "BC:82:3A:E3:CE:48",
"port": 51763,
"pin": "031-45-156",
"model": "HomeBridge"
},
"plugins": [
"homebridge-config-ui-x",
"homebridge-instances-platform"
],
"platforms": [
{
"platform": "config",
"name": "Config",
"port": 8087,
"auth": "form",
"theme": "brown",
"restart": "sudo -n systemctl restart homebridge-instances",
"temp": "/sys/class/thermal/thermal_zone0/temp",
"sudo": true,
"log": {
"method": "systemd",
"service": "homebridge-instances"
}
},
{
"platform": "InstancesPlatform",
"startParam": "homebridge",
"clearCache": false,
"sudo": true,
"temperature": {
"active": true
},
"notifier": {
"active": true,
"token": "xxx",
"chatID": "xxx",
"filter": ["Main process exited", "Error", "error", "ERROR"],
"filterInstances": ["homebridge", "homebridge-airvisual", "homebridge-fritz", "homebridge-homesung", "homebridge-instances", "homebridge-shelly", "homebridge-sonos", "homebridge-switch", "homebridge-weather-plus"],
"spamInterval": 1,
"updatesPolling": 12
}
}
],
"accessories": []
}
Alles anzeigen
Ich gehe mal davon aus das die Instances Instanz nicht auf die journals der anderen Instanzen zugreift oder zugreifen kann um zu erkennen wenn eine ausfällt. Bei mir sieht die /etc/default/homebridge-airvisual wie folgt aus:
# Defaults / Configuration options for homebridge
# The following settings tells homebridge where to find the config.json file and where to persist the data (i.e$
HOMEBRIDGE_OPTS=-U /var/homebridge-airvisual
# If you uncomment the following line, homebridge will log more
journalctl -fau homebridge-airvisual
Könnte es vielleicht daran liegen? Sollte ich hier den Logpfad ändern? Ich habe es gestern noch auf einer 2ten Homebridge auf nem anderen Rpi probiert und bekomme dort auch keine Telegram Push wenn die andere Instanz gestoppt wurde in welcher nicht das Instances Plugin läuft.