Latest ZWAVE JS just killed my system

Anyone else install the latest ZWAVE JS and it kill zwave?

It just loops this :frowning: 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

Have you tried to restart, and I mean power off, I have to power cycle almost every time i update zwave js

1 Like

It’s in a docker so it does repower. Have just reverted to previous release and that works A OK.

Mine is on proxmox, and a reboot of the proxmox system, and it works.

reboot the HA won’t do it for me.

It’s a bug on the latest release they are working on a fix in case anyone else affected.

do you have a source or link for this?

EDIT: Z-Wave JS UI won't start: The "windows-1252" encoding is not supported · Issue #3994 · zwave-js/zwave-js-ui · GitHub