velocityzen / homebridge-platform-zwave

Homebridge Platform for Z-Wave nodes. Deprecated! Use node-red instead.
MIT License
13 stars 6 forks source link

Failed to setup Z-Wave network constroller undefined #10

Closed cevatkerim closed 4 years ago

cevatkerim commented 4 years ago

Getting this at startup:

Initialising OpenZWave 1.6.1123 binary addon for Node.JS.
        OpenZWave Security API is ENABLED
        ZWave device db    : /usr/local/etc/openzwave
        User settings path : /usr/lib/node_modules/homebridge-platform-zwave/node_modules/openzwave-shared/build/Release/../../
        Option Overrides : --ConsoleOutput false --Logging false --SaveConfiguration false
Could Not Open OZW Log File.
[5/20/2020, 9:05:14 PM] [Z-Wave Platform] Failed to setup Z-Wave network constroller undefined

testing with openzwave-shared, it finds the controller just fine. Any ideas?

Here is the config:

{
            "platform": "zWavePlatform",
            "name": "Z-Wave Platform",
            "zwave": {
                "devicePath": "/dev/ttyACM0"
            }
        }
velocityzen commented 4 years ago

Maybe solution from #2 will help. I'm currently working on a new TypeScript version.