hoobs-org / HOOBS

Build your Smart Home with HOOBS. Connect over 2,000 Accessories to your favorite Ecosystem.
https://hoobs.org
GNU General Public License v3.0
552 stars 51 forks source link

fritz-platform #650

Closed ManuNewbie closed 4 years ago

ManuNewbie commented 4 years ago

Hey guys. I don't know if anyone has the patience to "take my case", but I just need some help in creating a working confi.json file in my smarthome for the fritz-platform plugin... I am using hoops - thought it would make things easier, but unfortunately it doesn’t... Even if i copy the example config file offered by the fritz-platform, it says it is "unable to save this", because the "JSON in an platform - is invalid"... I thought I could just put in the real data, names and IPs (AIN/IPEIs) and delete the things I am not (yet) interested in...but hell no... Can anybody help a newbie out here? Probably not that big of a case for you experts is it? Best Manuel

mkellsy commented 4 years ago

Post what you got so far.

ManuNewbie commented 4 years ago

Yay, Thanx Michael! So, as Hoobs shows only { "platform": "FritzPlatform" } after hitting "configuartion, i tried to copy the "example config.json" from the documentation page of "frtiz-platform" itself, which starts with { "bridge": { ... }, "accessories": [ ... ], "platforms": [ I figured I start from the term, where it matches the same part.... so my try out starts as follows and is filled with my informations, as far as I figured them out: { "bridge": { ... }, "accessories": [ ... ], "platforms": [

ManuNewbie commented 4 years ago

ok, wow, it isn't even possible to paste the config.json as a text here? seems it is just shortened by this chat??? I'll do a screenshot and try to attache it...

ManuNewbie commented 4 years ago

