SphtKr / homebridge-zway

Homebridge plugin for (better) HomeKit support of RaZBerry and Z-Way Server
ISC License
85 stars 38 forks source link

Server is not running #141

Open simplenotezy opened 3 years ago

simplenotezy commented 3 years ago

When I add this plugin and add basic configuration, my Homebridge server does not start. This is my config:

{
    "name": "ZWayServer",
    "platform": "ZWayServer",
    "url": "http://192.168.39.180:8083/",
    "login": "admin",
    "password": "admin"
}

I don't see any error messages in the log

simplenotezy commented 3 years ago

Turns out I needed to run: wget -q -O - https://storage.z-wave.me/RaspbianInstall | sudo bash

Maybe the Installation Guide should contain some prerequisites (e.g. install z-way)