bei mir stürzt die Homebridge ab solange ich den sauger in der config habe, config ist folgende:
denke Fehler in der config wobei mir jsonlit sagt die config ist ok
{
"bridge": {
"name": "Homebridge",
"username": "CC:22:3D:E3:CE:66",
"port": 51826,
"pin": "031-45-154"
},
"accessories": [{
"accessory": "SonoffTasmotaHTTP",
"name": "Sonoff",
"hostname": "192.168.178.50"
},{
"accessory": "MiRobotVacuum",
"name": "Vacuum Cleaner",
"ip": "192.168.178.58",
"token": "xxxxxx",
"pause": false
}],
"platforms": [{
"platform": "HomeMatic",
"name": "HomeMatic CCU2",
"ccu_ip": "192.168.178.61",
"filter_device": [],
"filter_channel": [],
"outlets": [],
"doors": [],
"programs": ["Jalousien hoch", "Jalousien runter"],
"ios10": true,
"accessories": [],
"subsection": "Siri"
},
{
"platform": "Hue",
"users": {
"xxxxx": "xxxxx"
},
"lights": true
},
{
"platform": "WeatherStation",
"name": "Weather Station",
"key": "xxxx",
"location": "pws:xxxx",
"interval": "4",
"forecast": "3days"
},
{
"platform": "cmdSwitch2",
"name": "CMD Switch",
"switches": [{
"name": "Playstation",
"on_cmd": "ps4-waker",
"off_cmd": "ps4-waker standby",
"state_cmd": "ps4-waker search | grep -i '200 Ok'",
"timeout": 2000,
"manufacturer": "Sony Corporation"
}
]
}
]
}
Alles anzeigen
folgender Fehler wird ausgeworfen:
Mar 26 18:38:37 raspberrypi homebridge[2341]: [2018-3-26 18:38:37] Loading 4 platforms...
Mar 26 18:38:37 raspberrypi homebridge[2341]: [2018-3-26 18:38:37] [HomeMatic CCU2] Initializing HomeMatic platform...
Mar 26 18:38:37 raspberrypi homebridge[2341]: [2018-3-26 18:38:37] [HomeMatic CCU2] Homematic Plugin Version 0.0.97
Mar 26 18:38:37 raspberrypi homebridge[2341]: [2018-3-26 18:38:37] [HomeMatic CCU2] Plugin by thkl https://github.com/thkl
Mar 26 18:38:37 raspberrypi homebridge[2341]: [2018-3-26 18:38:37] [HomeMatic CCU2] Homematic is a registered trademark of the EQ-3 AG
Mar 26 18:38:37 raspberrypi homebridge[2341]: [2018-3-26 18:38:37] [HomeMatic CCU2] Please report any issues to https://github.com/thkl/homebridge-homematic/issues
Mar 26 18:38:37 raspberrypi homebridge[2341]: [2018-3-26 18:38:37] [HomeMatic CCU2] will connect to your ccu at 192.168.178.61
Mar 26 18:38:37 raspberrypi homebridge[2341]: [2018-3-26 18:38:37] [HomeMatic CCU2] using binrpc for communication with BidCos-RF
Mar 26 18:38:37 raspberrypi homebridge[2341]: [2018-3-26 18:38:37] [HomeMatic CCU2] init RPC for BidCos-RF.
Mar 26 18:38:37 raspberrypi homebridge[2341]: [2018-3-26 18:38:37] [HomeMatic CCU2] local ip used : 192.168.178.59. you may change that with local_ip parameter in config
pi@raspberrypi:~ $ sudo systemctl status homebridge
? homebridge.service - Node.js HomeKit Server
Loaded: loaded (/etc/systemd/system/homebridge.service; enabled; vendor preset: enabled)
Active: activating (auto-restart) (Result: exit-code) since Mon 2018-03-26 18:38:39 CEST; 1s ago
Process: 2341 ExecStart=/usr/local/bin/homebridge $HOMEBRIDGE_OPTS (code=exited, status=1/FAILURE)
Main PID: 2341 (code=exited, status=1/FAILURE)
CPU: 40.448s
CGroup: /system.slice/homebridge.service
??2406 /bin/sh -c npm view homebridge-homematic version
??2407 npm
Mar 26 18:38:39 raspberrypi systemd[1]: homebridge.service: Unit entered failed state.
Mar 26 18:38:39 raspberrypi systemd[1]: homebridge.service: Failed with result 'exit-code'.