Beiträge von spidi

    Habe es gefunden:). Liegt am Sicherheitszertifikat von der Fritzbox. Habe auch MYFrritz aktiviert und dadurch das Problem. Muss jetzt über das Internet die Box ansteuern: Sieht dann so aus.


    {


    "platform": "Fritz!Box",


    "name": "FRITZ!Box",


    "username": "raspi",


    "password": "xxxx",


    "url": "https://vyvvspa7uxtxmrxy.myfritz.net:xxxx",


    "interval": 60,


    "hide": ["wifi", "<ain>"],


    "concurrent": false,


    "options": {


    "strictSSL": false


    }


    }


    ]


    }

    Hallo,

    ich kämpfe jetzt schon 2 Tage.


    möchte gern das die Beleuchtung im Carport angeht wenn jemand nach Hause kommt bzw. wenn jemand das haus verlässt. Wenn ich das über den Bewegungsmelder im Carport mache


    geht alles prima. Nur im den Standort will es nicht klappen.


    Hab schon sehr viel probiert Standortfreigabe am Ipad aus am Handy an und aus Kompass.


    Keine Ahnung wo dran es noch hängen soll???:/:/


    Heiner

    • So Fehler gefunden,
    • bin einen schritt weiter.
    • Habe jetzt beim starten den Fehler und auch schon bei der FritzBox
    • einen neuen Nutzer mit allen Hacken und die Anmeldung auf Benutzer und Kennwort umgestellt.


      liegt scheinbar am Sicherheitszertifikate der Fritz Box. Ist ihr eigenes und läst die Hombridge


      nicht rein.


      Kopie von npm

      "


      1. homebridge-fritz can't login to the FritzBox

        Some users have reported that logging into the FritzBox internally via https fails. This seems to be caused by the FritzApp occupying the same port. In this case you can connect internally via http or use the external IP.

        Fritz!Box platform login failed messages can be caused by invalid login data or wrong url.

        Log messages if the form of:

        Code
        1. { error: { [Error: self signed certificate] code: 'DEPTH_ZERO_SELF_SIGNED_CERT' }@@@WCF_PRE_LINEBREAK@@@

        indicate that there are SSL security problems- most likely due to self-signed certificates. Use the "strictSSL": false option to disable the respective check.

      2. homebridge-fritz is not able to update my thermostat

        Current FritzBox firmwares seem to ignore API updates when the thermostat has been key-locked. No workaround available- please contact AVM to change this behaviour or don't use the locking mechanism.

      3. homebridge-fritz can login but not update thermostat battery charge

        Battery charge is not an API function. That means that the user must have access to FritzBox administration, not only to the SmartHome API in order to use this functionality. Update your Fritz!Box user accordingly.

      "

      mal sehen wie ich das nun hinkriege


      Heiner

    {

    "bridge": {

    "name": "Homebridge",

    "username": "CC:22:3D:E3:CE:30",

    "port": 51826,

    "pin": "031-45-154"

    },


    "platforms": [{

    "platform": "HomeMatic",

    "name": "HomeMatic CCU2",

    "ccu_ip": "192.168.178.26",

    "filter_device": [],

    "filter_channel": [],

    "outlets": [],

    "doors": [],

    "programs": [],

    "accessories": [],

    "subsection": "Siri",

    "variables": ["Anwesenheit", "Automatikfunktionen"]

    },{

    "platforms": [

    {

    "platform": "Fritz!Box",

    "name": "Fritzi",

    "username": "<ftpuser>",

    "password": "<xxxxx>",

    "url": "192.168.178.1",

    "interval": 60,

    "hide": ["wifi", "<ain>"],

    "concurrent": false,

    "options": {

    "strictSSL": false

    }

    }

    ]

    }

    So sieht der Fehler aus nach dem ich z.B. fritz dazu installiere.




    Mach ich Fritz Plugin wieder weg in der config. json ist alles wieder prima.




    pi@raspberrypi:~ $ homebridge


    *** WARNING *** The program 'node' uses the Apple Bonjour compatibility layer of Avahi.


    *** WARNING *** Please fix your application to use the native API of Avahi!


    *** WARNING *** For more information see <http://0pointer.de/avahi-compat?s=libdns_sd&e=node>


    *** WARNING *** The program 'node' called 'DNSServiceRegister()' which is not supported (or only supported partially) in the Apple Bonjour compatibility layer of Avahi.


    *** WARNING *** Please fix your application to use the native API of Avahi!


    *** WARNING *** For more information see <http://0pointer.de/avahi-compa…node&f=DNSServiceRegister>


    [2018-3-28 17:56:54] Loaded plugin: homebridge-fritz


    [2018-3-28 17:56:54] Registering platform 'homebridge-fritz.Fritz!Box'


    [2018-3-28 17:56:54] ---


    [2018-3-28 17:56:54] Loaded plugin: homebridge-homematic


    [2018-3-28 17:56:54] Registering platform 'homebridge-homematic.HomeMatic'


    [2018-3-28 17:56:54] ---


    [2018-3-28 17:56:54] There was a problem reading your config.json file.


    [2018-3-28 17:56:54] Please try pasting your config.json file here to validate it: http://jsonlint.com


    [2018-3-28 17:56:54]


    /usr/local/lib/node_modules/homebridge/lib/server.js:207


    throw err;


    Danke Heiner

    Hallo,

    ich bin neu hier und scheinbar nicht so clever:(.


    Habe auf der Raspi Homebridge installiert. Homematic Plugin läüft mit HomeKit und Siri.:)

    Immer wenn ich was dazu installieren wil, wie zum Beispiel Wake on Lan oder Fritz, bekomme ich

    Fehlermeldungen beim Start vom Homebridge. Was Mache ich falsch?


    Danke im voraus spidi