habe leider Probleme mit der Anbindung von Loxone mit der Homebridge an Apple Homiekit /Siri.
Homebridge läuft einwandfrei. Bei Installation des Plugins "homebridge-loxone-ws-adv v1.0.7" scheint sich die Homebridge auch mit Loxone zu verbinden, startet dann aber die Homebridge immer wieder neu.-
Hier das log:
[4/28/2020, 13:08:46] Loaded config.json with 0 accessories and 2 platforms.
[4/28/2020, 13:08:46] ---
[4/28/2020, 13:08:47] Loaded plugin: homebridge-config-ui-x
[4/28/2020, 13:08:47] Registering platform 'homebridge-config-ui-x.config'
[4/28/2020, 13:08:47] ---
[4/28/2020, 13:08:47] Loaded plugin: homebridge-loxone
[4/28/2020, 13:08:47] Registering platform 'homebridge-loxone.Loxone'
[4/28/2020, 13:08:47] ---
[4/28/2020, 13:08:48] Loaded plugin: homebridge-loxone-ws-adv
homebridge API version: 2.5
[4/28/2020, 13:08:48] Registering platform 'homebridge-loxone-ws-adv.LoxoneWs'
[4/28/2020, 13:08:48] ---
[4/28/2020, 13:08:48] Loading 2 platforms...
[4/28/2020, 13:08:48] [Config] Initializing config platform...
[4/28/2020, 13:08:48] [Config] Spawning homebridge-config-ui-x with PID 721
[4/28/2020, 13:08:48] [Loxone] Initializing LoxoneWs platform...
[4/28/2020, 13:08:48] [Loxone] Info: rooms array not configured. Adding every room.
[4/28/2020, 13:08:48] [Loxone] object
New WS: 10.0.10.55:80
[4/28/2020, 13:08:48] [Loxone] Platform - Waiting 8 seconds until initial state is retrieved via WebSocket.
[4/28/2020, 13:08:48] [Loxone] LOXONE WS: connect
[4/28/2020, 13:08:53] [Config] Homebridge Config UI X v4.16.0 is listening on :: port 8080
[4/28/2020, 13:08:56] [Loxone] Platform - Retrieving initial config from http://Homebridge:extrude-nostrum-re...a/LoxApp3.json
[4/28/2020, 13:08:56] [Loxone] Platform - The widget 'Lichtsteuerung' of type LightControllerV2 is an item not handled.
[4/28/2020, 13:08:56] TypeError: Class constructor PlatformAccessory cannot be invoked without 'new'
at LightbulbItem.AbstractItem (/usr/local/lib/node_modules/homebridge-loxone-ws-adv/items/AbstractItem.js:22:25)
at LightbulbItem.SwitchItem (/usr/local/lib/node_modules/homebridge-loxone-ws-adv/items/SwitchItem.js:12:23)
at new LightbulbItem (/usr/local/lib/node_modules/homebridge-loxone-ws-adv/items/LightbulbItem.js:6:26)
at exports.Factory.parseSitemap (/usr/local/lib/node_modules/homebridge-loxone-ws-adv/libs/ItemFactory.js:66:29)
at Request._callback (/usr/local/lib/node_modules/homebridge-loxone-ws-adv/index.js:88:38)
at Request.self.callback (/usr/local/lib/node_modules/homebridge-loxone-ws-adv/node_modules/request/request.js:185:22)
at Request.emit (events.js:310:20)
at Request.<anonymous> (/usr/local/lib/node_modules/homebridge-loxone-ws-adv/node_modules/request/request.js:1154:10)
at Request.emit (events.js:310:20)
at IncomingMessage.<anonymous> (/usr/local/lib/node_modules/homebridge-loxone-ws-adv/node_modules/request/request.js:1076:12)
[4/28/2020, 13:08:56] Got SIGTERM, shutting down Homebridge...
[4/28/2020, 13:08:57] [Config] Changes to config.json saved.
homebridge.service: Main process exited, code=exited, status=143/n/a
homebridge.service: Failed with result 'exit-code'.
homebridge.service: Service RestartSec=10s expired, scheduling restart.
homebridge.service: Scheduled restart job, restart counter is at 2.
Stopped Node.js HomeKit Server.
Started Node.js HomeKit Server.
…..
und hier meine config.json:
{
"bridge": {
"name": "Homebridge",
"username": "CC:22:3D:E3:CE:30",
"manufacturer": "homebridge.io",
"model": "homebridge",
"port": 51826,
"pin": "031-45-154"
},
"description": "Home Smart Home",
"platforms": [
{
"platform": "config",
"name": "Config",
"port": 8080,
"auth": "form",
"theme": "green",
"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": "LoxoneWs",
"name": "Loxone",
"host": "10.0.10.55",
"port": "80",
"username": "zzzzzzz",
"password": "xxxxxxxx"
}
],
"accessories": []
}
Da hier ja einige die Homebridge auch nutzen wäre es super, wenn mir jemand helfen könnte oder ein Tipp hat.
Danke vielmals :-)
Grüße
Flymaik
Kommentar