{ "platform": "FritzPlatform", "devices": { "FRITZ!Box 6490": { question A: should the name and real information in quotes? "active": false, "host": "192.168.178.1", "port": 49000, "username": "Username123", don't lock in via username, should I use my "myfritz acount name"? "password": "pw3456", "type": "dsl", it is a cable box, should I change it here? "master": true, "mesh": true, "readOnly": false, "options": { "wifi2": [ true, false ], "wifi5": [ true, false ], "wifiGuest": [ true, false ], "reconnect": true, "wps": [ true, false ], "aw": [ true, false ], "deflection": [ true, false ], "led": [ true, false ], "lock": [ true, false ] } }, "FRITZ!Box 7430 BU": { from here on I deleted all, until the dect 301 device, because I am not using a second fritzbox, nor a repeater, but 2 dect 301 and one dect 200 so far "active": false, "host": "192.168.178.82", "port": 49000, "username": "Username123", "password": "pw3456", "type": "dsl", "readOnly": false, "options": { "wifi2": [ true, false ], "wifi5": [ true, false ], "wifiGuest": [ true, false ], "wps": [ true, false ], "led": [ true, false ] } }, "FRITZ!WLAN Repeater 310": { "active": false, "host": "192.168.178.66", "port": 49000, "username": "Test123", "password": "pw3456", "type": "repeater", "readOnly": false, "options": { "wifi2": [ true, false ], "wifi5": [ true, false ], "wifiGuest": [ true, false ], "wps": [ true, false ], "led": [ true, false ] } } }, "smarthome": { "HAN-FUN Sensor": { "active": true, "ain": "01234567890", "devType": "contact" }, "DECT 301": { "active": true, "ain": "01234567890", there is no AIN but a IPEI, but I figured it should do the same trick? "heatValue": 5, "coolValue": 5, "windowSensor": true, "devType": "thermostat" }, "DECT 200": { "active": true, "ain": "01234567890", "tempSensor": true, "devType": "switch" } }, "callmonitor": { "active": true, "ip": "192.168.178.1", "port": 1012, "country": "DE", "incomingTo": [ "8845668", "5497854" ], "outgoingFrom": [ "8845668", "5497854" ] }, "presence": { "user": [ { "active": true, "name": "SeydX", "address": "192.168.178.59" }, { "active": true, "name": "Test", "address": "192.168.178.91" } ], "anyone": true, "offDelay": 90, "onDelay": 15, "ping": false }, "wol": [ { "active": true, "name": "Fernseher", "address": "04:5D:4B:0C:E3:47" } ], "alarm": { "active": false, "telNr": "012514587", "duration": 30 }, "wakeup": { "active": false, "internNr": "**620", "duration": 30 }, "ringlock": { "active": false, "DECTphones": 1, "start": "11:00", "end": "22:00" }, "broadband": { "active": false, "measureTime": 5, "polling": 30 }, "extReboot": { "active": false, "cmdOn": "sh /PATH/TO/SCRIPT/on.sh", "cmdOff": "sh /PATH/TO/SCRIPT/off.sh" }, "phoneBook": { "active": true, "blacklists": [ "Blacklist" ] }, "telegram": { "active": true, "token": "TOKENHERE", "chatID": "-CHATIDHERE", "presence": { "in": "Welcome at home @", "out": "Bye Bye @", "anyoneIn": "Someone is at home!", "anyoneOut": "Nobody at home!" }, "callmonitor": { "incoming": "Incoming call - @", "disconnected": "Call with @ disconnected" }, "alarm": { "activated": "Alarm activated! Calling @!", "deactivated": "Alarm deactivated!" }, "extReboot": { "start": "Network reboot started!", "finish": "Network reboot completed!" } }, "polling": 10, "timeout": 10, "clearCache": false, "debug":true, "disableAutoSearch": false } ] }

ManuNewbie commented 4 years ago

so my real config.jason, or better the visible part in hoobs for fritz-platform, with my editings and the deleted parts from the "example" is as follows:

ManuNewbie commented 4 years ago

"platform": "FritzPlatform", "devices": { "FRITZ!Box 6490”: { "active": false, "host": "192.168.178.1", "port": 49000, "username": myfritzname@gmx.de, "password": “myfritzpassword", "type": “cable", "master": true, "mesh": true, "readOnly": false, "options": { "wifi2": [ true, false ], "wifi5": [ true, false ], "wifiGuest": [ true, false ], "reconnect": true, "wps": [ true, false ], "aw": [ true, false ], "deflection": [ true, false ], "led": [ true, false ], "lock": [ true, false ] } }, "DECT 301": { "active": true, "ain": “IPEI blablabla", "heatValue": 5, "coolValue": 5, "windowSensor": true, "devType": "thermostat" }, "DECT 301": { "active": true, "ain": “IPEI blablabla", "heatValue": 5, "coolValue": 5, "windowSensor": true, "devType": "thermostat" }, "DECT 200": { "active": true, "ain": "01234567890", "tempSensor": true, "devType": "switch" }

ManuNewbie commented 4 years ago

Again, thanx a lot Michael for helping a REAL NEWBIE out here!!! Anybody else of cause feel free to join and help too ;) @mkellsy

ManuNewbie commented 4 years ago

@seydx can you maybe help me out here? vielleicht sogar auf deutsch?

ManuNewbie commented 4 years ago

@seydx sorry to ask again, but is it tough for you to configure a config.schema.json for your awsome (hate the word, but in this case it matches) plugin for hoobs? that would be verry verry kind and helpful...

Christian-CFP commented 4 years ago

Hi, aus deiner Config kann ich nur mutmaßen... Achte mal auf die

" (Anführungszeichen)

Manche bei dir sind "anders" dargestellt BSP: "FRITZ!Box 6490” Das erste ist ", das letzte ist ” (schräg). Versuch mal alle zu ersetzten/neu zu machen.

ManuNewbie commented 4 years ago

Hi, aus deiner Config kann ich nur mutmaßen... Achte mal auf die

" (Anführungszeichen)

Manche bei dir sind "anders" dargestellt BSP: "FRITZ!Box 6490” Das erste ist ", das letzte ist ” (schräg). Versuch mal alle zu ersetzten/neu zu machen.

Hey Christian. Vielen Dank! Habe alle "schrägen Anführungszeichen" ausgetauscht und auch hier mein neuster Edit - versuch...geht leider nach wie vor nicht "hoobs" sagt Zitat: "Invalid JSON in an platform."

Noch eine Idee? Grundsätzlich auch so nervig, da im "Config window" von Hoobs nicht der gesamte Code der config.json auftaucht, sondern im falle des Fritz-Plugins nur steht:

{ "platform": "FritzPlatform" }

Wo ich schon immer raten muss, ab welchem Teil des gesamtcodes ich da einfüge...im "Example Code" vom Entwickler @SeydX kommt direkt nach dem "FritzPlatform" und KOMMA - aber wenn ich nur das eingebe, ist der Code für Hoobs schon "invalid"

Es wäre so cool, wenn mir hier jemand helfen kann!!! Die anderen Plugins (Harmony Hub, etc.) laufen mega! DANKE in die Community runde, speziell @mkellsy und @Christian-CFP so far...

Bildschirmfoto 2020-06-05 um 21 06 13
ManuNewbie commented 4 years ago

Hier mein aktueller Versuch einer config.json (nur mit den AIN, bzw. IPEI Nummer und Zugangsdaten Blanco halt...:

ManuNewbie commented 4 years ago

{ "platform": "FritzPlatform", "devices": { "FRITZ!Box 6490": { "active": false, "host": "192.168.178.80", "port": 49000, "username": BLANCO, "password": “1234", "type": "cable", "master": true, "mesh": true, "readOnly": false, "options": { "wifi2": [ true, false ], "wifi5": [ true, false ], "wifiGuest": [ true, false ], "reconnect": true, "wps": [ true, false ], "aw": [ true, false ], "deflection": [ true, false ], "led": [ true, false ], "lock": [ true, false ] } }, "DECT 301": { "active": true, "ain": “12345 1234567", "heatValue": 5, "coolValue": 5, "windowSensor": true, "devType": "thermostat" }, "DECT 301": { "active": true, "ain": "09995 0022335", "heatValue": 5, "coolValue": 5, "windowSensor": true, "devType": "thermostat" }, "DECT 301": { "active": true, "ain": “12345 1234567", "heatValue": 5, "coolValue": 5, "windowSensor": true, "devType": "thermostat" }, "DECT 200": { "active": true, "ain": “12345 1234567", "tempSensor": true, "devType": "switch" }

Christian-CFP commented 4 years ago

Warum hast du die FB deaktiviert? "active":false, ? Egal, auch bei dem Benutzer hatten "" gefehlt. Hier mal eine config.

Bei den DECTs sehe ich auch schräge " bei den ain Nr. Und diese müssen in den Bereich "smarthome": { (siehe unten)

PS: Ich editiere die config nicht in den einzelnen "App"-Reitern, sondern unter Advanced. So hat man einen besseren Überblick und eigentlich sollte HOOBS so sein, dass wenn ein Fehler passiert (in deinem fall sieht es nach syntax Fehler aus), wird dieser rot unterstrichen. In diesem BSP fehlt ein Komma: Bildschirmfoto 2020-06-06 um 07 29 11

{ "platform": "FritzPlatform", "plugin_map": { "plugin_name": "homebridge-fritz-platform" }, "devices": { "FRITZ!Box 6490": { "active": true, "host": "192.168.178.80", "port": 49000, "username": "BLANCO", "password": "1234", "type": "cable“, "master": true, "mesh": true, "readOnly": false, "options": { "reconnect": true, "wifi2": [ true, false ], "wifi5": [ true, false ], "wifiGuest": [ true, false ], "wps": [ true, false ], "aw": [ true, false ], "deflection": [ true, false ], "led": [ true, false ], "lock": [ true, false ] } }, "callmonitor": { "active": true, "ip": "192.168.178.80", "port": 1012, "country": "DE", "incomingTo": [ "RUFNUMMER" ], "outgoingFrom": [ "RUFNUMMER" ] }, "presence": { "user": [ { "address": "192.168.178.xxx“, "name": "NAME", "active": true }, { "address": "192.168.178.xxx", "name": "NAME 2", "active": true } ], "anyone": true, "offDelay": 90, "onDelay": 10, "ping": false }, "alarm": { "active": false, "telNr": "RUFNUMMER", "duration": 30 }, "broadband": { "active": true, "measureTime": 5 }, "phoneBook": { "active": true, "blacklists": [ "Blacklist" ] }, "extReboot": { "active": false, "cmdOn": "sh /PATH/TO/SCRIPT/on.sh", "cmdOff": "sh /PATH/TO/SCRIPT/off.sh" }, "telegram": { "active": false, "token": "TOKEN", "chatID": "ID", "presence": { "in": "@ ist Zuhause.", "out": "@ hat das Haus verlassen.", "anyoneOut": "Es ist keiner mehr Zuhause!" }, "callmonitor": { "incoming": "Incoming call - @", "disconnected": "Call with @ disconnected" }, "alarm": { "activated": "Alarm aktiviert! Rufe @ an!", "deactivated": "Alarm deaktiviert!" }, "extReboot": { "start": "Netzwerk wird neugestartet!", "finish": "Netzwerk Neustart abgeschlossen!" } }, "polling": 5, "timeout": 10, "clearCache": false, "debug": false, "disableAutoSearch": false, "disableAutoConfig": false, "smarthome": { "DECT 301": { "active": true, "ain": "01234567890", "heatValue": 5, "coolValue": 5, "windowSensor": true, "devType": "thermostat" }, "DECT 301": { "active": true, "ain": "01234567890", "heatValue": 5, "coolValue": 5, "windowSensor": true, "devType": "thermostat" }, "DECT 200": { "active": true, "ain": "01234567890", "tempSensor": true, "devType": "switch" } }, "wol": [ { "active": false, "name": "Test Device", "address": "00:00:00:00:00:00" } ], "wakeup": { "active": false, "duration": 30 }, "ringlock": { "active": false, "DECTphones": 1, "start": "22:00", "end": "06:00" } },

Christian-CFP commented 4 years ago

Editiere es in dem Advanced Tab und achte auf {} "" und , : Bildschirmfoto 2020-06-06 um 10 27 55

Ein Komma trennt einzelne "Befehle/Kommandos" von einander. In dem Bild oben, wird zB bei "platform": "FritzPlatform", das Komma am Ende markiert, da es falsch ist (hier!), denn es folgt kein "Befehl" danach nur ..

Wenn die FB das einzige Plugin wäre, wäre ein Komma nach der letzten Klammer falsch ( }, ), weil kein anderes Plugin folgt.

{ "platform": "FritzPlatform", ... },

Folgt ein Plugin dann Komma, wenn nicht bzw. am Ende steht und kein weiteres folgt, kein Komma. In meinem Bild folgt ein weiteres Plugin (Hue).

Versuch mal den Code von mir mit deinen Benutzerdaten (IPs, User, Passwort, AIN etc.) einzutragen (So wie in meinem Bild, natürlich ohne die ..). Also copy und ab in die config (paste), dann deine Daten anpassen.

NICHT vorher in eine Textdatei. Texteditoren können, wenn diese "falsch" eingerichtet sind die " in diese "schrägen" umwandeln.

ManuNewbie commented 4 years ago

WOW! Danke @Christian-CFP für Deine Mühe!!! Fühlt sich gut an, auch als Neuling ernst genommen zu werden und dann auch noch solch ausführliche Hilfeleistung zu bekommen!!! Leider bleibt die config auch im advanced-fenster weiterhin "invalide" :( ...und ich such mich mit zoomenden Augen durch rot unterstrichene zeichen - finde aber gerade keine... Würde Hoobs die Config denn auch mit den komplett copy/paste Daten von Dir die Config annehmen, wenn sie richtig eingefügt ist, oder braucht es da alle richtigen daten meinerseits für jeden "funtkionstest" der config? Macht halt die Fehlersuche länger... und callmonitor und rufnummern und ip-adressen in diesem sektor nutze ich garnicht und müsste ich erst recherchieren, wenn sie korrekt eingetragen sein müssen, damit die config läuft...kann ich den part sonst löschen? also die klammer und das komma davor: }, "callmonitor": {

und dann bis vor dieser klammer: }, "polling": 5,

?

Danke noch mal!!!

Christian-CFP commented 4 years ago

Du kannst diese einfach so copy und Paste verwenden. Jedoch solltest du deinen Benutzernamen und Passwort eintragen. Ein Invalid sollte eigentlich nicht auftauchen. Füge diese so wie in meinem Bild als erstes Plugin ein. Dh kopiere den gesamten Code von { bis },

Also hast du nur eine FB? Keine DECTs etc?

ManuNewbie commented 4 years ago

bleibt weiterhin invalide...auch mit wirklich einfach nur copy/paste... muss ich alle zeilen einrücken, via spacetaste, damit sie genau unter allen zeilen stehen? (wäre zwar kackn nervig, bei den vielen zeilen, aber andere "fehler" sehe ich nicht) und doch aktuell 1 dect 200 und 3 dect 301

und erneut danke @Christian-CFP !!!

ManuNewbie commented 4 years ago

aktuell ist in meiner config.json als erstes und funktionierendes plugin das "homebridge-harmony" dieses läuft top und konnte einfach von mir configuriert werden, kann ich aber sonst auch noch mal deinstallieren...da das einfügen von fritz-platform, bzw. allein das löschen der Zeilen unter dem Harmony-Plugin die config auch schon ivalide macht... ich werd bekloppt :D

ManuNewbie commented 4 years ago
Bildschirmfoto 2020-06-07 um 21 44 57
ManuNewbie commented 4 years ago

zack, schon invalid :(

Bildschirmfoto 2020-06-07 um 21 46 16
BobbySlope commented 4 years ago

da fehlt ne ] am Schluss

BobbySlope commented 4 years ago

hier die minimale config:

{
      "platform": "FritzPlatform",
      "devices": {
        "FRITZ!Box 7590": {
          "active": false,
          "host": "192.168.178.1",
          "port": 49000,
          "username": "Username123",
          "password": "pw3456",
          "type": "dsl",
          "master": true,
          "mesh": true,
          "readOnly": false,
          "options": {
            "wifi2": [
              true,
              false
            ],
            "wifi5": [
              true,
              false
            ],
            "wifiGuest": [
              true,
              false
            ],
            "reconnect": true,
            "wps": [
              true,
              false
            ],
            "aw": [
              true,
              false
            ],
            "deflection": [
              true,
              false
            ],
            "led": [
              true,
              false
            ],
            "lock": [
              true,
              false
            ]
          }
        },
      "polling": 10,
      "timeout": 10,
      "clearCache": false,
      "debug":true,
      "disableAutoSearch": false
    }
}

diese muss du nicht in der advanced config einfügen sondern in der plugin settings box hier: http://hoobs.local:8080/config/homebridge-fritz-platform

ManuNewbie commented 4 years ago

also, babysteps hier... die so ausführliche config von Dir @Christian-CFP bleibt leider weiterhin immer invalid... Die "minimale" von Dir @BobbySlope wird tatsächlich erstmals akzeptiert!!! und tatsächlich auch direkt in der regulären config seite angenommen!!!! WOW!!!! Nur taucht nichts in der "Home-App" auf 🤣

ManuNewbie commented 4 years ago

wobei auch "interessant" nach der akzeptierten config, steht im andvanced modus eben danach noch: "plugin_map": { "plugin_name": "homebridge-fritz-platform" } } ] }

als hätte er die config nicht für das plugin "homebridge-fritz-platform" akzeptiert, sondern einfach darüber geschrieben...

Bildschirmfoto 2020-06-07 um 22 03 45
BobbySlope commented 4 years ago

ich hab grad gesehen das das Homebridge-fritz-platform relativ alt ist und nicht gut gewartet ich habe mal https://github.com/andig/homebridge-fritz/issues/134 angeschrieben um dieses plugin zu zertifizieren für HOOBS

BobbySlope commented 4 years ago

wobei auch "interessant" nach der akzeptierten config, steht im andvanced modus eben danach noch: "plugin_map": { "plugin_name": "homebridge-fritz-platform" } } ] }

