Closed ptz0n closed 5 years ago
Please have a look @jlowgren.
What's the content of your, now secret free, config.json
? Did you remove the bridge
part which homebridge tries to read in the trace above?
Sorry, forgot about that file:
{
"platforms": [
{
"platform" : "verisure",
"name" : "Verisure"
}
]
}
You are missing the bridge
part of the config. See config-sample.json
Oops. Works now, thanks. 🙂
In some setups, configuring the platform using environment variables would be really convenient.
Update the plugin globally
Alt. run it manually
Fixes: #47