Konfiguration von config.json

  • Hallo Leute,


    ich habe bei mir den Homematic Plugin installiert. Leider weis ich nicht was ich ind der config.json falsch mache. Geräte antworten nicht. Vor dem Plugin Homematic lief alles.Könnte mir bitte jemand mit dem Finger zeigen wo mein Fehler liegt.



    {

    "bridge": {

    "name": "Homebridge",

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

    "port": 51826,

    "pin": "031-45-154"

    },


    "accessories": [

    {

    "accessory": "Chamberlain",

    "name": "Garage",

    "username": "xxxxx",

    "password": "xxx"

    }

    ],


    "platforms" : [

    {

    "name" : "HarmonyHub",

    "platform" : "HarmonyHub"

    },

    {

    "platform": "Fritz!Box",

    "name": "FRITZ!Box",

    "username": "xxx",

    "password": "xxx",

    "url": "http://fritz.box",

    "interval": 60,

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

    "options": {

    "strictSSL": false

    },

    {

    "platform": "VorwerkVacuumRobot",

    "email": "xxx",

    "password": "xxx"

    }

    ]

    },

    {

    "platform": "HomeMatic",

    "name": "HomeMatic CCU3",

    "ccu_ip": "192.168.1.21",

    "filter_device": [],

    "filter_channel": [],

    "outlets": [],

    "doors": [],

    "programs": [],

    "accessories": [],

    "subsection": "Homekit",

    "variables": []

    ]

    }

    ]

    }

  • Hallo Leute,


    ich habe bei mir den Homematic Plugin installiert. Leider weis ich nicht was ich ind der config.json falsch mache. Geräte antworten nicht. Vor dem Plugin Homematic lief alles.Könnte mir bitte jemand mit dem Finger zeigen wo mein Fehler liegt.

    So viel Finger habe ich leider nicht. Nimm mal das hier:

    Und wirf mal einen Blick da drauf: https://smartapfel.de/homebridge/plugins-installieren/

    Im unteren Teil ab Plugins: Accessories und Plattforms sind ein paar Tipps zu config.json.


    Stefan