als hätte er die config nicht für das plugin "homebridge-fritz-platform" akzeptiert, sondern einfach darüber geschrieben...

Bildschirmfoto 2020-06-07 um 22 03 45

ja darum gibts ne plugin config die matched alles, die advanced config ist wirklich advanced :)

Christian-CFP commented 4 years ago

Es gibt nicht unbedingt eine Reihenfolge für diesen Part. Das ist egal wo der steht am Anfang oder Ende.

Du musst natürlich jetzt noch die genaue Bezeichnung deiner FB also Fritz!Box ... eintragen, die IP der Fritzbox und Benutzer und Passwort. Und vergiss nicht in der FB das T64 ( oder so ähnlich ) zu aktivieren. Und ob cable oder dsl. Das „active“: false, würde ich auf (also das Wort false) in true ändern.

ManuNewbie commented 4 years ago

Das wäre ja der wahnsinn mit einem zertifizierten plugin!!! Danke @BobbySlope ! Hatte auch schon versucht den developer von fritzplatform zu kontaktieren, nur kam da bis jetzt nix... Und ja, ich bin halt leider auch noch alles andere als "advanced"

ManuNewbie commented 4 years ago

@Christian-CFP Danke! Standard TR-064 ist schon lange "abgehakt", da ich ja aktuell die fritzapp (eben nicht so geil) zum steuern der dects nutze... weiterhin taucht leider, auch mit meinen korrekten angaben und passwörtern nix in home auf

