Dannn versuch doch mal statt 127.0.0.1 die IP des Raspberry
Hab ich versucht bringt leider auch nichts. Kannst du mir mal deine config.json von dem hue Plugin zur Verfügung stellen?
Gruß Stefan
Dannn versuch doch mal statt 127.0.0.1 die IP des Raspberry
Hab ich versucht bringt leider auch nichts. Kannst du mir mal deine config.json von dem hue Plugin zur Verfügung stellen?
Gruß Stefan
Hallo Zusammen,
bekomm immer wieder diese Fehlermeldung.
[10/01/2021, 20:08:16] [Hue] 127.0.0.1: request 1: GET /config
[10/01/2021, 20:08:16] [Hue] 127.0.0.1: request 1: Error: 127.0.0.1: timeout after 5 seconds
at ClientRequest.<anonymous> (/usr/local/lib/node_modules/homebridge-hue/node_modules/homebridge-lib/lib/HttpClient.js:354:27)
at ClientRequest.emit (events.js:315:20)
at Socket.emitRequestTimeout (_http_client.js:784:9)
at Object.onceWrapper (events.js:421:28)
at Socket.emit (events.js:327:22)
at Socket._onTimeout (net.js:483:8)
at listOnTimeout (internal/timers.js:554:17)
at processTimers (internal/timers.js:497:7) {
request: [Object]
}
[10/01/2021, 20:08:16] [Hue] host: 127.0.0.1: timeout after 5 seconds - retrying in 30s
Meine Config sieht so aus.
{
"name": "Hue",
"anyOn": true,
"excludeSensorTypes": [
"ZLLSwitch",
"Daylight",
"CLIPPresence",
"Geofence",
"CLIP"
],
"heartrate": 5,
"hosts": [
"127.0.0.1"
],
"lights": true,
"nativeHomeKitLights": false,
"nativeHomeKitSensors": false,
"nupnp": true,
"parallelRequests": 3,
"resource": true,
"sensors": true,
"timeout": 5,
"users": {
"00000XXXXXX000XX0": "0000000XXX"
},
"waitTimeResend": 300,
"waitTimeUpdate": 20,
"platform": "Hue"
},
Alles anzeigen
ich weis einfach nicht was da falsch ist.
Danke Schon mal im Voraus.
Gruß Stefan
Alles anzeigenHab mir aus diesen Grund config.json mal angesehen und hab die Konfiguration angepasst.
Das war die alte Konfiguration:
{
"name": "Hue",
"anyOn": true,
"excludeSensorTypes": [
"ZLLSwitch",
"Daylight",
"CLIPPresence",
"Geofence",
"CLIP"
],
"forceCt": true,
"heartrate": 5,
"hosts": [
"127.0.0.1"
],
"lights": true,
"nativeHomeKitLights": false,
"nativeHomeKitSensors": false,
"nupnp": true,
"parallelRequests": 3,
"resource": true,
"sensors": true,
"timeout": 5,
"users": {
"00000XXXXX000XX0": "0000000XXX"
},
"waitTimeResend": 300,
"waitTimeUpdate": 20,
"platform": "Hue"
Das ist die neu Konfigration:
{
"name": "Hue",
"anyOn": true,
"effects": true,
"excludeSensorTypes": [
"ZLLSwitch",
"Daylight",
"CLIPPresence",
"Geofence",
"CLIP"
],
"heartrate": 2,
"lights": true,
"nativeHomeKitLights": true,
"nativeHomeKitSensors": true,
"nupnp": true,
"resource": true,
"sensors": true,
"users": {
"00000XXXXX000XX0": "0000000XXX"
},
"platform": "Hue"
},
Ist die neue Konfiguration so richtig?
Gruß Stefan
Hab die Konfiguration erneut abgeändert. Jetzt läuft es.
{
"name": "Hue",
"anyOn": true,
"excludeSensorTypes": [
"ZLLSwitch",
"Daylight",
"CLIPPresence",
"Geofence",
"CLIP"
],
"heartrate": 5,
"hosts": [
"127.0.0.1"
],
"lights": true,
"nativeHomeKitLights": false,
"nativeHomeKitSensors": false,
"nupnp": true,
"parallelRequests": 3,
"resource": true,
"sensors": true,
"timeout": 5,
"users": {
"00212EFFFF052EE5": "0329328FCF"
},
"waitTimeResend": 300,
"waitTimeUpdate": 20,
"platform": "Hue"
},
Alles anzeigen
ist das richtig?
werden diese Zeilen überhaupt benötigt?
Jetzt bekomm ich im Logfile das!
Loading logs using "custom" method...
CMD: journalctl -o cat -n 500 -f -u homebridge -u homebridge-config-ui-x
Started Node.js HomeKit Server.
[08/01/2021, 12:23:07] Loaded config.json with 0 accessories and 3 platforms.
[08/01/2021, 12:23:08] ---
[08/01/2021, 12:23:10] Plugin /usr/local/lib/node_modules/homebridge-lib package.json does not contain the keyword 'homebridge-plugin'.
[08/01/2021, 12:23:10] Loaded plugin: [email protected]
[08/01/2021, 12:23:10] Registering platform 'homebridge-config-ui-x.config'
[08/01/2021, 12:23:10] ---
[08/01/2021, 12:23:10] Loaded plugin: [email protected]
[08/01/2021, 12:23:13] Registering platform 'homebridge-fritz-platform.FritzPlatform'
[08/01/2021, 12:23:13] ---
[08/01/2021, 12:23:18] Loaded plugin: [email protected]
[08/01/2021, 12:23:18] Registering platform 'homebridge-hue.Hue'
[08/01/2021, 12:23:18] ---
[08/01/2021, 12:23:18] Loading 3 platforms...
[08/01/2021, 12:23:18] [Config] Initializing config platform...
[08/01/2021, 12:23:18] [Config] Spawning homebridge-config-ui-x with PID 1655
[08/01/2021, 12:23:18] [Hue] Initializing Hue platform...
[08/01/2021, 12:23:18] [Hue] homebridge-hue v0.12.12, node v14.15.2, homebridge v1.1.7
[08/01/2021, 12:23:18] [FritzPlatform] Initializing FritzPlatform platform...
[08/01/2021, 12:23:23] [FritzPlatform] One of the user has no name configured. This user will be skipped.
[08/01/2021, 12:23:23] [FritzPlatform] No or wrong accessory type setted up for this user. Setting it to "occupancy".
[08/01/2021, 12:23:23] [FritzPlatform] Wohnzimmer Multimedia: Configuring accessory...
[08/01/2021, 12:23:23] [FritzPlatform] Küche Multimedia: Configuring accessory...
[08/01/2021, 12:23:23] [FritzPlatform] Küche Multimedia Temperature: Configuring accessory...
[08/01/2021, 12:23:24] [FritzPlatform] Küche Ventelator: Configuring accessory...
[08/01/2021, 12:23:24] [FritzPlatform] Küche Ventelator Temperature: Configuring accessory...
[08/01/2021, 12:23:24] [FritzPlatform] Apple Time Capsule: Configuring accessory...
[08/01/2021, 12:23:24] [FritzPlatform] Waschkeller Waschmaschine: Configuring accessory...
[08/01/2021, 12:23:24] [FritzPlatform] Waschkeller Trockner: Configuring accessory...
[08/01/2021, 12:23:24] [FritzPlatform] Waschkeller Trockner Temperature: Configuring accessory...
[08/01/2021, 12:23:24] [FritzPlatform] Heizkörper Wohnzimmer: Configuring accessory...
[08/01/2021, 12:23:24] [FritzPlatform] Heizkörper Küche: Configuring accessory...
[08/01/2021, 12:23:24] [FritzPlatform] Heizkörper Bad: Configuring accessory...
[08/01/2021, 12:23:24] [FritzPlatform] Fritz!Box S&K Wifi guest: Configuring accessory...
[08/01/2021, 12:23:24] [FritzPlatform] Fritz!Box S&K Deflection: Configuring accessory...
[08/01/2021, 12:23:24] [Hue] npm registry: request 1: GET /homebridge-hue/latest
[08/01/2021, 12:23:24] [Hue] warning: npm registry: request 1: communication error: registry.npmjs.org: timeout after 5 seconds
[08/01/2021, 12:23:24] [Hue] warning: npm registry: communication error: registry.npmjs.org: timeout after 5 seconds
[08/01/2021, 12:23:24] [Hue] 127.***.***.1: RangeError: host: 127.0.0.1: not a valid hostname or IPv4 address
at newRangeError (/usr/local/lib/node_modules/homebridge-hue/node_modules/homebridge-lib/lib/OptionParser.js:31:52)
at Function.toHost (/usr/local/lib/node_modules/homebridge-hue/node_modules/homebridge-lib/lib/OptionParser.js:342:13)
at Object._callbacks.<computed> [as host] (/usr/local/lib/node_modules/homebridge-hue/node_modules/homebridge-lib/lib/OptionParser.js:679:33)
at OptionParser.parse (/usr/local/lib/node_modules/homebridge-hue/node_modules/homebridge-lib/lib/OptionParser.js:817:29)
at new HttpClient (/usr/local/lib/node_modules/homebridge-hue/node_modules/homebridge-lib/lib/HttpClient.js:80:18)
at HueClient.config (/usr/local/lib/node_modules/homebridge-hue/lib/HueClient.js:191:20)
at HueBridge.getConfig (/usr/local/lib/node_modules/homebridge-hue/lib/HueBridge.js:139:38)
at HueBridge.accessories (/usr/local/lib/node_modules/homebridge-hue/lib/HueBridge.js:91:28)
at HuePlatform.accessories (/usr/local/lib/node_modules/homebridge-hue/lib/HuePlatform.js:333:24)
at processTicksAndRejections (internal/process/task_queues.js:93:5) - retrying in 15s
[08/01/2021, 12:23:30] [Homebridge UI] Homebridge Config UI X v4.36.0 is listening on :: port 8080
[08/01/2021, 12:23:39] [Hue] 127.***.***.1: RangeError: host: 127.0.0.1: not a valid hostname or IPv4 address
at newRangeError (/usr/local/lib/node_modules/homebridge-hue/node_modules/homebridge-lib/lib/OptionParser.js:31:52)
at Function.toHost (/usr/local/lib/node_modules/homebridge-hue/node_modules/homebridge-lib/lib/OptionParser.js:342:13)
at Object._callbacks.<computed> [as host] (/usr/local/lib/node_modules/homebridge-hue/node_modules/homebridge-lib/lib/OptionParser.js:679:33)
at OptionParser.parse (/usr/local/lib/node_modules/homebridge-hue/node_modules/homebridge-lib/lib/OptionParser.js:817:29)
at new HttpClient (/usr/local/lib/node_modules/homebridge-hue/node_modules/homebridge-lib/lib/HttpClient.js:80:18)
at HueClient.config (/usr/local/lib/node_modules/homebridge-hue/lib/HueClient.js:191:20)
at HueBridge.getConfig (/usr/local/lib/node_modules/homebridge-hue/lib/HueBridge.js:139:38)
at HueBridge.getConfig (/usr/local/lib/node_modules/homebridge-hue/lib/HueBridge.js:145:17)
at HueBridge.accessories (/usr/local/lib/node_modules/homebridge-hue/lib/HueBridge.js:91:17)
at async Promise.all (index 0) - retrying in 15s
[08/01/2021, 12:23:54] [Hue] 127.***.***.1: RangeError: host: 127.0.0.1: not a valid hostname or IPv4 address
at newRangeError (/usr/local/lib/node_modules/homebridge-hue/node_modules/homebridge-lib/lib/OptionParser.js:31:52)
at Function.toHost (/usr/local/lib/node_modules/homebridge-hue/node_modules/homebridge-lib/lib/OptionParser.js:342:13)
at Object._callbacks.<computed> [as host] (/usr/local/lib/node_modules/homebridge-hue/node_modules/homebridge-lib/lib/OptionParser.js:679:33)
at OptionParser.parse (/usr/local/lib/node_modules/homebridge-hue/node_modules/homebridge-lib/lib/OptionParser.js:817:29)
at new HttpClient (/usr/local/lib/node_modules/homebridge-hue/node_modules/homebridge-lib/lib/HttpClient.js:80:18)
at HueClient.config (/usr/local/lib/node_modules/homebridge-hue/lib/HueClient.js:191:20)
at HueBridge.getConfig (/usr/local/lib/node_modules/homebridge-hue/lib/HueBridge.js:139:38)
at HueBridge.getConfig (/usr/local/lib/node_modules/homebridge-hue/lib/HueBridge.js:145:17)
at HueBridge.accessories (/usr/local/lib/node_modules/homebridge-hue/lib/HueBridge.js:91:17)
at async Promise.all (index 0) - retrying in 15s
[08/01/2021, 12:24:09] [Hue] 127.***.***.1: RangeError: host: 127.0.0.1: not a valid hostname or IPv4 address
at newRangeError (/usr/local/lib/node_modules/homebridge-hue/node_modules/homebridge-lib/lib/OptionParser.js:31:52)
at Function.toHost (/usr/local/lib/node_modules/homebridge-hue/node_modules/homebridge-lib/lib/OptionParser.js:342:13)
at Object._callbacks.<computed> [as host] (/usr/local/lib/node_modules/homebridge-hue/node_modules/homebridge-lib/lib/OptionParser.js:679:33)
at OptionParser.parse (/usr/local/lib/node_modules/homebridge-hue/node_modules/homebridge-lib/lib/OptionParser.js:817:29)
at new HttpClient (/usr/local/lib/node_modules/homebridge-hue/node_modules/homebridge-lib/lib/HttpClient.js:80:18)
at HueClient.config (/usr/local/lib/node_modules/homebridge-hue/lib/HueClient.js:191:20)
at HueBridge.getConfig (/usr/local/lib/node_modules/homebridge-hue/lib/HueBridge.js:139:38)
at HueBridge.getConfig (/usr/local/lib/node_modules/homebridge-hue/lib/HueBridge.js:145:17)
at HueBridge.accessories (/usr/local/lib/node_modules/homebridge-hue/lib/HueBridge.js:91:17)
at async Promise.all (index 0) - retrying in 15s
[08/01/2021, 12:24:24] [Hue] 127.***.***.1: RangeError: host: 127.0.0.1: not a valid hostname or IPv4 address
at newRangeError (/usr/local/lib/node_modules/homebridge-hue/node_modules/homebridge-lib/lib/OptionParser.js:31:52)
at Function.toHost (/usr/local/lib/node_modules/homebridge-hue/node_modules/homebridge-lib/lib/OptionParser.js:342:13)
at Object._callbacks.<computed> [as host] (/usr/local/lib/node_modules/homebridge-hue/node_modules/homebridge-lib/lib/OptionParser.js:679:33)
at OptionParser.parse (/usr/local/lib/node_modules/homebridge-hue/node_modules/homebridge-lib/lib/OptionParser.js:817:29)
at new HttpClient (/usr/local/lib/node_modules/homebridge-hue/node_modules/homebridge-lib/lib/HttpClient.js:80:18)
at HueClient.config (/usr/local/lib/node_modules/homebridge-hue/lib/HueClient.js:191:20)
at HueBridge.getConfig (/usr/local/lib/node_modules/homebridge-hue/lib/HueBridge.js:139:38)
at HueBridge.getConfig (/usr/local/lib/node_modules/homebridge-hue/lib/HueBridge.js:145:17)
at HueBridge.accessories (/usr/local/lib/node_modules/homebridge-hue/lib/HueBridge.js:91:17)
at async Promise.all (index 0) - retrying in 15s
[08/01/2021, 12:24:39] [Hue] 127.***.***.1: RangeError: host: 127.0.0.1: not a valid hostname or IPv4 address
at newRangeError (/usr/local/lib/node_modules/homebridge-hue/node_modules/homebridge-lib/lib/OptionParser.js:31:52)
at Function.toHost (/usr/local/lib/node_modules/homebridge-hue/node_modules/homebridge-lib/lib/OptionParser.js:342:13)
at Object._callbacks.<computed> [as host] (/usr/local/lib/node_modules/homebridge-hue/node_modules/homebridge-lib/lib/OptionParser.js:679:33)
at OptionParser.parse (/usr/local/lib/node_modules/homebridge-hue/node_modules/homebridge-lib/lib/OptionParser.js:817:29)
at new HttpClient (/usr/local/lib/node_modules/homebridge-hue/node_modules/homebridge-lib/lib/HttpClient.js:80:18)
at HueClient.config (/usr/local/lib/node_modules/homebridge-hue/lib/HueClient.js:191:20)
at HueBridge.getConfig (/usr/local/lib/node_modules/homebridge-hue/lib/HueBridge.js:139:38)
at HueBridge.getConfig (/usr/local/lib/node_modules/homebridge-hue/lib/HueBridge.js:145:17)
at HueBridge.accessories (/usr/local/lib/node_modules/homebridge-hue/lib/HueBridge.js:91:17)
at async Promise.all (index 0) - retrying in 15s
[08/01/2021, 12:24:54] [Hue] 127.***.***.1: RangeError: host: 127.0.0.1: not a valid hostname or IPv4 address
at newRangeError (/usr/local/lib/node_modules/homebridge-hue/node_modules/homebridge-lib/lib/OptionParser.js:31:52)
at Function.toHost (/usr/local/lib/node_modules/homebridge-hue/node_modules/homebridge-lib/lib/OptionParser.js:342:13)
at Object._callbacks.<computed> [as host] (/usr/local/lib/node_modules/homebridge-hue/node_modules/homebridge-lib/lib/OptionParser.js:679:33)
at OptionParser.parse (/usr/local/lib/node_modules/homebridge-hue/node_modules/homebridge-lib/lib/OptionParser.js:817:29)
at new HttpClient (/usr/local/lib/node_modules/homebridge-hue/node_modules/homebridge-lib/lib/HttpClient.js:80:18)
at HueClient.config (/usr/local/lib/node_modules/homebridge-hue/lib/HueClient.js:191:20)
at HueBridge.getConfig (/usr/local/lib/node_modules/homebridge-hue/lib/HueBridge.js:139:38)
at HueBridge.getConfig (/usr/local/lib/node_modules/homebridge-hue/lib/HueBridge.js:145:17)
at HueBridge.accessories (/usr/local/lib/node_modules/homebridge-hue/lib/HueBridge.js:91:17)
at async Promise.all (index 0) - retrying in 15s
[08/01/2021, 12:25:09] [Hue] 127.***.***.1: RangeError: host: 127.0.0.1: not a valid hostname or IPv4 address
at newRangeError (/usr/local/lib/node_modules/homebridge-hue/node_modules/homebridge-lib/lib/OptionParser.js:31:52)
at Function.toHost (/usr/local/lib/node_modules/homebridge-hue/node_modules/homebridge-lib/lib/OptionParser.js:342:13)
at Object._callbacks.<computed> [as host] (/usr/local/lib/node_modules/homebridge-hue/node_modules/homebridge-lib/lib/OptionParser.js:679:33)
at OptionParser.parse (/usr/local/lib/node_modules/homebridge-hue/node_modules/homebridge-lib/lib/OptionParser.js:817:29)
at new HttpClient (/usr/local/lib/node_modules/homebridge-hue/node_modules/homebridge-lib/lib/HttpClient.js:80:18)
at HueClient.config (/usr/local/lib/node_modules/homebridge-hue/lib/HueClient.js:191:20)
at HueBridge.getConfig (/usr/local/lib/node_modules/homebridge-hue/lib/HueBridge.js:139:38)
at HueBridge.getConfig (/usr/local/lib/node_modules/homebridge-hue/lib/HueBridge.js:145:17)
at HueBridge.accessories (/usr/local/lib/node_modules/homebridge-hue/lib/HueBridge.js:91:17)
at async Promise.all (index 0) - retrying in 15s
[08/01/2021, 12:25:24] [Hue] 127.***.***.1: RangeError: host: 127.0.0.1: not a valid hostname or IPv4 address
at newRangeError (/usr/local/lib/node_modules/homebridge-hue/node_modules/homebridge-lib/lib/OptionParser.js:31:52)
at Function.toHost (/usr/local/lib/node_modules/homebridge-hue/node_modules/homebridge-lib/lib/OptionParser.js:342:13)
at Object._callbacks.<computed> [as host] (/usr/local/lib/node_modules/homebridge-hue/node_modules/homebridge-lib/lib/OptionParser.js:679:33)
at OptionParser.parse (/usr/local/lib/node_modules/homebridge-hue/node_modules/homebridge-lib/lib/OptionParser.js:817:29)
at new HttpClient (/usr/local/lib/node_modules/homebridge-hue/node_modules/homebridge-lib/lib/HttpClient.js:80:18)
at HueClient.config (/usr/local/lib/node_modules/homebridge-hue/lib/HueClient.js:191:20)
at HueBridge.getConfig (/usr/local/lib/node_modules/homebridge-hue/lib/HueBridge.js:139:38)
at HueBridge.getConfig (/usr/local/lib/node_modules/homebridge-hue/lib/HueBridge.js:145:17)
at HueBridge.accessories (/usr/local/lib/node_modules/homebridge-hue/lib/HueBridge.js:91:17)
at async Promise.all (index 0) - retrying in 15s
Jetzt sieht dieconfig.json so aus:
{
"name": "Hue",
"anyOn": true,
"effects": true,
"excludeSensorTypes": [
"ZLLSwitch",
"Daylight",
"CLIPPresence",
"Geofence",
"CLIP"
],
"heartrate": 5,
"hosts": [
" 127.0.0.1"
],
"lights": true,
"nativeHomeKitLights": true,
"nativeHomeKitSensors": true,
"nupnp": true,
"resource": true,
"sensors": true,
"users": {
"00212EFFFF052EE5": "0329328FCF"
},
"platform": "Hue"
},
Alles anzeigen
ist das so richtig?
Phoscon läuft auf dem selben Gerät.
Den Host hab ich auch mit der IP Adresse 127.0.0.1 angegeben.
Wenn ich aber an den Einstellungen der homebridge-hue was ändere ( Resource types) ist die IP-Adresse wieder weg.
Kann das sein das sich da was geändert hat wenn Phoscon auf dem selben Raspberry pi läuft?
homebridge-hue benutzt kein ct in der config.json mehr. Der steht bei dir wahrscheinlich auf true
Entferne einfach den Eintrag und die Warnung ist weg
Hab mir aus diesen Grund config.json mal angesehen und hab die Konfiguration angepasst.
Das war die alte Konfiguration:
{
"name": "Hue",
"anyOn": true,
"excludeSensorTypes": [
"ZLLSwitch",
"Daylight",
"CLIPPresence",
"Geofence",
"CLIP"
],
"forceCt": true,
"heartrate": 5,
"hosts": [
"127.0.0.1"
],
"lights": true,
"nativeHomeKitLights": false,
"nativeHomeKitSensors": false,
"nupnp": true,
"parallelRequests": 3,
"resource": true,
"sensors": true,
"timeout": 5,
"users": {
"00000XXXXX000XX0": "0000000XXX"
},
"waitTimeResend": 300,
"waitTimeUpdate": 20,
"platform": "Hue"
Alles anzeigen
Das ist die neu Konfigration:
{
"name": "Hue",
"anyOn": true,
"effects": true,
"excludeSensorTypes": [
"ZLLSwitch",
"Daylight",
"CLIPPresence",
"Geofence",
"CLIP"
],
"heartrate": 2,
"lights": true,
"nativeHomeKitLights": true,
"nativeHomeKitSensors": true,
"nupnp": true,
"resource": true,
"sensors": true,
"users": {
"00000XXXXX000XX0": "0000000XXX"
},
"platform": "Hue"
},
Alles anzeigen
Ist die neue Konfiguration so richtig?
Gruß Stefan
Hallo Zusammen,
hab mal eine Frage zu dem homebridge-config-ui-x Plugin. Ich bekommen in das Logfile immer bestimmte Zeile geschriebenund weis aber nicht was diese bedeutet und wie ich das beseitigt bekomme
[08/01/2021, 01:15:12] [Homebridge UI] Running scheduled instance backup...
[08/01/2021, 01:15:12] [Homebridge UI] Creating temporary backup archive at /tmp/homebridge-backup-vr3KHa/homebridge-backup-AA849EC5DA19.tar.gz
[08/01/2021, 01:15:19] [Homebridge UI] [homebridge-hue] Failed to check registry.npmjs.org for updates: "timeout of 5000ms exceeded" - see https://git.io/JJSz6 for help.
[08/01/2021, 01:15:19] [Homebridge UI] [homebridge-config-ui-x] Failed to check registry.npmjs.org for updates: "timeout of 5000ms exceeded" - see https://git.io/JJSz6 for help.
[08/01/2021, 01:15:19] [Homebridge UI] [homebridge-fritz-platform] Failed to check registry.npmjs.org for updates: "timeout of 5000ms exceeded" - see https://git.io/JJSz6 for help.
Hab mir diesen Link schon angeschaut aber ich versteh ihn nicht https://git.io/JJSz6
Danke für Ihre Hilfe schon mal im Voraus.
Gruß Stefan
Hab die "forceCt": true Zeile jetzt gelöscht.
jetzt bekomm ich aber noch diese Meldung.
[07/01/2021, 21:23:12] [Hue] npm registry: request 1: GET /homebridge-hue/latest
[07/01/2021, 21:23:12] [Hue] warning: npm registry: request 1: communication error: registry.npmjs.org: timeout after 5 seconds
[07/01/2021, 21:23:12] [Hue] warning: npm registry: communication error: registry.npmjs.org: timeout after 5 seconds
[07/01/2021, 21:23:12] [Hue] searching bridges and gateways
[07/01/2021, 21:23:17] [Hue] Smart Home S&K: dresden elektronik deCONZ gateway v2.7.1, api v1.16.0
[07/01/2021, 21:23:17] [Hue] Smart Home S&K: /lights/1: warning: using default colour gamut for unknown light model {"colorcapabilities":31,"ctmax":370,"ctmin":153,"etag":"896ceeb56fe720cf094bd1042dafe0ea","hascolor":true,"lastannounced":"2020-12-01T12:44:24Z","lastseen":"2021-01-07T20:22Z","manufacturername":"Paulmann Licht GmbH","modelid":"RGBW light","name":"Wohnzimmer Ambiente Licht","state":{"alert":"none","bri":254,"colormode":"xy","ct":370,"effect":"none","hue":21583,"on":false,"reachable":true,"sat":239,"xy":[0.1703,0.7072]},"swversion":"1218-0909","type":"Extended color light","uniqueid":"00:15:8d:00:01:5c:55:84-01"}
[07/01/2021, 21:23:17] [Hue] Smart Home S&K: /lights/5: warning: using default colour temperature range for unknown light model {"colorcapabilities":0,"ctmax":65535,"ctmin":0,"etag":"1f6c1e4618076c8062ae8f2972247402","hascolor":true,"lastannounced":"2021-01-07T19:52:15Z","lastseen":"2021-01-07T20:22Z","manufacturername":"Paulmann Licht GmbH","modelid":"CCT light","name":"Ganglicht","state":{"alert":"none","bri":254,"colormode":"ct","ct":342,"on":false,"reachable":true},"swversion":"1218-0909","type":"Color temperature light","uniqueid":"00:15:8d:00:02:44:bb:d2-01"}
[07/01/2021, 21:23:17] [Hue] Smart Home S&K: 15 accessories
[07/01/2021, 21:23:18] [Hue] masked debug info dumped to /var/homebridge/homebridge-hue.json.gz
[07/01/2021, 21:23:18] Initializing platform accessory 'Smart Home S&K'...
[07/01/2021, 21:23:18] [Hue] Smart Home S&K: 2 services
[07/01/2021, 21:23:18] Initializing platform accessory 'Wohnzimmer Ambiente Licht'...
[07/01/2021, 21:23:18] Initializing platform accessory 'Küchenlicht'...
[07/01/2021, 21:23:18] Initializing platform accessory 'Schlafzimmerlicht'...
[07/01/2021, 21:23:18] Initializing platform accessory 'Ganglicht'...
[07/01/2021, 21:23:18] Initializing platform accessory 'Küchenschranklicht'...
[07/01/2021, 21:23:18] Initializing platform accessory 'Badlicht'...
[07/01/2021, 21:23:18] Initializing platform accessory 'Wohnungstür'...
[07/01/2021, 21:23:18] Initializing platform accessory 'Badfenster'...
[07/01/2021, 21:23:18] Initializing platform accessory 'Balkontür'...
[07/01/2021, 21:23:18] Initializing platform accessory 'Wohnzimmerfenster'...
[07/01/2021, 21:23:18] Initializing platform accessory 'Bewegungsmelder Küche'...
[07/01/2021, 21:23:18] Initializing platform accessory 'Bewegungsmelder Wohnzimmer'...
[07/01/2021, 21:23:18] Initializing platform accessory 'Bewegungsmelder Gang'...
[07/01/2021, 21:23:18] Initializing platform accessory 'Bewegungsmelder Bad'...
ist das normal?
homebridge-hue benutzt kein ct in der config.json mehr. Der steht bei dir wahrscheinlich auf true
Entferne einfach den Eintrag und die Warnung ist weg
Bei mir sieht die config.json so aus. was muss ich da genau löschen?
{
"name": "Hue",
"anyOn": true,
"excludeSensorTypes": [
"ZLLSwitch",
"Daylight",
"CLIPPresence",
"Geofence",
"CLIP"
],
"forceCt": true,
"heartrate": 5,
"hosts": [
"127.0.0.1"
],
"lights": true,
"nativeHomeKitLights": false,
"nativeHomeKitSensors": false,
"nupnp": true,
"parallelRequests": 3,
"resource": true,
"sensors": true,
"timeout": 5,
"users": {
"00342EAABB052GG5": "0569528CGA"
},
"waitTimeResend": 300,
"waitTimeUpdate": 20,
"platform": "Hue"
},
Alles anzeigen
Danke schon mal für die Hilfe.
Gruß Stefan
Hallo Zusammen,
Hab mal eine Frage zu dem Homebridge-hue Plugin. Wenn ich den Raspberry Pi neu starte bekomm ich im Logfile immer eine bestimmte Zeile geschrieben
[07/01/2021, 10:56:04] [Hue] config.json: warning: forceCt: ignoring unknown key
was bedeutet das? Hat das irgendwelche Auswirkungen auf dem Betrieb?
Ich Betreiben den Raspberry Pi 3b+ mit einem RaspBee 2 Zigbee Modul.
Phoscon App hat den software Stand 2.07.01.
Homebridge ist nach der Anleitung vom Forum installiert.
Folgende Plugins habe ich installiert.
Danke für Ihre Hilfe schon mal im Voraus.
Gruß Stefan
Mein RaspberryPi 3 Model B+ besitzt ein Raspbee 2 Funkmodul von der Firma Dresden Elektronik
Das SD Karten image statt ebenfalls von der Firma Dresden Elektronik.
Auf dieses image wurde anschließend Homebridge nach der Forum Anleitung installiert.
Das sind meine Plugins wo ich Installiert habe!
Node.js Version v12.18.2
Das ist die Konfiguration!
{
"bridge": {
"name": "Homebridge",
"username": "CB:72:D1:A3:BC:12",
"port": 64645,
"pin": "123-12-156"
},
"description": "Home Smart Home",
"platforms": [
{
"name": "Config",
"port": 8080,
"auth": "form",
"theme": "dark-mode",
"restart": "sudo -n systemctl restart homebridge",
"tempUnits": "c",
"sudo": true,
"log": {
"method": "custom",
"command": "journalctl -o cat -n 500 -f -u homebridge -u homebridge-config-ui-x"
},
"platform": "config"
},
{
"platform": "FRITZ!Box",
"name": "FRITZ!Box",
"username": "user",
"password": "1689024TS",
"url": "http://fritz.box",
"interval": 900,
"concurrent": true,
"devices": {
"wifi": {
"name": "Gäste WLAN",
"display": true
}
},
"options": {
"strictSSL": false
}
},
{
"name": "Hue",
"anyOn": true,
"excludeSensorTypes": [
"ZLLSwitch",
"Daylight",
"CLIPPresence",
"Geofence",
"CLIP"
],
"forceCt": true,
"heartrate": 5,
"hosts": [
"127.0.0.1"
],
"lights": true,
"nativeHomeKitLights": false,
"nativeHomeKitSensors": false,
"nupnp": true,
"parallelRequests": 3,
"resource": true,
"sensors": true,
"timeout": 5,
"users": {
"00332EFFFF064EE5": "0429898DCD"
},
"waitTimeResend": 300,
"waitTimeUpdate": 20,
"platform": "Hue"
}
],
"accessories": []
}
ist das was du woltest oder benötigst du noch was anderes?
Danke schon mal im Voraus für die Hilfe.
Gruß Stefan
Hab ich ausprobiert und nach Neustart von Homebridge ist das Gerät vorhanden, aber das Deshboard Widget muss komplett neu konfigurieret werden. Alle bereits vorhanden Geräte, die im Deshboard Widget vorhanden waren, müssen danach wieder in das Widget hinzugefügt werden.
Hallo Zusammen,
ist das normal, wenn man ein neues Gerät über die Phoscon Oberfläche hinzufügt, dass man den RaspberryPi neu starten muss, bevor es in der Homebridge Config UI X Oberfläche auftaucht?
Eine weitere Auffälligkeit ist, man muss das Deshboard Widget komplett neu konfigurieren (Alle Geräte neu hinzufügen), wenn ein einzelnes Gerät hinzugefügt wurde.
Ist das Verhalten normal?
Gruß Stefan
Das ist doch das firmware Update und die hab ich schon auf den neusten Stand
Das ist die aktuelle Firmware Version auf dem Phoscon Server 26350500.
Ich hab aber bei meinem RaspBee 2 Modul den Stand (siehe Bild)
und laut der Anleitung Installiert man die Beta von der deCONZ Version v2.5.75
[Optional] Aktualisieren Sie auch das deCONZ-Paket.
wget http://deconz.dresden-elektronik.de/raspbian/beta/deconz-latest-beta.deb
sudo dpkg -i deconz-latest-beta.deb
Also geh ich mal davon aus das es die deCONZ Version v2.5.75 als Stable noch nicht gibt.
Ist meine Annahme richtig das es die Stable Version noch nicht gibt?
Gruß Stefan
Das hab ich gemacht.
pi@raspberrypi:~ $ sudo apt-get update
Hit:1 http://phoscon.de/apt/deconz buster InRelease
Hit:2 http://raspbian.raspberrypi.org/raspbian buster InRelease
Hit:3 http://archive.raspberrypi.org/debian buster InRelease
Reading package lists... Done
pi@raspberrypi:~ $ sudo apt-get upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Done
The following packages were automatically installed and are no longer required:
alsa-base gstreamer0.10-alsa gstreamer0.10-plugins-base libdrm-etnaviv1
libgstreamer-plugins-base0.10-0 libgstreamer0.10-0 libllvm6.0 libva-wayland2
libxfce4util-bin libxfce4util-common libxfce4util7 libxfconf-0-2 pimixer
point-rpi xfconf
Use 'sudo apt autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
pi@raspberrypi:~ $
Alles anzeigen
Aber die deCONZ Version v2.5.75 gibt es trotzdem als Stable nicht oder?
Danke für die Hilfe,
hab jetzt in der config.json den Eintrag auf "platform": "FRITZ!Box" abgeändert und jetzt funktioniert alles.
Gruß Stefan
Hallo Zusammen,
ich hab heute Homebridge und die zugehörigen Plugins auf neusten Stand gebracht!
Node v12.16.3
Jetzt bekomme ich im Logfile von Homebridge folgende Meldung!
[5/1/2020, 13:58:25] [Hue] Smart Home S&K: dresden elektronik deCONZ gateway v2.5.74, api v1.16.0
[5/1/2020, 13:58:25] [Hue] Smart Home S&K: warning: not using recommended deCONZ gateway version 2.5.75
ich habe versucht deCONZ zu aktualisieren aber es git kein Update für die Stable Version!
Kann das sein das es nur eine Beta Version von v2.5.75 gibt?
pi@raspberrypi:~ $ sudo apt-get update
Hit:1 http://phoscon.de/apt/deconz buster InRelease
Get:2 http://raspbian.raspberrypi.org/raspbian buster InRelease [15.0 kB]
Hit:3 http://archive.raspberrypi.org/debian buster InRelease
Get:4 http://raspbian.raspberrypi.org/raspbian buster/main armhf Packages [13.0 MB]
Fetched 13.0 MB in 12s (1,127 kB/s)
Reading package lists... Done
oder mach ich da was falsch?
Danke für eure Hilfe
Gruß Stefan
Hallo Zusammen,
bei mir hat das Update auf die neue Homebridge Version mittlerweile auch funktioniert.
Ich hab aber noch ein Problem mit dem Update des homebridge-fritz Plugin.
Wenn ich es auf die neuste Version 0.9.5 update startet Homebridge nicht mehr.
Kann das sein das das Plugin nicht mit der aktuellen Homebridge Version kompatibel ist?!
Das homebridge-fritz 0.9.4 Plugin funktioniert bei mir aber ohne bis jetzt auffälligen Problemen.
Was muss man machen das ich das homebridge-fritz Plugin updaten kann?
Gruß Stefan