Anyone else install the latest ZWAVE JS and it kill zwave?
It just loops this after latest update.
2024-11-12 19:43:48.179 INFO STORE: Restarting client in 15 seconds, retry 13
2024-11-12 19:44:03.187 DEBUG STORE: Closing server...
2024-11-12 19:44:03.188 INFO STORE: Server closed
2024-11-12 19:44:03.188 INFO STORE: Client closed
2024-11-12 19:44:03.189 INFO STORE: Connecting to /dev/ttyUSB0
Logging to file:
/usr/src/app/store/logs/zwavejs_2024-11-12.log
2024-11-12 19:44:03.193 INFO STORE: Zwavejs usage statistics ENABLED
2024-11-12 19:44:03.193 WARN STORE: Zwavejs driver is not ready yet, statistics will be enabled on driver initialization
2024-11-12 19:44:04.371 ERROR STORE: Unhandled Rejection, reason: RangeError [ERR_ENCODING_NOT_SUPPORTED]: The "windows-1252" encoding is not supported
RangeError: The "windows-1252" encoding is not supported
at new NodeError (node:internal/errors:405:5)
at TextDecoder.#prepareConverter (node:internal/encoding:423:15)
at new TextDecoder (node:internal/encoding:415:31)
at uint8ArrayToString (/usr/src/app/node_modules/@zwave-js/shared/src/uint8array-extras.ts:312:31)
at Bytes.toString (/usr/src/app/node_modules/@zwave-js/shared/src/Bytes.ts:136:12)
at SerialPort.<anonymous> (/usr/src/app/node_modules/@zwave-js/serial/src/serialport/ZWaveSerialPortBase.ts:162:24)
at SerialPort.emit (node:events:517:28)
at addChunk (node:internal/streams/readable:368:12)
at readableAddChunk (node:internal/streams/readable:341:9)
at SerialPort.Readable.push (node:internal/streams/readable:278:10)
2024-11-12 19:44:08.569 INFO STORE: Restarting client in 15 seconds, retry 14