Christian-CFP commented 4 years ago

@Christian-CFP Danke! Standard TR-064 ist schon lange "abgehakt", da ich ja aktuell die fritzapp (eben nicht so geil) zum steuern der dects nutze... weiterhin taucht leider, auch mit meinen korrekten angaben und passwörtern nix in home auf

Wie gesagt. Alles eintragen und den o.g. Wert auf true setzen sonst ist sie in der HomeApp deaktiviert.

ManuNewbie commented 4 years ago

ach krass, dass mit dem "true" hatte ich übersehen und habe ich jetzt geändert uuuuund: weiterhin nichts 🤪😂

ManuNewbie commented 4 years ago

als username und passwort nutzt ihr schon die localen daten, oder die von "myfritz!"?

Christian-CFP commented 4 years ago

ach krass, dass mit dem "true" hatte ich übersehen und habe ich jetzt geändert uuuuund: weiterhin nichts 🤪😂

Ist der Fritzbox Name genauso wie die Fritzbox sich schimpft? ZB bei einer FB von 1&1 wäre es „Fritz!Box 7590 (UI)“ Also schau mal in der FB nach was oben steht als FB Bezeichnung. Damit hatte ich am Anfang Probleme.

BobbySlope commented 4 years ago

als username und passwort nutzt ihr schon die localen daten, oder die von "myfritz!"?

