You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Manually built (git clone - npm install - npm run build )
zwavejs2mqtt version: 1.0.0-alpha.0
Describe the bug
1.) The Network Key auto-generation (I'm assuming that is what the recycle symbol to the right is) did not do anything in Firefox
2.) If the user enters a Network key that is "3DMM7Z359G253QL0OHK1F2TUGT3IEKD5" there is an error generated that is only visible if you are attached to the docker image and watching the logs
z2m:App POST /api/settings 200 48.092 ms - 63 +8m
This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). The promise rejected with the reason:
ZWaveError: The network key must be a buffer with length 16!
at checkOptions (/usr/src/app/node_modules/zwave-js/src/lib/driver/Driver.ts:267:9)
at new Driver (/usr/src/app/node_modules/zwave-js/src/lib/driver/Driver.ts:452:3)
at ZwaveClient.connect (/usr/src/app/lib/ZwaveClient.js:1301:19)
at Gateway.start (/usr/src/app/lib/Gateway.js:164:16)
at startGateway (/usr/src/app/app.js:56:6)
at /usr/src/app/app.js:285:5
z2m:Mqtt MQTT client connected +79ms
To Reproduce
Steps to reproduce the behavior:
Create brand new docker image
Set up zwave with network key '3DMM7Z359G253QL0OHK1F2TUGT3IEKD5'
Ensure you are attached to the docker image via SSH
See error
Expected behavior
Errors should be made available to the user via the user interface to alert them there is a problem.
Additional context
I realize I had a bad network key :)
The text was updated successfully, but these errors were encountered:
Version
Build/Run method
zwavejs2mqtt version: 1.0.0-alpha.0
Describe the bug
1.) The Network Key auto-generation (I'm assuming that is what the recycle symbol to the right is) did not do anything in Firefox
2.) If the user enters a Network key that is "3DMM7Z359G253QL0OHK1F2TUGT3IEKD5" there is an error generated that is only visible if you are attached to the docker image and watching the logs
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Errors should be made available to the user via the user interface to alert them there is a problem.
Additional context
I realize I had a bad network key :)
The text was updated successfully, but these errors were encountered: