hansfriedrich / homebridge-feller-wiser

Homebridge Plugin for the Feller Wiser system.
Apache License 2.0
5 stars 2 forks source link

problem with setting up the plugin #7

Closed Villagio88 closed 2 years ago

Villagio88 commented 2 years ago

Hi @hansfriedrich thank you very much for your plugin. I was so happy when i discovered it. Unfortunately, I'm not able to get the plugin up and running. Maybe you can help.

This is my config:

{
    "bridge": {
        "name": "Homebridge 189D",
        "username": "0E:A7:E5:D6:18:9D",
        "port": 51046,
        "pin": "xxx-xx-xxx"
    },
    "accessories": [],
    "platforms": [
        {
            "name": "Config",
            "port": 8581,
            "platform": "config"
        },
        {
            "ip": "192.168.1.51",
            "platform": "feller-wiser",
            "_bridge": {
                "port": 57992
            }
        }
    ],
    "disabledPlugins": []
}

And this is the error i get:

TypeError: Cannot read properties of undefined (reading 'toUpperCase')
    at /usr/local/lib/node_modules/homebridge/src/server.ts:411:75
    at Array.forEach (<anonymous>)
    at Server.loadPlatforms (/usr/local/lib/node_modules/homebridge/src/server.ts:372:27)
    at Server.start (/usr/local/lib/node_modules/homebridge/src/server.ts:159:29)

Thank you very much for your help anyway!

hansfriedrich commented 2 years ago

@Villagio88 may I ask if you had a enlightened moment to manage the api-key creation?

hansfriedrich commented 2 years ago

deleted Villagio88 's reply due to personal information. @Villagio88, thanks for the reply. Nice to hear you managed it. I assume you don't want to have these informations here.