kann ich leider nicht mehr testen da ich keine fritzbox mehr habe

Christian-CFP commented 4 years ago

als username und passwort nutzt ihr schon die localen daten, oder die von "myfritz!"?

Ja die normalen Anmelde Daten der FB. Und du solltest den Benutzernamen auch in der FB aktivieren (false nicht schon geschehen). MyFritz nutze ich nicht, wenn die in der HomeApp drin ist, kann ich sie ja eh von überall aus steuern.

ManuNewbie commented 4 years ago

ach krass, dass mit dem "true" hatte ich übersehen und habe ich jetzt geändert uuuuund: weiterhin nichts 🤪😂

Ist der Fritzbox Name genauso wie die Fritzbox sich schimpft? ZB bei einer FB von 1&1 wäre es „Fritz!Box 7590 (UI)“ Also schau mal in der FB nach was oben steht als FB Bezeichnung. Damit hatte ich am Anfang Probleme.

aber der "username" ist doch nicht "Fritz!Box 6490 cable" sondern eben mein selbst angelegter benutzer, oder what?

ManuNewbie commented 4 years ago

als username und passwort nutzt ihr schon die localen daten, oder die von "myfritz!"?

Ja die normalen Anmelde Daten der FB. Und du solltest den Benutzernamen auch in der FB aktivieren (false nicht schon geschehen). MyFritz nutze ich nicht, wenn die in der HomeApp drin ist, kann ich sie ja eh von überall aus steuern.

