Beiträge von FettesB
-
-
Mal ne frage in die Runde
Sitzt ihr immer vor der config und betrachtet sie stundenlang wie schön sie doch ist?

SeydX hat die Auto config eingebaut damit nicht alle 5 minuten ein neuling seine "falsch konfigurierte" config postet und dann fragt warum Homebridge nicht läuft.
Ich setze einmal alle parameter die ich brauche und dann muss ich im besten fall nie wieder an die config.
-
Zitat
-r, reconfigure Reconfigure or Repair Pi-hole subsystems
Code
Alles anzeigenUsage: pihole [options] Example: 'pihole -w -h' Add '-h' after specific commands for more information on usage Whitelist/Blacklist Options: -w, whitelist Whitelist domain(s) -b, blacklist Blacklist domain(s) -wild, wildcard Blacklist domain(s), and all its subdomains Add '-h' for more info on whitelist/blacklist usage Debugging Options: -d, debug Start a debugging session Add '-a' to enable automated debugging -f, flush Flush the Pi-hole log -r, reconfigure Reconfigure or Repair Pi-hole subsystems -t, tail View the live output of the Pi-hole log Options: -a, admin Admin Console options Add '-h' for more info on admin console usage -c, chronometer Calculates stats and displays to an LCD Add '-h' for more info on chronometer usage -g, updateGravity Update the list of ad-serving domains -h, --help, help Show this help dialog -l, logging Specify whether the Pi-hole log should be used Add '-h' for more info on logging usage -q, query Query the adlists for a specified domain Add '-exact' AFTER a specified domain for exact match -up, updatePihole Update Pi-hole subsystems -v, version Show installed versions of Pi-hole, Admin Console & FTL Add '-h' for more info on version usage uninstall Uninstall Pi-hole from your system status Display the running status of Pi-hole subsystems enable Enable Pi-hole subsystems disable Disable Pi-hole subsystems Add '-h' for more info on disable usage restartdns Restart Pi-hole subsystems checkout Switch Pi-hole subsystems to a different Github branch Add '-h' for more info on checkout usage -
Ich hatte heute morgen einen Ausfall in sachen DNS. Konnte keine Seite im netz erreichen.
pihole -r
hat alles behoben.Seit dem läuft alles wie gewohnt
-
Zitat
Bsp:
- [false,false] = Komplett deaktiviert
- [true,false] = Nur als Unterpunkt im Hauptschalter aktiv
- [false, true] = Nur als eigenständiger Schalter aktiv
- [true, true] = Als Unterpunkt und als eigenständiger Schalter aktiv
-
Stimmt denn die IP adresse deines Raspberrys noch?
-
-
@Typ1er
Ich habe es genauso.
In der Fritzbox gehst du auf Heimnetz>Netzwerk>Netzwerkeinstellungen>IP4Adressen
dort trägst du die IP deines Piholes ein.
Dann Internet>Zugangsdaten>DNS-Server
Bei den Pihole settings
IP of your Router (192.168.xxx.xxx)
Local Domain name (fritz.box)
und unter DHCP nichts anwählen
-
@bmonline
Kann mir nicht vorstellen das es an node liegt, da ich hier die ver 9.9.0 am laufen habe.
Ganz dumme frage. Hast du auch mal einen neustart der FritzBox gemacht?
-
@bmonline
https://github.com/SeydX/homeb…ster/docs/Installation.md
Hast du das gemacht?
Und es fehlen ein paar einträge in deiner config würde ich sagen.
z.b
"devices": {
"FritzBox": {
"master": true,
-
habe wieder so ein Port Problem gefunden

Gestern wurde ein neues Update rausgebracht für den Repeater 310. Dieses wurde erfolgreich aufgespielt (Auto Update).
Heute wollte ich den Raspi updaten.Das mache ich immer mit Det seinem Tool (hbridge_new.sh)
Nach dem neustart des Raspi stand dann das im Log
Error: connect ECONNREFUSED 192.168.178.25:8060
Code
Alles anzeigenStarted Node.js HomeKit Server. [2019-5-15 14:08:53] Loaded config.json with 0 accessories and 4 platforms. [2019-5-15 14:08:54] --- [2019-5-15 14:08:54] Loaded plugin: homebridge-config-ui-x [2019-5-15 14:08:54] Registering platform 'homebridge-config-ui-x.config' [2019-5-15 14:08:54] --- [2019-5-15 14:08:55] Loaded plugin: homebridge-eq3ble [2019-5-15 14:08:55] Registering accessory 'homebridge-eq3ble.EQ3-Thermostat' [2019-5-15 14:08:55] --- [2019-5-15 14:08:55] Plugin /usr/local/lib/node_modules/homebridge-fritz-platform requires Node version of ^10.15.3 which does not satisfy the current Node version of v9.9.0. You may need to upgrade your installation of Node. [2019-5-15 14:08:55] Loaded plugin: homebridge-fritz-platform [2019-5-15 14:08:56] Registering platform 'homebridge-fritz-platform.FritzPlatform' [2019-5-15 14:08:56] --- [2019-5-15 14:08:56] Loaded plugin: homebridge-platform-eq3btsmart [2019-5-15 14:08:56] Registering platform 'homebridge-platform-eq3btsmart.eq3BTSmart' [2019-5-15 14:08:56] --- [2019-5-15 14:08:58] Loaded plugin: homebridge-weather-plus [2019-5-15 14:08:59] Registering platform 'homebridge-weather-plus.WeatherPlus' [2019-5-15 14:08:59] --- [2019-5-15 14:08:59] Loading 4 platforms... [2019-5-15 14:08:59] [Config] Initializing config platform... [2019-5-15 14:08:59] [Config] Running in Standalone Mode. [2019-5-15 14:08:59] [FritzPlatform] Initializing FritzPlatform platform... [2019-5-15 14:08:59] [FritzPlatform] [INFO] ************************************************************** [2019-5-15 14:08:59] [FritzPlatform] [INFO] FritzPlatform v4.0.0-dev.13 by SeydX [2019-5-15 14:08:59] [FritzPlatform] [INFO] GitHub: https://github.com/SeydX/homebridge-fritz-platform [2019-5-15 14:08:59] [FritzPlatform] [INFO] Email: [email protected] [2019-5-15 14:08:59] [FritzPlatform] [INFO] ************************************************************** [2019-5-15 14:08:59] [FritzPlatform] [INFO] start success... [2019-5-15 14:08:59] [WeatherPlus] Initializing WeatherPlus platform... [2019-5-15 14:08:59] [WeatherPlus] Initializing platform accessory 'Now'... [2019-5-15 14:08:59] [WeatherPlus] Initializing platform accessory 'Today'... [2019-5-15 14:08:59] [WeatherPlus] Initializing platform accessory 'In 1 Day'... [2019-5-15 14:08:59] [Heizung] Initializing eq3BTSmart platform... [2019-5-15 14:08:59] Loading 0 accessories... [2019-5-15 14:08:59] [FritzPlatform] [INFO] Looking for devices... [2019-5-15 14:08:59] [FritzPlatform] [ERROR] An error occured while checking config! { Error: connect ECONNREFUSED 192.168.178.25:8060 at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1173:14) errno: 'ECONNREFUSED', code: 'ECONNREFUSED', syscall: 'connect', address: '192.168.178.25', port: 8060, config: { adapter: [Function: httpAdapter], transformRequest: { '0': [Function: transformRequest] }, transformResponse: { '0': [Function: transformResponse] }, timeout: 0, xsrfCookieName: 'XSRF-TOKEN', xsrfHeaderName: 'X-XSRF-TOKEN', maxContentLength: -1, validateStatus: [Function: validateStatus], headers: { Accept: 'application/json, text/plain, */*', 'User-Agent': 'axios/0.18.0' }, method: 'get', url: 'http://192.168.178.25:8060/', data: undefined }, request: Writable { _writableState: WritableState { objectMode: false, highWaterMark: 16384, finalCalled: false, needDrain: false, ending: false, ended: false, finished: false, destroyed: false, decodeStrings: true, defaultEncoding: 'utf8', length: 0, writing: false, corked: 0, sync: true, bufferProcessing: false, onwrite: [Function: bound onwrite], writecb: null, writelen: 0, bufferedRequest: null, lastBufferedRequest: null, pendingcb: 0, prefinished: false, errorEmitted: false, bufferedRequestCount: 0, corkedRequestsFree: [Object] }, writable: true, _events: { response: [Function: handleResponse], error: [Function: handleRequestError] }, _eventsCount: 2, _maxListeners: undefined, _options: { maxRedirects: 21, maxBodyLength: 10485760, protocol: 'http:', path: '/', method: 'get', headers: [Object], agent: undefined, auth: undefined, hostname: '192.168.178.25', port: '8060', nativeProtocols: [Object], pathname: '/' }, _ended: true, _ending: true, _redirectCount: 0, _redirects: [], _requestBodyLength: 0, _requestBodyBuffers: [], _onNativeResponse: [Function], _currentRequest: ClientRequest { _events: [Object], _eventsCount: 6, _maxListeners: undefined, output: [], outputEncodings: [], outputCallbacks: [], outputSize: 0, writable: true, _last: true, upgrading: false, chunkedEncoding: false, shouldKeepAlive: false, useChunkedEncodingByDefault: false, sendDate: false, _removedConnection: false, _removedContLen: false, _removedTE: false, _contentLength: 0, _hasBody: true, _trailer: '', finished: true, _headerSent: true, socket: [Socket], connection: [Socket], _header: 'GET / HTTP/1.1\r\nAccept: application/json, text/plain, */*\r\nUser-Agent: axios/0.18.0\r\nHost: 192.168.178.25:8060\r\nConnection: close\r\n\r\n', _onPendingData: [Function: noopPendingOutput], agent: [Agent], socketPath: undefined, timeout: undefined, method: 'GET', path: '/', _ended: false, res: null, aborted: undefined, timeoutCb: null, upgradeOrConnect: false, parser: null, maxHeadersCount: null, _redirectable: [Circular], [Symbol(isCorked)]: false, [Symbol(outHeadersKey)]: [Object] }, _currentUrl: 'http://192.168.178.25:8060/' }, response: undefined } [2019-5-15 14:08:59] [Heizung] EQ3 - Discovering devices... [2019-5-15 14:09:22] [Heizung] EQ3 - Found 1 devices. [2019-5-15 14:09:22] [Heizung] Initializing platform accessory '00:1a:22:11:1d:21'... Setup Payload: X-HM://00240SPWB8CGK Scan this code with your HomeKit app on your iOS device to pair with Homebridge:In der Home App wird alles normal angezeigt.Also Homebridge läuft. Aber nur augenscheinlich. Habe dann das Wlan von meinem iPhone aus gemacht um Presence zu testen. Aber wie erwartet reagiert nichts mehr.
EDIT
Ein neustart der Fritz!Box und des Raspi hat dann abhilfe geschaffen.
Kaum lobt man die Jungs von AVM passiert wieder was blödes.
Presence klappte bis zum letzten Repeater 310 update wunderbar. Nun muss ich feststellen das wenn ich mein Wlan am Handy ausmache, Ich aber weiter am Repeater eingelogt bin und auch bleibe.
Wenn ich über den Router im wlan bin und dann ausschalte wird das wie immer sehr schnell erkannt.
-
-
In deinem Fall würde ich noch warten bis SeydX die Fritz-Platform v4.0 frei gibt. Dann solltest du noch deine Repeater updaten. Denn ich hatte das selbe Problem mit einem Repeater 310. Der hat nun ein Update bekommen (FRITZ! LABOR OS: 07.08-68396) und ist nun auch Mesh fähig und läuft hervorragend
mit der Presence funktion.
Welche Repeater hast du denn im einsatz?
-
Ahha schön...kappier also ein Feature und kein Fehler


-
@carsten_h Klar doch.
kann doch sein das er Config-UI-X im "Standalone" Modus betreibt.
-
Warum nutzt du das People Plugin wenn du doch eine wie ich finde bessere Erkennung der Anweseheit deiner Geräte schon im Fritz-Platform Plugin hast (Presence).
Um deine Frau zu benachrichtigen könnte ich mir vorstellen das es auch gut über Telegram geht. Auch das Fritz.Platform nutz ja Telegram um mich zu benachrichtigen das Person X gerade die Wohnung betritt oder wenn keiner mehr zuhause ist.
-
SeydX Ich habe gestern auf das update auf dev12 gemacht. Heute habe ich in die Config geschaut und dort sind viele "doppel" false einträge hinzugekommen.
Ich denke nicht das das so soll, oder?
Homebridge läuft natürlich ohne Probleme. Aber wie soll ich vorgehn? Einfach selbst hand anlegen und alle doppel einträge löschen?
-
Port 8060 hat mich auch verwundert weil ich einen solchen nirgens angegeben habe
Und in der FritzBox ist der TCP Port
-
warum zeigt mir Config-ui-x keine updates an?
Muss ich jetzt manuell Updaten?
sudo npm i -g homebridge-fritz-platform@dev
Beim starten meiner Homebridge sehe ich auch das in meinem Log
CodeMay 13 10:35:07 raspberrypi homebridge[613]: [2019-5-13 10:35:07] [FritzPlatform] [INFO] Looking for devices... May 13 10:35:07 raspberrypi homebridge[613]: [2019-5-13 10:35:07] [FritzPlatform] [ERROR] An error occured while checking config!In der Home App und in Eve sieht alles gut aus, doch wenn ich in Eve auf den Repeater gehe und die Led zum testen ausschalten möchte passiert nichts
Habe nun manuell ein update auf dev.8 gemacht.
Allerdings keine besserung. (ECONNREFUSED)
Code
Alles anzeigenMay 13 10:54:10 raspberrypi homebridge[6312]: [2019-5-13 10:54:10] Loaded config.json with 0 accessories and 4 platforms. May 13 10:54:10 raspberrypi homebridge[6312]: [2019-5-13 10:54:10] --- May 13 10:54:10 raspberrypi homebridge[6312]: [2019-5-13 10:54:10] Loaded plugin: homebridge-config-ui-x May 13 10:54:10 raspberrypi homebridge[6312]: [2019-5-13 10:54:10] Registering platform 'homebridge-config-ui-x.config' May 13 10:54:10 raspberrypi homebridge[6312]: [2019-5-13 10:54:10] --- May 13 10:54:11 raspberrypi homebridge[6312]: [2019-5-13 10:54:11] Loaded plugin: homebridge-eq3ble May 13 10:54:11 raspberrypi homebridge[6312]: [2019-5-13 10:54:11] Registering accessory 'homebridge-eq3ble.EQ3-Thermostat' May 13 10:54:11 raspberrypi homebridge[6312]: [2019-5-13 10:54:11] --- May 13 10:54:11 raspberrypi homebridge[6312]: [2019-5-13 10:54:11] Plugin /usr/local/lib/node_modules/homebridge-fritz-platform requires Node version of ^10.15.3 which does not satisfy the current Node version of v9.9.0. You may need to upgrade your installation of Node. May 13 10:54:11 raspberrypi homebridge[6312]: [2019-5-13 10:54:11] Loaded plugin: homebridge-fritz-platform May 13 10:54:12 raspberrypi homebridge[6312]: [2019-5-13 10:54:12] Registering platform 'homebridge-fritz-platform.FritzPlatform' May 13 10:54:12 raspberrypi homebridge[6312]: [2019-5-13 10:54:12] --- May 13 10:54:12 raspberrypi homebridge[6312]: [2019-5-13 10:54:12] Loaded plugin: homebridge-platform-eq3btsmart May 13 10:54:12 raspberrypi homebridge[6312]: [2019-5-13 10:54:12] Registering platform 'homebridge-platform-eq3btsmart.eq3BTSmart' May 13 10:54:12 raspberrypi homebridge[6312]: [2019-5-13 10:54:12] --- May 13 10:54:13 raspberrypi homebridge[6312]: [2019-5-13 10:54:13] Loaded plugin: homebridge-weather-plus May 13 10:54:13 raspberrypi homebridge[6312]: [2019-5-13 10:54:13] Registering platform 'homebridge-weather-plus.WeatherPlus' May 13 10:54:13 raspberrypi homebridge[6312]: [2019-5-13 10:54:13] --- May 13 10:54:13 raspberrypi homebridge[6312]: [2019-5-13 10:54:13] Loading 4 platforms... May 13 10:54:13 raspberrypi homebridge[6312]: [2019-5-13 10:54:13] [Config] Initializing config platform... May 13 10:54:13 raspberrypi homebridge[6312]: [2019-5-13 10:54:13] [Config] Running in Standalone Mode. May 13 10:54:13 raspberrypi homebridge[6312]: [2019-5-13 10:54:13] [FritzPlatform] Initializing FritzPlatform platform... May 13 10:54:13 raspberrypi homebridge[6312]: [2019-5-13 10:54:13] [FritzPlatform] [INFO] ************************************************************** May 13 10:54:13 raspberrypi homebridge[6312]: [2019-5-13 10:54:13] [FritzPlatform] [INFO] FritzPlatform v4.0.0-dev.8 by SeydX May 13 10:54:13 raspberrypi homebridge[6312]: [2019-5-13 10:54:13] [FritzPlatform] [INFO] GitHub: https://github.com/SeydX/homebridge-fritz-platform May 13 10:54:13 raspberrypi homebridge[6312]: [2019-5-13 10:54:13] [FritzPlatform] [INFO] Email: [email protected] May 13 10:54:13 raspberrypi homebridge[6312]: [2019-5-13 10:54:13] [FritzPlatform] [INFO] ************************************************************** May 13 10:54:13 raspberrypi homebridge[6312]: [2019-5-13 10:54:13] [FritzPlatform] [INFO] start success... May 13 10:54:13 raspberrypi homebridge[6312]: [2019-5-13 10:54:13] [WeatherPlus] Initializing WeatherPlus platform... May 13 10:54:13 raspberrypi homebridge[6312]: [2019-5-13 10:54:13] [WeatherPlus] Initializing platform accessory 'Now'... May 13 10:54:14 raspberrypi homebridge[6312]: [2019-5-13 10:54:14] [WeatherPlus] Initializing platform accessory 'Today'... May 13 10:54:14 raspberrypi homebridge[6312]: [2019-5-13 10:54:14] [WeatherPlus] Initializing platform accessory 'In 1 Day'... May 13 10:54:14 raspberrypi homebridge[6312]: [2019-5-13 10:54:14] [Heizung] Initializing eq3BTSmart platform... May 13 10:54:14 raspberrypi homebridge[6312]: [2019-5-13 10:54:14] Loading 0 accessories... May 13 10:54:14 raspberrypi homebridge[6312]: [2019-5-13 10:54:14] [FritzPlatform] [INFO] Looking for devices... May 13 10:54:14 raspberrypi homebridge[6312]: [2019-5-13 10:54:14] [FritzPlatform] [ERROR] An error occured while checking config! May 13 10:54:14 raspberrypi homebridge[6312]: { Error: connect ECONNREFUSED 192.168.178.25:8060 May 13 10:54:14 raspberrypi homebridge[6312]: at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1173:14) May 13 10:54:14 raspberrypi homebridge[6312]: errno: 'ECONNREFUSED', May 13 10:54:14 raspberrypi homebridge[6312]: code: 'ECONNREFUSED', May 13 10:54:14 raspberrypi homebridge[6312]: syscall: 'connect', May 13 10:54:14 raspberrypi homebridge[6312]: address: '192.168.178.25', May 13 10:54:14 raspberrypi homebridge[6312]: port: 8060, May 13 10:54:14 raspberrypi homebridge[6312]: config: May 13 10:54:14 raspberrypi homebridge[6312]: { adapter: [Function: httpAdapter], May 13 10:54:14 raspberrypi homebridge[6312]: transformRequest: { '0': [Function: transformRequest] }, May 13 10:54:14 raspberrypi homebridge[6312]: transformResponse: { '0': [Function: transformResponse] }, May 13 10:54:14 raspberrypi homebridge[6312]: timeout: 0, May 13 10:54:14 raspberrypi homebridge[6312]: xsrfCookieName: 'XSRF-TOKEN', May 13 10:54:14 raspberrypi homebridge[6312]: xsrfHeaderName: 'X-XSRF-TOKEN', May 13 10:54:14 raspberrypi homebridge[6312]: maxContentLength: -1, May 13 10:54:14 raspberrypi homebridge[6312]: validateStatus: [Function: validateStatus], May 13 10:54:14 raspberrypi homebridge[6312]: headers: May 13 10:54:14 raspberrypi homebridge[6312]: { Accept: 'application/json, text/plain, */*', May 13 10:54:14 raspberrypi homebridge[6312]: 'User-Agent': 'axios/0.18.0' }, May 13 10:54:14 raspberrypi homebridge[6312]: method: 'get', May 13 10:54:14 raspberrypi homebridge[6312]: url: 'http://192.168.178.25:8060/', May 13 10:54:14 raspberrypi homebridge[6312]: data: undefined }, May 13 10:54:14 raspberrypi homebridge[6312]: request: May 13 10:54:14 raspberrypi homebridge[6312]: Writable { May 13 10:54:14 raspberrypi homebridge[6312]: _writableState: May 13 10:54:14 raspberrypi homebridge[6312]: WritableState { May 13 10:54:14 raspberrypi homebridge[6312]: objectMode: false, May 13 10:54:14 raspberrypi homebridge[6312]: highWaterMark: 16384, May 13 10:54:14 raspberrypi homebridge[6312]: finalCalled: false, May 13 10:54:14 raspberrypi homebridge[6312]: needDrain: false, May 13 10:54:14 raspberrypi homebridge[6312]: ending: false, May 13 10:54:14 raspberrypi homebridge[6312]: ended: false, May 13 10:54:14 raspberrypi homebridge[6312]: finished: false, May 13 10:54:14 raspberrypi homebridge[6312]: destroyed: false, May 13 10:54:14 raspberrypi homebridge[6312]: decodeStrings: true, May 13 10:54:14 raspberrypi homebridge[6312]: defaultEncoding: 'utf8', May 13 10:54:14 raspberrypi homebridge[6312]: length: 0, May 13 10:54:14 raspberrypi homebridge[6312]: writing: false, May 13 10:54:14 raspberrypi homebridge[6312]: corked: 0, May 13 10:54:14 raspberrypi homebridge[6312]: sync: true, May 13 10:54:14 raspberrypi homebridge[6312]: bufferProcessing: false, May 13 10:54:14 raspberrypi homebridge[6312]: onwrite: [Function: bound onwrite], May 13 10:54:14 raspberrypi homebridge[6312]: writecb: null, May 13 10:54:14 raspberrypi homebridge[6312]: writelen: 0, May 13 10:54:14 raspberrypi homebridge[6312]: bufferedRequest: null, May 13 10:54:14 raspberrypi homebridge[6312]: lastBufferedRequest: null, May 13 10:54:14 raspberrypi homebridge[6312]: pendingcb: 0, May 13 10:54:14 raspberrypi homebridge[6312]: prefinished: false, May 13 10:54:14 raspberrypi homebridge[6312]: errorEmitted: false, May 13 10:54:14 raspberrypi homebridge[6312]: bufferedRequestCount: 0, May 13 10:54:14 raspberrypi homebridge[6312]: corkedRequestsFree: [Object] }, May 13 10:54:14 raspberrypi homebridge[6312]: writable: true, May 13 10:54:14 raspberrypi homebridge[6312]: _events: May 13 10:54:14 raspberrypi homebridge[6312]: { response: [Function: handleResponse], May 13 10:54:14 raspberrypi homebridge[6312]: error: [Function: handleRequestError] }, May 13 10:54:14 raspberrypi homebridge[6312]: _eventsCount: 2, May 13 10:54:14 raspberrypi homebridge[6312]: _maxListeners: undefined, May 13 10:54:14 raspberrypi homebridge[6312]: _options: May 13 10:54:14 raspberrypi homebridge[6312]: { maxRedirects: 21, May 13 10:54:14 raspberrypi homebridge[6312]: maxBodyLength: 10485760, May 13 10:54:14 raspberrypi homebridge[6312]: protocol: 'http:', May 13 10:54:14 raspberrypi homebridge[6312]: path: '/', May 13 10:54:14 raspberrypi homebridge[6312]: method: 'get', May 13 10:54:14 raspberrypi homebridge[6312]: headers: [Object], May 13 10:54:14 raspberrypi homebridge[6312]: agent: undefined, May 13 10:54:14 raspberrypi homebridge[6312]: auth: undefined, May 13 10:54:14 raspberrypi homebridge[6312]: hostname: '192.168.178.25', May 13 10:54:14 raspberrypi homebridge[6312]: port: '8060', May 13 10:54:14 raspberrypi homebridge[6312]: nativeProtocols: [Object], May 13 10:54:14 raspberrypi homebridge[6312]: pathname: '/' }, May 13 10:54:14 raspberrypi homebridge[6312]: _ended: true, May 13 10:54:14 raspberrypi homebridge[6312]: _ending: true, May 13 10:54:14 raspberrypi homebridge[6312]: _redirectCount: 0, May 13 10:54:14 raspberrypi homebridge[6312]: _redirects: [], May 13 10:54:14 raspberrypi homebridge[6312]: _requestBodyLength: 0, May 13 10:54:14 raspberrypi homebridge[6312]: _requestBodyBuffers: [], May 13 10:54:14 raspberrypi homebridge[6312]: _onNativeResponse: [Function], May 13 10:54:14 raspberrypi homebridge[6312]: _currentRequest: May 13 10:54:14 raspberrypi homebridge[6312]: ClientRequest { May 13 10:54:14 raspberrypi homebridge[6312]: _events: [Object], May 13 10:54:14 raspberrypi homebridge[6312]: _eventsCount: 6, May 13 10:54:14 raspberrypi homebridge[6312]: _maxListeners: undefined, May 13 10:54:14 raspberrypi homebridge[6312]: output: [], May 13 10:54:14 raspberrypi homebridge[6312]: outputEncodings: [], May 13 10:54:14 raspberrypi homebridge[6312]: outputCallbacks: [], May 13 10:54:14 raspberrypi homebridge[6312]: outputSize: 0, May 13 10:54:14 raspberrypi homebridge[6312]: writable: true, May 13 10:54:14 raspberrypi homebridge[6312]: _last: true, May 13 10:54:14 raspberrypi homebridge[6312]: upgrading: false, May 13 10:54:14 raspberrypi homebridge[6312]: chunkedEncoding: false, May 13 10:54:14 raspberrypi homebridge[6312]: shouldKeepAlive: false, May 13 10:54:14 raspberrypi homebridge[6312]: useChunkedEncodingByDefault: false, May 13 10:54:14 raspberrypi homebridge[6312]: sendDate: false, May 13 10:54:14 raspberrypi homebridge[6312]: _removedConnection: false, May 13 10:54:14 raspberrypi homebridge[6312]: _removedContLen: false, May 13 10:54:14 raspberrypi homebridge[6312]: _removedTE: false, May 13 10:54:14 raspberrypi homebridge[6312]: _contentLength: 0, May 13 10:54:14 raspberrypi homebridge[6312]: _hasBody: true, May 13 10:54:14 raspberrypi homebridge[6312]: _trailer: '', May 13 10:54:14 raspberrypi homebridge[6312]: finished: true, May 13 10:54:14 raspberrypi homebridge[6312]: _headerSent: true, May 13 10:54:14 raspberrypi homebridge[6312]: socket: [Socket], May 13 10:54:14 raspberrypi homebridge[6312]: connection: [Socket], May 13 10:54:14 raspberrypi homebridge[6312]: _header: 'GET / HTTP/1.1\r\nAccept: application/json, text/plain, */*\r\nUser-Agent: axios/0.18.0\r\nHost: 192.168.178.25:8060\r\nConnection: close\r\n\r\n', May 13 10:54:14 raspberrypi homebridge[6312]: _onPendingData: [Function: noopPendingOutput], May 13 10:54:14 raspberrypi homebridge[6312]: agent: [Agent], May 13 10:54:14 raspberrypi homebridge[6312]: socketPath: undefined, May 13 10:54:14 raspberrypi homebridge[6312]: timeout: undefined, May 13 10:54:14 raspberrypi homebridge[6312]: method: 'GET', May 13 10:54:14 raspberrypi homebridge[6312]: path: '/', May 13 10:54:14 raspberrypi homebridge[6312]: _ended: false, May 13 10:54:14 raspberrypi homebridge[6312]: res: null, May 13 10:54:14 raspberrypi homebridge[6312]: aborted: undefined, May 13 10:54:14 raspberrypi homebridge[6312]: timeoutCb: null, May 13 10:54:14 raspberrypi homebridge[6312]: upgradeOrConnect: false, May 13 10:54:14 raspberrypi homebridge[6312]: parser: null, May 13 10:54:14 raspberrypi homebridge[6312]: maxHeadersCount: null, May 13 10:54:14 raspberrypi homebridge[6312]: _redirectable: [Circular], May 13 10:54:14 raspberrypi homebridge[6312]: [Symbol(isCorked)]: false, May 13 10:54:14 raspberrypi homebridge[6312]: [Symbol(outHeadersKey)]: [Object] }, May 13 10:54:14 raspberrypi homebridge[6312]: _currentUrl: 'http://192.168.178.25:8060/' }, May 13 10:54:14 raspberrypi homebridge[6312]: response: undefined } May 13 10:54:14 raspberrypi homebridge[6312]: [2019-5-13 10:54:14] [Heizung] EQ3 - Discovering devices... May 13 10:54:29 raspberrypi homebridge[6312]: [2019-5-13 10:54:29] [Heizung] EQ3 - Found 1 devices. May 13 10:54:29 raspberrypi homebridge[6312]: [2019-5-13 10:54:29] [Heizung] Initializing platform accessory '00:1a:22:11:1d:21'...EDIT
Problem selbst behoben.
sudo systemctl stop homebridge
sudo rm -rf /var/homebridge/accessories
sudo npm uninstall -g homebridge-fritz-platform
danach habe ich dann nochmal einen clean install gemacht.
läuft wieder.
-
Gut dann lasse ich es so wie es ist.
Ich habe das Problem anders behoben.Das Hue plugin ist nun auf meinen Macmini gewandert und arbeitet dort auch brav ohne fehler.
Somit keine Kommunikationstörungen mehr.