Hallöchen,
ich habe selbes Problem wie DUKE Komme über den Browser nicht mehr auf meine Homebridge.
Habe Homebridge-confi-ui 4.9.0 drauf. Gestern ging noch alles. Nach nem restart dann plötzlich nicht mehr
Habe über die GUI ein neues Plugin installiert "Homebridge-nuki" von Lukas Rögner installiert. Vielleicht liegt es daran? Bekomme das Plugin aber nicht mehr deinstalliert. Bekomme beim deinstallieren folgende Meldungen:
edit: Plugin konnte nun deinstalliert werden. Homebridge ist über Browser immernoch nicht erreichbar
Hier meine config.json
Code
{
"bridge": {
"name": "Homebridge",
"username": "xxxxxxxxxx",
"port": xxxxxx,
"pin": "xxxxxx"
},
"description": "Home Smart Home",
"platforms": [{
"platform": "config",
"name": "Config",
"port": 8080,
"auth": "form",
"theme": "red",
"restart": "sudo -n systemctl restart homebridge",
"temp": "/sys/class/thermal/thermal_zone0/temp",
"sudo": true,
"log": {
"method": "custom",
"command": "journalctl -o cat -n 500 -f -u homebridge"
}
},
{
"platform": "RademacherHomePilot",
"name": "RademacherHomePilot",
"url": "xxxxxx"
},
{
"platform": "TuyaLan",
"devices": [{
"name": "xxxxxx",
"type": "SimpleLight",
"manufacturer": "AISIRER",
"model": "MINI SMART WIFI PLUG",
"id": "xxxxxxx",
"key": "xxxxxx"
},
{
"name": "xxxxxx",
"type": "SimpleLight",
"manufacturer": "AISIRER",
"model": "MINI SMART WIFI PLUG",
"id": "xxxxx",
"key": "xxxxxx"
}
]
},
{
"platform": "NukiBridge",
"bridge_url": "http://192.168.1.xx:8080",
"api_token": "xxxxx",
"request_timeout_lockstate": 30000,
"request_timeout_lockaction": 60000,
"request_timeout_other": 30000,
"cache_directory": "./.node-persist/storage",
"webhook_server_ip_or_name": "192.168.1.44:8080",
"webhook_port": 51827,
"lock_state_mode": 0,
"lockaction_maxtries": 3,
"lockaction_retrydelay": 3000,
"add_maintainance_buttons": false,
"locks": [{
"id": "xxxxxx",
"name": "Nuki 2.0",
"usesDoorLatch": true,
"priority": 1
}]
}
],
"accessories": [{
"accessory": "Weather",
"apikey": "xxxxxxx",
"locationByCoordinates": "lat=xx.xxxxx&lon=x.xxxxxx",
"name": "Temperatur"
},
{
"accessory": "Weather",
"apikey": "xxxxxx",
"locationByCoordinates": "lat=xx.xxxxx&lon=x.xxxxx",
"name": "Sonne",
"type": "sun",
"pollingInterval": 10
},
{
"accessory": "Weather",
"apikey": "xxxxxxx",
"locationByCoordinates": "lat=xx.xxxxx&lon=x.xxxxx",
"name": "Wind",
"type": "windspeed"
},
{
"accessory": "Weather",
"apikey": "xxxxxxxx",
"locationByCoordinates": "lat=xx.xxxxx&lon=x.xxxxx",
"name": "Wolken",
"type": "clouds"
},
{
"accessory": "Weather",
"apikey": "xxxxx",
"locationByCoordinates": "lat=xx.xxxx&lon=x.xxxxx",
"name": "Temp-Min",
"type": "min"
},
{
"accessory": "Weather",
"apikey": "xxxxxx",
"locationByCoordinates": "lat=xx.xxxxx&lon=x.xxxxx",
"name": "Temp-Max",
"type": "max"
}
]
}
Alles anzeigen
Kann mir jemand helfen?