und genau letzteres wäre sooooo mega!

Christian-CFP commented 4 years ago

Sorry. Meine den Namen der Fritzbox. Nicht den des Benutzers. In der config von Bobby ist die FB 7490 drin und dsl.

BobbySlope commented 4 years ago

@Christian-CFP schreib mir bitte mal ne mail an bobby@hoobs.org, falls du Interesse hättest bei HOOBS mitzuwirken :)

ManuNewbie commented 4 years ago

Sorry. Meine den Namen der Fritzbox. Nicht den des Benutzers. In der config von Bobby ist die FB 7490 drin und dsl.

das hatte ich direkt korrigiert... also die aktuell benutzte config von mir (leider ohne jegliche dects und so) ist: { "platform": "FritzPlatform", "devices": { "FRITZ!Box 6490 Cable": { "active": true, "host": "192.168.178.1", "port": 49000, "username": "MEINNAME", "password": "12345678", "type": "cable", "master": true, "mesh": true, "readOnly": false, "options": { "wifi2": [ true, false ], "wifi5": [ true, false ], "wifiGuest": [ true, false ], "reconnect": true, "wps": [ true, false ], "aw": [ true, false ], "deflection": [ true, false ], "led": [ true, false ], "lock": [ true, false ] } }, "polling": 10, "timeout": 10, "clearCache": false, "debug": true, "disableAutoSearch": false } }

