When switching several devices (5 shelly wave plugs) simultaneously, i sometimes get the following error:
2025-04-25 22:04:33.342 INFO Z-WAVE: [Node 108] Value updated: 37-0-duration 0s => 0s
2025-04-25 22:04:33.351 INFO Z-WAVE: [Node 108] Value updated: 37-0-targetValue false => true
2025-04-25 22:04:33.355 INFO Z-WAVE: [Node 108] Value updated: 37-0-currentValue false => true
2025-04-25T20:04:33.521Z DRIVER Dropping message with invalid payload
2025-04-25T20:04:33.855Z DRIVER Dropping message with invalid payload
2025-04-25T20:04:33.900Z DRIVER Dropping message with invalid payload
2025-04-25T20:04:34.165Z DRIVER Dropping message with invalid payload
2025-04-25T20:04:34.246Z DRIVER Dropping message with invalid payload
2025-04-25T20:04:34.303Z DRIVER Dropping message with invalid payload
2025-04-25T20:04:34.771Z DRIVER Dropping message with invalid payload
2025-04-25T20:04:35.109Z DRIVER Dropping message with invalid payload
2025-04-25T20:04:35.179Z DRIVER Dropping message with invalid payload
2025-04-25T20:04:36.564Z DRIVER Dropping message with invalid payload
2025-04-25T20:04:37.496Z DRIVER Dropping message with invalid payload
2025-04-25 22:04:37.541 INFO Z-WAVE: [Node 110] Value updated: 37-0-duration 0s => 0s
2025-04-25 22:04:37.542 INFO Z-WAVE: [Node 110] Value updated: 37-0-targetValue true => false
2025-04-25 22:04:37.544 INFO Z-WAVE: [Node 110] Value updated: 37-0-currentValue true => false
2025-04-25 22:04:38.126 INFO Z-WAVE: [Node 110] Metadata updated: 50-0-value-66049
2025-04-25 22:04:38.132 INFO Z-WAVE: [Node 110] Value updated: 50-0-value-66049 2.7 => 0
2025-04-25 22:04:38.773 INFO APP: GET /health/zwave 301 0.281 ms - 162
2025-04-25 22:04:38.913 ERROR Z-WAVE-SERVER: Unexpected error (0 , import_serial.isAnySendDataResponse) is not a function
TypeError: (0 , import_serial.isAnySendDataResponse) is not a function
at Driver.executeTransaction (/opt/node_modules/zwave-js/src/lib/driver/Driver.ts:6385:8)
at processTicksAndRejections (node:internal/process/task_queues:105:5)
at Driver.drainTransactionQueue (/opt/node_modules/zwave-js/src/lib/driver/Driver.ts:6270:5)
2025-04-25 22:04:39.220 INFO Z-WAVE: [Node 104] Value updated: 37-0-duration 0s => 0s
2025-04-25 22:04:39.220 INFO Z-WAVE: [Node 104] Value updated: 37-0-targetValue false => true
2025-04-25 22:04:39.222 INFO Z-WAVE: [Node 104] Value updated: 37-0-currentValue false => true
Instead, switching each device separatly, causes no error. Homeassistant is in hyper-v, the aeotec gen5+ stick is on a raspberry pi, connected to ha by tcp: using ser2net.
What might be the reason?