Christian-CFP commented 4 years ago

Wenn du in HOOBS auf die Geräte gehst, siehst du die FB?

Christian-CFP commented 4 years ago

Sonst geh mal in das Logfenster (diese drei Striche) und starte den Service neu und mach copy Paste mal hier.

ManuNewbie commented 4 years ago

Wenn du in HOOBS auf die Geräte gehst, siehst du die FB?

nope, sehe ich nicht...

ManuNewbie commented 4 years ago

Sonst geh mal in das Logfenster (diese drei Striche) und starte den Service neu und mach copy Paste mal hier.

häkräm...wie starte ich denn manuell "den service neu"? hat HOOBS bis jetzt immer nur gemacht, wenn ich ein Plugin neu installiere, deinstalliere, oder neue config speicher...

Christian-CFP commented 4 years ago

Oben rechts der Button.

ManuNewbie commented 4 years ago

Cool! Done:

7.6.2020, 22:32:56 Got SIGINT, shutting down Bridge... 7.6.2020, 22:33:00 Loaded plugin "homebridge-fritz-platform". 7.6.2020, 22:33:01 [FritzPlatform] [INFO] ** 7.6.2020, 22:33:01 [FritzPlatform] [INFO] FritzPlatform v4.1.0 by SeydX 7.6.2020, 22:33:01 [FritzPlatform] [INFO] GitHub: https://github.com/SeydX/homebridge-fritz-platform 7.6.2020, 22:33:01 [FritzPlatform] [INFO] Email: seyd55@outlook.de 7.6.2020, 22:33:01 [FritzPlatform] [INFO] ** 7.6.2020, 22:33:01 [FritzPlatform] [INFO] start success... 7.6.2020, 22:33:01 [FritzPlatform] [INFO] Auto Device Search is enabled, searching for devices in network... 7.6.2020, 22:33:01 Bridge is running on port 51826. 7.6.2020, 22:33:06 [FritzPlatform] [INFO] Initializing config... 7.6.2020, 22:33:06 [FritzPlatform] [INFO] Found 0 active devices... 7.6.2020, 22:33:06 [FritzPlatform] [INFO] Please check your config.json and activate the device(s) you want to see in HomeKit. 7.6.2020, 22:33:06 [FritzPlatform] [INFO] Please also set up username, password, type and master for your 'device(s)' and restart homebridge!

ManuNewbie commented 4 years ago

wobei letzteres unten, da hab ich eben wieder "MEINNAME" und "MEINPASSWORT" eingeben, um hier nicht vollkommen gläsern zu sein - wobei Ihr megachecker, mich wharscheinlich in 2 sekunden hacken könntet 🤣

ManuNewbie commented 4 years ago

aber auch mit meinen "richtigen Daten" bleibt es:

7.6.2020, 22:35:03 Loaded plugin "homebridge-fritz-platform". 7.6.2020, 22:35:04 [FritzPlatform] [INFO] ** 7.6.2020, 22:35:04 [FritzPlatform] [INFO] FritzPlatform v4.1.0 by SeydX 7.6.2020, 22:35:04 [FritzPlatform] [INFO] GitHub: https://github.com/SeydX/homebridge-fritz-platform 7.6.2020, 22:35:04 [FritzPlatform] [INFO] Email: seyd55@outlook.de 7.6.2020, 22:35:04 [FritzPlatform] [INFO] ** 7.6.2020, 22:35:04 [FritzPlatform] [INFO] start success... 7.6.2020, 22:35:04 [FritzPlatform] [INFO] Auto Device Search is enabled, searching for devices in network... 7.6.2020, 22:35:04 Bridge is running on port 51826. 7.6.2020, 22:35:09 [FritzPlatform] [INFO] Initializing config... 7.6.2020, 22:35:09 [FritzPlatform] [INFO] Found 0 active devices... 7.6.2020, 22:35:09 [FritzPlatform] [INFO] Please check your config.json and activate the device(s) you want to see in HomeKit. 7.6.2020, 22:35:09 [FritzPlatform] [INFO] Please also set up username, password, type and master for your 'device(s)' and restart homebridge!

Christian-CFP commented 4 years ago

Ist die IP der FB korrekt? Das „Cable“ im FB Namen auch korrekt? Benutzername und Passwort der FB auch korrekt? Also den, den du auf fritz.box eingibst.