Checklist:
Build/Run method
zwavejs2mqtt: 3.0.3
zwave-js: 7.0.1
Yesterday happened short power outage. HA node successfully started.
After some time I discovered: all ZWave nodes still unavailable.
In short - only manual re-interview for all nodes + integration restart helped.
Aeotec Stick was Ok, but other nodes not - only friendly name in list.
After every node re-interview: device info in Control Panel appears, like model etc.
But HA still not getting any data. Integration restart solved this las issue.
Initially reported on HA Add-on Github (https://github.com/hassio-addons/addon-zwavejs2mqtt/issues/109).
Not sure, it happened after HA restart.
Expected: all devices become available w/out user intervention - after HA server was restarted.
All Z-Wave devices was unavailable. In Control Panel they looks like:

Logs attached. Hope it will find the issue.
zwavejs2mqtt-store_20210405_11.zip
zwavejs2mqtt-store_20210405_12.zip
@AlCalzone
Possibly a duplicate of:
Like I wrote in the discussion, I'll need context to even begin narrowing this down. When this happens, please provide:
zwave-js logfile around the time of the restart<homeid>.json and <homeid>.values.jsonl directly after the problem appears - no manual fixing attempts!<homeid>.json and <homeid>.values.jsonl directly before the problem appearsAs I'm not using Docker, I could also use a 2nd or 3rd set of eyes from the devs that do. I've never had this happen in the 2 years that I'm using zwave-js in production, so I'm 99.9% certain this has to do with Docker.
- A full list of affected node IDs
nodes_dump_20210406.zip
Affected was all except ZWave Aeotec stick ^^
- A
zwave-jslogfile around the time of the restart
zwavejs2mqtt-store_20210405_12.zip
- Cache files
<homeid>.jsonand<homeid>.values.jsonldirectly after the problem appears - no manual fixing attempts!
Unfortunately can't provide :(
- If possible (e.g. through backups), cache files
<homeid>.jsonand<homeid>.values.jsonldirectly before the problem appears
dd893180.zip
Nightly backup on 2021-04-05 00:05 EEST.
- Any possible hints (e.g. Docker logs of the restart itself, the hardware you're running on, or whatever...)
Raspberry RPi4 4G, HA OS 5.12, HA core-2021.3.4.
Only record in HA Core log while devices was unavailable (2021-04-05 ~18-19 EEST):
2021-04-05 18:51:21 WARNING (MainThread) [homeassistant.config_entries] Config entry 'Z-Wave JS' for zwave_js integration not ready yet. Retrying in background
HA_log_host_20210405.zip
HA host log from last startup.
I'm running HASS OS on an intel NUC with an aeotec stick and I'm getting the same thing. I'm not sure when it happened as I haven't restarted recently, but it was within the last week or two.
here is a node dump: nodes_dump.json.zip
This could be a problem strictly related to docker environments, seems that for some reason docker isn't stopping containers the right way and the cache files in volumes are corrupted
This could be a problem strictly related to docker environments, seems that for some reason docker isn't stopping containers the right way and the cache files in volumes are corrupted
In my case - it was unexpected power interruption. May be some issues with open / not flushed / cached files etc.
Nothing else on this server suffered from that specific interruption - in my case.
it was unexpected power interruption
Yep I think docker does some weird stuff with volumes that could cause issues like this when containers are not closed gracefully
It would be important to understand if it is happening in all Docker environments or only the zwavejs2mqtt container. A few HA devs claim it's not happening with the native integration.
I just want to add that I am also experiencing the same issue (using latest Docker image, not the HA addon). It is not always reproducible, but it has happened 3 or 4 times now. It will show Unknown for all devices, for some period of time. I have a strong feeling it is related to https://github.com/zwave-js/zwavejs2mqtt/issues/893 (see my screenshot below)
Even now I have 3 out of 17 devices who do not want to come back online (they have been in this state for a few days now). They remain stuck on ProtocolInfo as Interview State. These devices are included securely.

Maybe relevant, but I reboot my Raspberry Pi every day around midnight.
I really appreciate the work that is done on zwavejs, so let me know how I can provide all the information you need.
let me know how I can provide all the information you need.
See my comment above - especially the cache files before and after the issue happens are important.
https://github.com/zwave-js/zwavejs2mqtt/issues/998#issuecomment-813933464
Alright, another day in this saga. Last night before I went to sleep I updated everything, rebooted, and initiated a re-discovery on all nodes displaying the Unknown Manufacturer/Unknown Product failure mode. Again, these are identical to devices correctly discovered and listed in the device list above the broken ones. I know that the ZWave network is sound as each device is listed in the Network Graph. It's just a problem with their entries in ZWaveJS.
I've set all logs to silly, and toggled "log to file" in both the ZWave and General tabs (in ZwaveJS to MQTT). Hope these help
rebooted
Does that give the containers enough time to shutdown? Maybe the reboot causes problems.
How long does zwavejs2mqtt need to shutdown?
From the docker docs:
The main process inside the container will receive SIGTERM, and after a grace period, SIGKILL.
The default docker grace period is only 10 seconds. Try bumping it to something longer. I'm currently setting up a z-wave / hassio system using docker-compose on raspbian and had this same problem yesterday. After bumping the grace period it hasn't happened.
If using docker-compose you can use stop_grace_period: 40s under the service, or --time=40s for the docker commands.
https://docs.docker.com/compose/compose-file/compose-file-v3/#stop_grace_period
I've done a number of experiments with docker stop. I am using docker-compose and the compose file from: https://github.com/zwave-js/zwavejs2mqtt/blob/master/docker/README.md
Thus, the grace period should not be hit. This is when giving the container 10 seconds to complete initialization after issuing docker start. When reducing this warmup period to 0 seconds, the results are quite different:
Clearly the grace period is exceeded in that case, and SIGKILL is sent.
Interestingly, the docker-compose from the docs changes the stop signal to SIGINT instead of SIGTERM (stop_signal: SIGINT). For the sake of testing, changing this to the default SIGTERM signal changes nothing however:
The results are similar to using SIGINT.
Again the grace period is exceeded when we don't allow the container to initialize for some time. It seems the handlers for graceful shutdown are not registered on time?
10 seconds warmup docker log:
2021-04-10 13:13:04.763 WARN STORE: scenes.json not found
/bin/sh: git: not found
2021-04-10 13:13:06.808 INFO APP: Version: 3.2.0
2021-04-10 13:13:06.809 INFO APP: Application path:/usr/src/app
2021-04-10 13:13:06.921 INFO MQTT: MQTT is disabled
2021-04-10 13:13:06.946 INFO ZWAVE: Connecting to /dev/ttyZwave
2021-04-10 13:13:06.991 INFO APP: Listening on port 8091 host 0.0.0.0 protocol HTTP
2021-04-10 13:13:14.932 WARN APP: Shutdown detected: closing clients...
2021-04-10 13:13:14.936 INFO GATEWAY: Closing Gateway...
2021-04-10 13:13:14.949 INFO ZWAVE: Client closed
0 seconds warmup docker log:
2021-04-10 13:20:45.436 WARN STORE: scenes.json not found
/bin/sh: git: not found
2021-04-10 13:20:47.486 INFO APP: Version: 3.2.0
2021-04-10 13:20:47.487 INFO APP: Application path:/usr/src/app
2021-04-10 13:20:47.600 INFO MQTT: MQTT is disabled
2021-04-10 13:20:47.624 INFO ZWAVE: Connecting to /dev/ttyZwave
2021-04-10 13:20:47.671 INFO APP: Listening on port 8091 host 0.0.0.0 protocol HTTP
It is clear that the shutdown handler is not called in the latter case. Though this scenario is probably unrealistic. I also repeated these runs with MQTT enabled, the results are the same.
I think the question now is, as soon as zwavejs2mqtt detects a shutdown (e.g. 2021-04-10 13:13:14.932 WARN APP: Shutdown detected: closing clients...), is there any way that it could take longer than 10 seconds (docker's grace period) to close the gateway, the clients, and MQTT? There might be an edge case where this is true, in that case docker kills the container and this might lead to an unsafe shutdown (?).
Test script used: https://gist.github.com/Br-ian/a05df5b53410e62d46ffcddb25c2296f
I’ve been working on my setup today. I’ve struggled a bit with getting things working, had a dead node, then three. I’ve had to exclude, factory reset and so on a few devices. At some point when I seemingly had things working pretty well I thought I’d do a backup and reboot my pi. So I shut everything down with docker-compose down and then made a tarball of my pi home directory. After that I rebooted the pi. When it came back up and I started the containers again z-wavejs had lost everything. Re-interviewing brought most of my nodes back, only had to completely start over with one (more on that one later).
I found this error message in the startup log:
zwavejs2mqtt | 2021-04-10 15:52:36.682 INFO MQTT: Message received on homeassistant/status, 'online'
zwavejs2mqtt | 2021-04-10 15:52:36.684 INFO GATEWAY: Home Assistant is ONLINE
zwavejs2mqtt | 2021-04-10 15:52:43.032 INFO ZWAVE: Controller status: Driver: Restoring the network from cache failed: Synta
xError: Unexpected end of JSON input
zwavejs2mqtt | 2021-04-10 15:52:43.067 INFO ZWAVE: Zwave driver is ready
zwavejs2mqtt | 2021-04-10 15:52:43.068 INFO ZWAVE: Controller status: Driver ready
Looking at my backup, the cache json file that’s got the most recent timestamp was empty (it’s buddy jsonl files are not empty). The other files are days old. Just to make sure, the other files don’t seem corrupted in any way, the python json library parses the .json files just fine and each line in the .jsonl files also parse.
I’ve also encountered this bug a few times today https://github.com/zwave-js/zwavejs2mqtt/issues/1031. Actually just recently too after excluding my one corrupted device. The cache file seem fine still.
2021-04-10 15:52:43.032 INFO ZWAVE: Controller status: Driver: Restoring the network from cache failed: Synta
xError: Unexpected end of JSON input
This should only happen for the .json file, the .jsonl files are a bit more resilient because they can skip invalid lines. So if I understand it correctly, the docker-compose down caused the file to get corrupted. Any chance you could make a backup of your json and jsonl files in the working state and try to corrupt them again by shutting down the container?
I think I might finally have an idea what's causing this. Both node-zwave-js and zwavejs2mqtt try to handle the SIGINT signal. node-zwave-js has the first handler registered, so it receives the signal first and starts shutting down the driver.
zwavejs2mqtt then receives it and also wants to shut down the driver. Because zwave-js got the signal first, the destroy() call returns immediately and zwavejs2mqtt ends the process while zwave-js is still busy saving the file to disk.
@jengdal can you try the block-duplicate-destroy-calls branch please?
https://zwave-js.github.io/zwavejs2mqtt/#/troubleshooting/docker_custom_builds explains how you can build the container against another branch.
Any chance you could make a backup of your json and jsonl files in the working state and try to corrupt them again by shutting down the container?
Yes, took a few tries, but I got it reproduced!
🎉
can you try the block-duplicate-destroy-calls branch please?
Very cool that you probably already have it fixed, but it's getting late here, I'll try to be back on this in ~10 hours :)
I'm going to merge the PR which is going to close this issue. If the issue persists with the next version ([email protected]), feel free to reopen.
The latest docker image is working well. The cache survived multiple restarts and no new issues have surfaced.
Got same problem today. a power failure, and all my nodes says "Unknown manufacturer 0xXXXX". Only way to get it up again was to re-interview all nodes.
Running in docker.
zwavejs2mqtt: 4.0.1
zwave-js: 7.3.0
We are working on this, it's a problem on zwave-js side there is already an open issue to track this
Only problem though is that everyone reports his issues here after re-interviewing the nodes, but I need to see the cache files directly after it broke.
Same problem today after power failure. Logs from 'docker logs'. Hope it can help.
The dead nodes are actually correct (as one more fuse was still tripped).
19:37:09.545 DRIVER Node 23, Endpoint 3: Trying to access endpoint instance before Multi Channel i
nterview
19:37:09.547 DRIVER Node 23, Endpoint 4: Trying to access endpoint instance before Multi Channel i
nterview
19:37:09.548 DRIVER Node 23, Endpoint 5: Trying to access endpoint instance before Multi Channel i
nterview
19:37:09.549 DRIVER Node 23, Endpoint 6: Trying to access endpoint instance before Multi Channel i
nterview
19:37:09.551 DRIVER Node 23, Endpoint 7: Trying to access endpoint instance before Multi Channel i
nterview
19:37:09.552 DRIVER Node 23, Endpoint 8: Trying to access endpoint instance before Multi Channel i
nterview
19:37:09.553 DRIVER Node 23, Endpoint 1: Trying to access endpoint instance before Multi Channel i
nterview
19:37:09.554 DRIVER Node 23, Endpoint 2: Trying to access endpoint instance before Multi Channel i
nterview
19:37:09.556 DRIVER Node 23, Endpoint 3: Trying to access endpoint instance before Multi Channel i
nterview
19:37:09.557 DRIVER Node 23, Endpoint 4: Trying to access endpoint instance before Multi Channel i
nterview
19:37:09.560 DRIVER Node 23, Endpoint 5: Trying to access endpoint instance before Multi Channel i
nterview
19:37:09.562 DRIVER Node 23, Endpoint 6: Trying to access endpoint instance before Multi Channel i
nterview
19:37:09.565 DRIVER Node 23, Endpoint 7: Trying to access endpoint instance before Multi Channel i
nterview
19:37:09.566 DRIVER Node 23, Endpoint 8: Trying to access endpoint instance before Multi Channel i
nterview
19:37:09.568 DRIVER Node 23, Endpoint 1: Trying to access endpoint instance before Multi Channel i
nterview
19:37:09.573 DRIVER Node 23, Endpoint 2: Trying to access endpoint instance before Multi Channel i
nterview
19:37:09.576 DRIVER Node 23, Endpoint 3: Trying to access endpoint instance before Multi Channel i
nterview
19:37:09.578 DRIVER Node 23, Endpoint 4: Trying to access endpoint instance before Multi Channel i
nterview
19:37:09.579 DRIVER Node 23, Endpoint 5: Trying to access endpoint instance before Multi Channel i
nterview
19:37:09.583 DRIVER Node 23, Endpoint 6: Trying to access endpoint instance before Multi Channel i
nterview
19:37:09.584 DRIVER Node 23, Endpoint 7: Trying to access endpoint instance before Multi Channel i
nterview
19:37:09.585 DRIVER Node 23, Endpoint 8: Trying to access endpoint instance before Multi Channel i
nterview
19:37:09.586 DRIVER Node 23, Endpoint 1: Trying to access endpoint instance before Multi Channel i
nterview
19:37:09.587 DRIVER Node 23, Endpoint 2: Trying to access endpoint instance before Multi Channel i
nterview
19:37:09.592 DRIVER Node 23, Endpoint 3: Trying to access endpoint instance before Multi Channel i
nterview
19:37:09.594 DRIVER Node 23, Endpoint 4: Trying to access endpoint instance before Multi Channel i
nterview
19:37:09.596 DRIVER Node 23, Endpoint 5: Trying to access endpoint instance before Multi Channel i
nterview
19:37:09.596 DRIVER Node 23, Endpoint 6: Trying to access endpoint instance before Multi Channel i
nterview
19:37:09.597 DRIVER Node 23, Endpoint 7: Trying to access endpoint instance before Multi Channel i
nterview
19:37:09.598 DRIVER Node 23, Endpoint 8: Trying to access endpoint instance before Multi Channel i
nterview
19:37:09.599 DRIVER Node 23, Endpoint 1: Trying to access endpoint instance before Multi Channel i
nterview
19:37:09.600 DRIVER Node 23, Endpoint 2: Trying to access endpoint instance before Multi Channel i
nterview
19:37:09.601 DRIVER Node 23, Endpoint 3: Trying to access endpoint instance before Multi Channel i
nterview
19:37:09.603 DRIVER Node 23, Endpoint 4: Trying to access endpoint instance before Multi Channel i
nterview
19:37:09.604 DRIVER Node 23, Endpoint 5: Trying to access endpoint instance before Multi Channel i
nterview
19:37:09.606 DRIVER Node 23, Endpoint 6: Trying to access endpoint instance before Multi Channel i
nterview
19:37:09.607 DRIVER Node 23, Endpoint 7: Trying to access endpoint instance before Multi Channel i
nterview
19:37:09.611 DRIVER Node 23, Endpoint 8: Trying to access endpoint instance before Multi Channel i
nterview
19:37:09.613 DRIVER Node 23, Endpoint 1: Trying to access endpoint instance before Multi Channel i
nterview
19:37:09.613 DRIVER Node 23, Endpoint 2: Trying to access endpoint instance before Multi Channel i
nterview
19:37:09.614 DRIVER Node 23, Endpoint 3: Trying to access endpoint instance before Multi Channel i
nterview
19:37:09.615 DRIVER Node 23, Endpoint 4: Trying to access endpoint instance before Multi Channel i
nterview
19:37:09.616 DRIVER Node 23, Endpoint 5: Trying to access endpoint instance before Multi Channel i
nterview
19:37:09.617 DRIVER Node 23, Endpoint 6: Trying to access endpoint instance before Multi Channel i
nterview
19:37:09.618 DRIVER Node 23, Endpoint 7: Trying to access endpoint instance before Multi Channel i
nterview
19:37:09.620 DRIVER Node 23, Endpoint 8: Trying to access endpoint instance before Multi Channel i
nterview
19:37:09.621 DRIVER Node 23, Endpoint 1: Trying to access endpoint instance before Multi Channel i
nterview
19:37:09.622 DRIVER Node 23, Endpoint 2: Trying to access endpoint instance before Multi Channel i
nterview
19:37:09.624 DRIVER Node 23, Endpoint 3: Trying to access endpoint instance before Multi Channel i
nterview
19:37:09.627 DRIVER Node 23, Endpoint 4: Trying to access endpoint instance before Multi Channel i
nterview
19:37:09.628 DRIVER Node 23, Endpoint 5: Trying to access endpoint instance before Multi Channel i
nterview
19:37:09.629 DRIVER Node 23, Endpoint 6: Trying to access endpoint instance before Multi Channel i
nterview
19:37:09.630 DRIVER Node 23, Endpoint 7: Trying to access endpoint instance before Multi Channel i
nterview
19:37:09.631 DRIVER Node 23, Endpoint 8: Trying to access endpoint instance before Multi Channel i
nterview
19:37:09.636 DRIVER Node 23, Endpoint 1: Trying to access endpoint instance before Multi Channel i
nterview
19:37:09.638 DRIVER Node 23, Endpoint 2: Trying to access endpoint instance before Multi Channel i
nterview
19:37:09.640 DRIVER Node 23, Endpoint 3: Trying to access endpoint instance before Multi Channel i
nterview
19:37:09.642 DRIVER Node 23, Endpoint 4: Trying to access endpoint instance before Multi Channel i
nterview
19:37:09.644 DRIVER Node 23, Endpoint 5: Trying to access endpoint instance before Multi Channel i
nterview
19:37:09.645 DRIVER Node 23, Endpoint 6: Trying to access endpoint instance before Multi Channel i
nterview
19:37:09.647 DRIVER Node 23, Endpoint 7: Trying to access endpoint instance before Multi Channel i
nterview
19:37:09.653 DRIVER Node 23, Endpoint 8: Trying to access endpoint instance before Multi Channel i
nterview
19:37:09.656 DRIVER Node 23, Endpoint 1: Trying to access endpoint instance before Multi Channel i
nterview
19:37:09.660 DRIVER Node 23, Endpoint 2: Trying to access endpoint instance before Multi Channel i
nterview
19:37:09.661 DRIVER Node 23, Endpoint 3: Trying to access endpoint instance before Multi Channel i
nterview
19:37:09.663 DRIVER Node 23, Endpoint 4: Trying to access endpoint instance before Multi Channel i
nterview
19:37:09.666 DRIVER Node 23, Endpoint 5: Trying to access endpoint instance before Multi Channel i
nterview
19:37:09.668 DRIVER Node 23, Endpoint 6: Trying to access endpoint instance before Multi Channel i
nterview
19:37:09.669 DRIVER Node 23, Endpoint 7: Trying to access endpoint instance before Multi Channel i
nterview
19:37:09.671 DRIVER Node 23, Endpoint 8: Trying to access endpoint instance before Multi Channel i
nterview
19:37:09.674 DRIVER Node 23, Endpoint 1: Trying to access endpoint instance before Multi Channel i
nterview
19:37:09.676 DRIVER Node 23, Endpoint 2: Trying to access endpoint instance before Multi Channel i
nterview
19:37:09.678 DRIVER Node 23, Endpoint 3: Trying to access endpoint instance before Multi Channel i
nterview
19:37:09.679 DRIVER Node 23, Endpoint 4: Trying to access endpoint instance before Multi Channel i
nterview
19:37:09.682 DRIVER Node 23, Endpoint 5: Trying to access endpoint instance before Multi Channel i
nterview
19:37:09.688 DRIVER Node 23, Endpoint 6: Trying to access endpoint instance before Multi Channel i
nterview
19:37:09.689 DRIVER Node 23, Endpoint 7: Trying to access endpoint instance before Multi Channel i
nterview
19:37:09.691 DRIVER Node 23, Endpoint 8: Trying to access endpoint instance before Multi Channel i
nterview
19:37:09.693 DRIVER Node 23, Endpoint 1: Trying to access endpoint instance before Multi Channel i
nterview
19:37:09.694 DRIVER Node 23, Endpoint 2: Trying to access endpoint instance before Multi Channel i
nterview
19:37:09.695 DRIVER Node 23, Endpoint 3: Trying to access endpoint instance before Multi Channel i
nterview
19:37:09.697 DRIVER Node 23, Endpoint 4: Trying to access endpoint instance before Multi Channel i
nterview
19:37:09.698 DRIVER Node 23, Endpoint 5: Trying to access endpoint instance before Multi Channel i
nterview
19:37:09.700 DRIVER Node 23, Endpoint 6: Trying to access endpoint instance before Multi Channel i
nterview
19:37:09.701 DRIVER Node 23, Endpoint 7: Trying to access endpoint instance before Multi Channel i
nterview
19:37:09.703 DRIVER Node 23, Endpoint 8: Trying to access endpoint instance before Multi Channel i
nterview
19:37:09.705 DRIVER Node 23, Endpoint 1: Trying to access endpoint instance before Multi Channel i
nterview
19:37:09.707 DRIVER Node 23, Endpoint 2: Trying to access endpoint instance before Multi Channel i
nterview
19:37:09.708 DRIVER Node 23, Endpoint 3: Trying to access endpoint instance before Multi Channel i
nterview
19:37:09.711 DRIVER Node 23, Endpoint 4: Trying to access endpoint instance before Multi Channel i
nterview
19:37:09.714 DRIVER Node 23, Endpoint 5: Trying to access endpoint instance before Multi Channel i
nterview
19:37:09.717 DRIVER Node 23, Endpoint 6: Trying to access endpoint instance before Multi Channel i
nterview
19:37:09.718 DRIVER Node 23, Endpoint 7: Trying to access endpoint instance before Multi Channel i
nterview
19:37:09.724 DRIVER Node 23, Endpoint 8: Trying to access endpoint instance before Multi Channel i
nterview
19:37:09.744 CNTRLR setting serial API timeouts: ack = 1000 ms, byte = 150 ms
19:37:09.838 CNTRLR serial API timeouts overwritten. The old values were: ack = 1500 ms, byte = 15
0 ms
19:37:09.862 CNTRLR Interview completed
2021-05-23 19:37:09.893 INFO ZWAVE: Zwave driver is ready
2021-05-23 19:37:09.894 INFO ZWAVE: Controller status: Driver ready
2021-05-23 19:37:10.062 INFO ZWAVE: Scanning network with homeid: 0xd10e7639
2021-05-23 19:37:10.065 INFO ZWAVE: Node 1 is alive
19:37:10.088 CNTRLR [Node 001] The node is alive.
19:37:10.092 CNTRLR » [Node 001] requesting node neighbors...
19:37:10.348 CNTRLR [Node 001] The node is ready to be used
19:37:10.364 CNTRLR » [Node 004] pinging the node...
19:37:10.392 CNTRLR » [Node 005] pinging the node...
19:37:10.405 CNTRLR » [Node 007] pinging the node...
19:37:10.424 CNTRLR » [Node 008] pinging the node...
19:37:10.446 CNTRLR » [Node 010] pinging the node...
19:37:10.461 CNTRLR » [Node 013] pinging the node...
19:37:10.478 CNTRLR » [Node 014] pinging the node...
19:37:10.497 CNTRLR » [Node 015] pinging the node...
19:37:10.507 CNTRLR » [Node 016] pinging the node...
19:37:10.516 CNTRLR » [Node 017] pinging the node...
19:37:10.529 CNTRLR » [Node 018] pinging the node...
19:37:10.534 CNTRLR » [Node 019] pinging the node...
19:37:10.540 CNTRLR » [Node 020] pinging the node...
2021-05-23 19:37:10.549 INFO ZWAVE: Node 21 is asleep
19:37:10.564 CNTRLR [Node 021] The node is asleep.
19:37:10.570 CNTRLR » [Node 021] requesting node neighbors...
19:37:10.572 CNTRLR [Node 021] The node is ready to be used
19:37:10.583 CNTRLR » [Node 021] Assigning SUC return route...
2021-05-23 19:37:10.590 INFO ZWAVE: Node 22 is asleep
19:37:10.618 CNTRLR [Node 022] The node is asleep.
19:37:10.621 CNTRLR » [Node 022] requesting node neighbors...
19:37:10.628 CNTRLR [Node 022] The node is ready to be used
19:37:10.634 CNTRLR » [Node 022] Assigning SUC return route...
19:37:10.646 CNTRLR » [Node 023] pinging the node...
19:37:10.669 CNTRLR » [Node 024] pinging the node...
2021-05-23 19:37:10.709 INFO ZWAVE-SERVER: ZwaveJS server listening on port 3500
19:37:10.796 CNTRLR « [Node 001] node neighbors received: 4, 5, 7, 15, 17, 19, 20, 21, 22, 23
2021-05-23 19:37:10.817 INFO ZWAVE: Node 1 ready: Unknown manufacturer 0x0086 - Unknown product 0x005a (0x0001)
19:37:10.888 CNTRLR « [Node 021] node neighbors received: 1, 4, 5, 8, 10, 13, 15, 17, 19
2021-05-23 19:37:10.897 INFO ZWAVE: Node 21: value added 21-128-0-level => undefined
2021-05-23 19:37:10.900 INFO ZWAVE: Node 21: value added 21-128-0-isLow => undefined
2021-05-23 19:37:10.902 INFO ZWAVE: Node 21: value added 21-132-0-wakeUpInterval => undefined
2021-05-23 19:37:10.903 INFO MQTT: Subscribing to zwave/+/+/+/+/+/set
2021-05-23 19:37:10.904 INFO ZWAVE: Node 21: value added 21-132-0-controllerNodeId => undefined
2021-05-23 19:37:10.905 INFO ZWAVE: Node 21: value added 21-134-0-libraryType => undefined
2021-05-23 19:37:10.905 INFO ZWAVE: Node 21: value added 21-134-0-protocolVersion => undefined
2021-05-23 19:37:10.906 INFO ZWAVE: Node 21: value added 21-134-0-firmwareVersions => undefined
2021-05-23 19:37:10.906 INFO ZWAVE: Node 21: value added 21-134-0-hardwareVersion => undefined
2021-05-23 19:37:10.911 INFO ZWAVE: Node 21 ready: Unknown manufacturer 0xXXXX - Unknown product 0xXXXX (0xXXXX)
19:37:10.937 CNTRLR « [Node 022] node neighbors received: 1, 4, 5, 7, 8, 10, 13, 14, 15, 16, 17, 18,
19
2021-05-23 19:37:10.969 INFO ZWAVE: Node 22: value added 22-114-0-manufacturerId => undefined
2021-05-23 19:37:10.970 INFO ZWAVE: Node 22: value added 22-114-0-productType => undefined
2021-05-23 19:37:10.970 INFO ZWAVE: Node 22: value added 22-114-0-productId => undefined
2021-05-23 19:37:10.970 INFO ZWAVE: Node 22: value added 22-128-0-level => undefined
2021-05-23 19:37:10.988 INFO ZWAVE: Node 22: value added 22-128-0-isLow => undefined
2021-05-23 19:37:10.988 INFO ZWAVE: Node 22: value added 22-132-0-wakeUpInterval => undefined
2021-05-23 19:37:10.989 INFO ZWAVE: Node 22: value added 22-132-0-controllerNodeId => undefined
2021-05-23 19:37:10.989 INFO ZWAVE: Node 22: value added 22-134-0-libraryType => undefined
2021-05-23 19:37:10.990 INFO ZWAVE: Node 22: value added 22-134-0-protocolVersion => undefined
2021-05-23 19:37:10.990 INFO ZWAVE: Node 22: value added 22-134-0-firmwareVersions => undefined
2021-05-23 19:37:10.991 INFO ZWAVE: Node 22: value added 22-134-0-hardwareVersion => undefined
2021-05-23 19:37:11.014 INFO ZWAVE: Node 22 ready: Unknown manufacturer 0xXXXX - Unknown product 0xXXXX (0xXXXX)
2021-05-23 19:37:11.318 INFO ZWAVE: Node 4 is alive
19:37:11.350 CNTRLR [Node 004] The node is alive.
19:37:11.376 CNTRLR » [Node 004] requesting node neighbors...
19:37:11.459 CNTRLR [Node 004] The node is ready to be used
19:37:11.478 CNTRLR « [Node 004] ping successful
19:37:11.496 CNTRLR » [Node 004] Assigning SUC return route...
2021-05-23 19:37:12.684 INFO ZWAVE: Node 5 is alive
19:37:12.685 CNTRLR [Node 005] The node is alive.
19:37:12.685 CNTRLR » [Node 005] requesting node neighbors...
19:37:12.688 CNTRLR [Node 005] The node is ready to be used
19:37:12.688 CNTRLR « [Node 005] ping successful
19:37:12.688 CNTRLR » [Node 005] Assigning SUC return route...
19:37:12.810 CNTRLR « [Node 004] node neighbors received: 1, 5, 8, 19, 20, 21, 22
2021-05-23 19:37:12.962 INFO ZWAVE: Node 4: value added 4-37-0-currentValue => undefined
2021-05-23 19:37:12.963 INFO ZWAVE: Node 4: value added 4-37-0-targetValue => undefined
2021-05-23 19:37:12.964 INFO ZWAVE: Node 4: value added 4-114-0-manufacturerId => undefined
2021-05-23 19:37:12.964 INFO ZWAVE: Node 4: value added 4-114-0-productType => undefined
2021-05-23 19:37:12.965 INFO ZWAVE: Node 4: value added 4-114-0-productId => undefined
2021-05-23 19:37:12.965 INFO ZWAVE: Node 4: value added 4-134-0-libraryType => undefined
2021-05-23 19:37:12.966 INFO ZWAVE: Node 4: value added 4-134-0-protocolVersion => undefined
2021-05-23 19:37:13.019 INFO ZWAVE: Node 4: value added 4-134-0-firmwareVersions => undefined
2021-05-23 19:37:13.035 INFO ZWAVE: Node 4: value added 4-134-0-hardwareVersion => undefined
2021-05-23 19:37:13.038 INFO ZWAVE: Node 4 ready: Unknown manufacturer 0xXXXX - Unknown product 0xXXXX (0xXXXX)
19:37:13.406 CNTRLR « [Node 005] node neighbors received: 1, 4, 8, 13, 18, 19, 21, 22, 23
2021-05-23 19:37:13.497 INFO ZWAVE: Node 5: value added 5-37-0-currentValue => undefined
2021-05-23 19:37:13.498 INFO ZWAVE: Node 5: value added 5-37-0-targetValue => undefined
2021-05-23 19:37:13.498 INFO ZWAVE: Node 5: value added 5-38-0-targetValue => undefined
2021-05-23 19:37:13.536 INFO ZWAVE: Node 5: value added 5-38-0-duration => NaNs
2021-05-23 19:37:13.553 INFO ZWAVE: Node 5: value added 5-38-0-currentValue => undefined
2021-05-23 19:37:13.561 INFO ZWAVE: Node 5: value added 5-91-0-slowRefresh => undefined
2021-05-23 19:37:13.577 INFO ZWAVE: Node 5: value added 5-114-0-manufacturerId => undefined
2021-05-23 19:37:13.578 INFO ZWAVE: Node 5: value added 5-114-0-productType => undefined
2021-05-23 19:37:13.580 INFO ZWAVE: Node 5: value added 5-114-0-productId => undefined
2021-05-23 19:37:13.591 INFO ZWAVE: Node 5: value added 5-134-0-libraryType => undefined
2021-05-23 19:37:13.592 INFO ZWAVE: Node 5: value added 5-134-0-protocolVersion => undefined
2021-05-23 19:37:13.593 INFO ZWAVE: Node 5: value added 5-134-0-firmwareVersions => undefined
2021-05-23 19:37:13.593 INFO ZWAVE: Node 5: value added 5-134-0-hardwareVersion => undefined
2021-05-23 19:37:13.595 INFO ZWAVE: Node 5: value added 5-134-0-sdkVersion => undefined
2021-05-23 19:37:13.676 INFO ZWAVE: Node 5: value added 5-134-0-applicationFrameworkAPIVersion => undefined
2021-05-23 19:37:13.677 INFO ZWAVE: Node 5: value added 5-134-0-applicationFrameworkBuildNumber => undefined
2021-05-23 19:37:13.677 INFO ZWAVE: Node 5: value added 5-134-0-hostInterfaceVersion => undefined
2021-05-23 19:37:13.678 INFO ZWAVE: Node 5: value added 5-134-0-hostInterfaceBuildNumber => undefined
2021-05-23 19:37:13.678 INFO ZWAVE: Node 5: value added 5-134-0-zWaveProtocolVersion => undefined
2021-05-23 19:37:13.678 INFO ZWAVE: Node 5: value added 5-134-0-zWaveProtocolBuildNumber => undefined
2021-05-23 19:37:13.723 INFO ZWAVE: Node 5: value added 5-134-0-applicationVersion => undefined
2021-05-23 19:37:13.733 INFO ZWAVE: Node 5: value added 5-134-0-applicationBuildNumber => undefined
2021-05-23 19:37:13.788 INFO ZWAVE: Node 5 ready: Unknown manufacturer 0xXXXX - Unknown product 0xXXXX (0xXXXX)
19:37:19.241 CNTRLR [Node 007] Node 7 did not respond after 1 attempts, it is presumed dead
2021-05-23 19:37:19.242 INFO ZWAVE: Node 7 is dead
19:37:19.243 CNTRLR [Node 007] The node is dead.
19:37:19.249 CNTRLR [Node 007] ping failed: Failed to send the command after 1 attempts (Status No
Ack)
2021-05-23 19:37:22.046 INFO ZWAVE: Node 5: metadata updated: 50-0-value-65537
2021-05-23 19:37:22.111 INFO ZWAVE: Node 5: value added: 50-0-value-65537 => 5.93
2021-05-23 19:37:22.136 INFO ZWAVE: Node 5: value added 5-50-0-value-65537 => 5.93
2021-05-23 19:37:22.210 INFO ZWAVE: Node 4: metadata updated: 50-0-value-65537
2021-05-23 19:37:22.230 INFO ZWAVE: Node 4: value added: 50-0-value-65537 => 2844.87
2021-05-23 19:37:22.238 INFO ZWAVE: Node 4: value added 4-50-0-value-65537 => 2844.87
2021-05-23 19:37:22.397 INFO ZWAVE: Node 24: metadata updated: 50-0-value-65537
2021-05-23 19:37:22.448 INFO ZWAVE: Node 24: value added: 50-0-value-65537 => 1.25
19:37:24.579 CNTRLR [Node 008] Node 8 did not respond after 1 attempts, it is presumed dead
2021-05-23 19:37:24.657 INFO ZWAVE: Node 8 is dead
19:37:24.678 CNTRLR [Node 008] The node is dead.
19:37:24.848 CNTRLR [Node 008] ping failed: Failed to send the command after 1 attempts (Status No
Ack)
19:37:30.400 CNTRLR [Node 010] Node 10 did not respond after 1 attempts, it is presumed dead
2021-05-23 19:37:30.443 INFO ZWAVE: Node 10 is dead
19:37:30.447 CNTRLR [Node 010] The node is dead.
19:37:30.495 CNTRLR [Node 010] ping failed: Failed to send the command after 1 attempts (Status No
Ack)
19:37:36.028 CNTRLR [Node 013] Node 13 did not respond after 1 attempts, it is presumed dead
2021-05-23 19:37:36.029 INFO ZWAVE: Node 13 is dead
19:37:36.031 CNTRLR [Node 013] The node is dead.
19:37:36.040 CNTRLR [Node 013] ping failed: Failed to send the command after 1 attempts (Status No
Ack)
2021-05-23 19:37:41.062 INFO MQTT: Message received on homeassistant/status, 'online'
2021-05-23 19:37:41.065 INFO GATEWAY: Home Assistant is ONLINE
19:37:41.693 CNTRLR [Node 014] Node 14 did not respond after 1 attempts, it is presumed dead
2021-05-23 19:37:41.696 INFO ZWAVE: Node 14 is dead
19:37:41.697 CNTRLR [Node 014] The node is dead.
19:37:41.740 CNTRLR [Node 014] ping failed: Failed to send the command after 1 attempts (Status No
Ack)
19:37:48.176 CNTRLR [Node 015] Node 15 did not respond after 1 attempts, it is presumed dead
2021-05-23 19:37:48.177 INFO ZWAVE: Node 15 is dead
19:37:48.178 CNTRLR [Node 015] The node is dead.
19:37:48.185 CNTRLR [Node 015] ping failed: Failed to send the command after 1 attempts (Status No
Ack)
19:37:53.893 CNTRLR [Node 016] Node 16 did not respond after 1 attempts, it is presumed dead
2021-05-23 19:37:53.894 INFO ZWAVE: Node 16 is dead
19:37:53.894 CNTRLR [Node 016] The node is dead.
19:37:53.900 CNTRLR [Node 016] ping failed: Failed to send the command after 1 attempts (Status No
Ack)
19:37:59.446 CNTRLR [Node 017] Node 17 did not respond after 1 attempts, it is presumed dead
2021-05-23 19:37:59.447 INFO ZWAVE: Node 17 is dead
19:37:59.448 CNTRLR [Node 017] The node is dead.
19:37:59.475 CNTRLR [Node 017] ping failed: Failed to send the command after 1 attempts (Status No
Ack)
19:38:05.419 CNTRLR [Node 018] Node 18 did not respond after 1 attempts, it is presumed dead
2021-05-23 19:38:05.434 INFO ZWAVE: Node 18 is dead
19:38:05.438 CNTRLR [Node 018] The node is dead.
19:38:05.482 CNTRLR [Node 018] ping failed: Failed to send the command after 1 attempts (Status No
Ack)
2021-05-23 19:38:05.675 INFO ZWAVE: Node 19 is alive
19:38:05.679 CNTRLR [Node 019] The node is alive.
19:38:05.688 CNTRLR » [Node 019] requesting node neighbors...
19:38:05.699 CNTRLR [Node 019] The node is ready to be used
19:38:05.738 CNTRLR « [Node 019] ping successful
19:38:05.742 CNTRLR » [Node 019] Assigning SUC return route...
2021-05-23 19:38:07.045 INFO ZWAVE: Node 20 is alive
19:38:07.049 CNTRLR [Node 020] The node is alive.
19:38:07.059 CNTRLR » [Node 020] requesting node neighbors...
19:38:07.071 CNTRLR [Node 020] The node is ready to be used
19:38:07.108 CNTRLR « [Node 020] ping successful
19:38:07.114 CNTRLR » [Node 020] Assigning SUC return route...
19:38:07.311 CNTRLR « [Node 019] node neighbors received: 1, 4, 5, 7, 8, 10, 13, 17, 21, 22, 23, 24
2021-05-23 19:38:07.348 INFO ZWAVE: Node 19: value added 19-32-0-currentValue => undefined
2021-05-23 19:38:07.366 INFO ZWAVE: Node 19: value added 19-32-0-targetValue => undefined
2021-05-23 19:38:07.370 INFO ZWAVE: Node 19: value added 19-114-0-manufacturerId => undefined
2021-05-23 19:38:07.374 INFO ZWAVE: Node 19: value added 19-114-0-productType => undefined
2021-05-23 19:38:07.377 INFO ZWAVE: Node 19: value added 19-114-0-productId => undefined
2021-05-23 19:38:07.380 INFO ZWAVE: Node 19: value added 19-128-0-level => undefined
2021-05-23 19:38:07.383 INFO ZWAVE: Node 19: value added 19-128-0-isLow => undefined
2021-05-23 19:38:07.386 INFO ZWAVE: Node 19: value added 19-132-0-wakeUpInterval => undefined
2021-05-23 19:38:07.390 INFO ZWAVE: Node 19: value added 19-132-0-controllerNodeId => undefined
2021-05-23 19:38:07.398 INFO ZWAVE: Node 19: value added 19-134-0-libraryType => undefined
2021-05-23 19:38:07.401 INFO ZWAVE: Node 19: value added 19-134-0-protocolVersion => undefined
2021-05-23 19:38:07.406 INFO ZWAVE: Node 19: value added 19-134-0-firmwareVersions => undefined
2021-05-23 19:38:07.410 INFO ZWAVE: Node 19: value added 19-134-0-hardwareVersion => undefined
2021-05-23 19:38:07.426 INFO ZWAVE: Node 19 ready: Unknown manufacturer 0xXXXX - Unknown product 0xXXXX (0xXXXX)
19:38:07.513 CNTRLR « [Node 020] node neighbors received: 1, 4
2021-05-23 19:38:07.565 INFO ZWAVE: Node 20: value added 20-98-0-currentMode => undefined
2021-05-23 19:38:07.574 INFO ZWAVE: Node 20: value added 20-98-0-targetMode => undefined
2021-05-23 19:38:07.580 INFO ZWAVE: Node 20: value added 20-98-0-outsideHandlesCanOpenDoor => undefined
2021-05-23 19:38:07.587 INFO ZWAVE: Node 20: value added 20-98-0-insideHandlesCanOpenDoor => undefined
2021-05-23 19:38:07.595 INFO ZWAVE: Node 20: value added 20-98-0-latchStatus => undefined
2021-05-23 19:38:07.598 INFO ZWAVE: Node 20: value added 20-98-0-boltStatus => undefined
2021-05-23 19:38:07.601 INFO ZWAVE: Node 20: value added 20-98-0-doorStatus => undefined
2021-05-23 19:38:07.607 INFO ZWAVE: Node 20: value added 20-98-0-lockTimeout => undefined
2021-05-23 19:38:07.610 INFO ZWAVE: Node 20: value added 20-98-0-operationType => undefined
2021-05-23 19:38:07.614 INFO ZWAVE: Node 20: value added 20-98-0-outsideHandlesCanOpenDoorConfiguration => undefined
2021-05-23 19:38:07.617 INFO ZWAVE: Node 20: value added 20-98-0-insideHandlesCanOpenDoorConfiguration => undefined
2021-05-23 19:38:07.621 INFO ZWAVE: Node 20: value added 20-98-0-lockTimeoutConfiguration => undefined
2021-05-23 19:38:07.625 INFO ZWAVE: Node 20: value added 20-114-0-manufacturerId => undefined
2021-05-23 19:38:07.628 INFO ZWAVE: Node 20: value added 20-114-0-productType => undefined
2021-05-23 19:38:07.632 INFO ZWAVE: Node 20: value added 20-114-0-productId => undefined
2021-05-23 19:38:07.635 INFO ZWAVE: Node 20: value added 20-128-0-level => undefined
2021-05-23 19:38:07.640 INFO ZWAVE: Node 20: value added 20-128-0-isLow => undefined
2021-05-23 19:38:07.643 INFO ZWAVE: Node 20: value added 20-134-0-libraryType => undefined
2021-05-23 19:38:07.646 INFO ZWAVE: Node 20: value added 20-134-0-protocolVersion => undefined
2021-05-23 19:38:07.649 INFO ZWAVE: Node 20: value added 20-134-0-firmwareVersions => undefined
2021-05-23 19:38:07.653 INFO ZWAVE: Node 20: value added 20-139-0-dateAndTime => undefined
2021-05-23 19:38:07.684 INFO ZWAVE: Node 20 ready: Unknown manufacturer 0xXXXX - Unknown product 0xXXXX (0xXXXX)
2021-05-23 19:38:07.853 INFO ZWAVE: Node 23 is alive
19:38:07.872 CNTRLR [Node 023] The node is alive.
19:38:07.903 CNTRLR » [Node 023] requesting node neighbors...
19:38:07.905 CNTRLR [Node 023] The node is ready to be used
19:38:07.919 CNTRLR « [Node 023] ping successful
19:38:07.919 CNTRLR » [Node 023] Assigning SUC return route...
2021-05-23 19:38:08.185 INFO ZWAVE: Node 24 is alive
19:38:08.185 CNTRLR [Node 024] The node is alive.
19:38:08.212 CNTRLR » [Node 024] requesting node neighbors...
19:38:08.214 CNTRLR [Node 024] The node is ready to be used
19:38:08.214 CNTRLR All nodes are ready to be used
2021-05-23 19:38:08.215 INFO ZWAVE: Controller status: Scan completed
2021-05-23 19:38:08.215 INFO ZWAVE: Network scan complete. Found: 18 nodes
19:38:08.268 CNTRLR « [Node 024] ping successful
19:38:08.269 CNTRLR » [Node 024] Assigning SUC return route...
19:38:08.369 CNTRLR « [Node 023] node neighbors received: 1, 5, 7, 8, 10, 13, 14, 15, 17, 18, 19
2021-05-23 19:38:08.388 INFO ZWAVE: Node 23: value added 23-114-0-manufacturerId => undefined
2021-05-23 19:38:08.389 INFO ZWAVE: Node 23: value added 23-114-0-productType => undefined
2021-05-23 19:38:08.389 INFO ZWAVE: Node 23: value added 23-114-0-productId => undefined
2021-05-23 19:38:08.395 INFO ZWAVE: Node 23: value added 23-121-0-defaultVolume => undefined
2021-05-23 19:38:08.396 INFO ZWAVE: Node 23: value added 23-121-0-defaultToneId => undefined
2021-05-23 19:38:08.403 INFO ZWAVE: Node 23: value added 23-121-0-toneId => undefined
2021-05-23 19:38:08.403 INFO ZWAVE: Node 23: value added 23-121-0-volume => undefined
2021-05-23 19:38:08.404 INFO ZWAVE: Node 23: value added 23-134-0-libraryType => undefined
2021-05-23 19:38:08.405 INFO ZWAVE: Node 23: value added 23-134-0-protocolVersion => undefined
2021-05-23 19:38:08.411 INFO ZWAVE: Node 23: value added 23-134-0-firmwareVersions => undefined
2021-05-23 19:38:08.412 INFO ZWAVE: Node 23: value added 23-134-0-hardwareVersion => undefined
2021-05-23 19:38:08.414 INFO ZWAVE: Node 23 ready: Unknown manufacturer 0xXXXX - Unknown product 0xXXXX (0xXXXX)
19:38:08.533 CNTRLR « [Node 024] node neighbors received: 19
2021-05-23 19:38:08.551 INFO ZWAVE: Node 24: value added 24-37-0-currentValue => undefined
2021-05-23 19:38:08.567 INFO ZWAVE: Node 24: value added 24-37-0-targetValue => undefined
2021-05-23 19:38:08.568 INFO ZWAVE: Node 24: value added 24-38-0-targetValue => undefined
2021-05-23 19:38:08.575 INFO ZWAVE: Node 24: value added 24-38-0-duration => NaNs
2021-05-23 19:38:08.577 INFO ZWAVE: Node 24: value added 24-38-0-currentValue => undefined
2021-05-23 19:38:08.595 INFO ZWAVE: Node 24: value added 24-50-0-value-65537 => 1.25
2021-05-23 19:38:08.596 INFO ZWAVE: Node 24: value added 24-91-0-slowRefresh => undefined
2021-05-23 19:38:08.596 INFO ZWAVE: Node 24: value added 24-114-0-manufacturerId => undefined
2021-05-23 19:38:08.597 INFO ZWAVE: Node 24: value added 24-114-0-productType => undefined
2021-05-23 19:38:08.607 INFO ZWAVE: Node 24: value added 24-114-0-productId => undefined
2021-05-23 19:38:08.607 INFO ZWAVE: Node 24: value added 24-134-0-libraryType => undefined
2021-05-23 19:38:08.608 INFO ZWAVE: Node 24: value added 24-134-0-protocolVersion => undefined
2021-05-23 19:38:08.621 INFO ZWAVE: Node 24: value added 24-134-0-firmwareVersions => undefined
2021-05-23 19:38:08.693 INFO ZWAVE: Node 24: value added 24-134-0-hardwareVersion => undefined
2021-05-23 19:38:08.733 INFO ZWAVE: Node 24: value added 24-134-0-sdkVersion => undefined
2021-05-23 19:38:08.774 INFO ZWAVE: Node 24: value added 24-134-0-applicationFrameworkAPIVersion => undefined
2021-05-23 19:38:08.814 INFO ZWAVE: Node 24: value added 24-134-0-applicationFrameworkBuildNumber => undefined
2021-05-23 19:38:08.841 INFO ZWAVE: Node 24: value added 24-134-0-hostInterfaceVersion => undefined
2021-05-23 19:38:08.881 INFO ZWAVE: Node 24: value added 24-134-0-hostInterfaceBuildNumber => undefined
2021-05-23 19:38:08.890 INFO ZWAVE: Node 24: value added 24-134-0-zWaveProtocolVersion => undefined
2021-05-23 19:38:08.899 INFO ZWAVE: Node 24: value added 24-134-0-zWaveProtocolBuildNumber => undefined
2021-05-23 19:38:08.900 INFO ZWAVE: Node 24: value added 24-134-0-applicationVersion => undefined
2021-05-23 19:38:08.907 INFO ZWAVE: Node 24: value added 24-134-0-applicationBuildNumber => undefined
2021-05-23 19:38:08.936 INFO ZWAVE: Node 24 ready: Unknown manufacturer 0xXXXX - Unknown product 0xXXXX (0xXXXX)
2021-05-23 19:38:22.031 INFO ZWAVE: Node 5: value updated: 50-0-value-65537 5.93 => 5.93
2021-05-23 19:38:22.076 INFO ZWAVE: Node 24: value updated: 50-0-value-65537 1.25 => 1.25
2021-05-23 19:38:22.128 INFO ZWAVE: Node 5: value updated: 50-0-value-65537 5.93 => 5.93
2021-05-23 19:38:22.236 INFO ZWAVE: Node 5: value updated: 50-0-value-65537 5.93 => 5.93
2021-05-23 19:38:43.977 INFO APP: GET / 200 20.698 ms - 1371
2021-05-23 19:38:44.950 INFO APP: GET /static/css/app.58e718f18996a85e37a0.css 200 4.935 ms - 641856
2021-05-23 19:38:45.030 INFO APP: GET /static/js/app.ec16c48b540283ee36c8.js 200 2.614 ms - 1811026
2021-05-23 19:38:45.906 INFO APP: GET /static/favicons/apple-touch-icon.png 200 1.590 ms - 7413
2021-05-23 19:38:45.924 INFO APP: GET /static/favicons/favicon-16x16.png 200 1.448 ms - 1113
2021-05-23 19:38:48.393 INFO APP: GET /api/auth-enabled 304 5.812 ms - -
2021-05-23 19:38:48.880 INFO APP: GET /static/logo.png 200 2.950 ms - 10014
2021-05-23 19:38:51.247 INFO APP: GET /static/fonts/MaterialIcons-Regular.fa3334f.woff2 200 3.204 ms - 82492
2021-05-23 19:38:52.278 INFO APP: GET /api/settings 200 905.091 ms - 3930
2021-05-23 19:38:52.312 INFO APP: GET /api/auth-enabled 304 13.945 ms - -
19:39:09.629 DRIVER Could not check for config updates: Failed to download package information!
2021-05-23 19:39:09.632 INFO ZWAVE: Next update scheduled for: Mon May 24 2021 00:00:00 GMT+0200 (Central European Summer Time)
2021-05-23 19:39:22.032 INFO ZWAVE: Node 5: value updated: 50-0-value-65537 5.93 => 5.93
2021-05-23 19:39:22.078 INFO ZWAVE: Node 24: value updated: 50-0-value-65537 1.25 => 1.25
2021-05-23 19:39:22.088 INFO ZWAVE: Node 5: value updated: 50-0-value-65537 5.93 => 5.93
2021-05-23 19:40:21.990 INFO ZWAVE: Node 4: value updated: 50-0-value-65537 2844.87 => 2844.97
2021-05-23 19:40:22.010 INFO ZWAVE: Node 5: value updated: 50-0-value-65537 5.93 => 5.93
2021-05-23 19:40:22.189 INFO ZWAVE: Node 24: value updated: 50-0-value-65537 1.25 => 1.25
2021-05-23 19:41:22.000 INFO ZWAVE: Node 5: value updated: 50-0-value-65537 5.93 => 5.93
2021-05-23 19:41:22.264 INFO ZWAVE: Node 24: value updated: 50-0-value-65537 1.25 => 1.25
2021-05-23 19:42:22.083 INFO ZWAVE: Node 24: value updated: 50-0-value-65537 1.25 => 1.25
2021-05-23 19:42:22.129 INFO ZWAVE: Node 5: value updated: 50-0-value-65537 5.93 => 5.93
2021-05-23 19:42:22.169 INFO ZWAVE: Node 5: value updated: 50-0-value-65537 5.93 => 5.93
2021-05-23 19:42:22.200 INFO ZWAVE: Node 5: value updated: 50-0-value-65537 5.93 => 5.93
2021-05-23 19:42:22.238 INFO ZWAVE: Node 5: value updated: 50-0-value-65537 5.93 => 5.93
19:43:12.430 CNTRLR « [Node 022] received wakeup notification
2021-05-23 19:43:12.441 INFO ZWAVE: Node 22 is now awake
19:43:12.452 CNTRLR [Node 022] The node is now awake.
2021-05-23 19:43:21.995 INFO ZWAVE: Node 4: value updated: 50-0-value-65537 2844.97 => 2845.07
2021-05-23 19:43:22.089 INFO ZWAVE: Node 24: value updated: 50-0-value-65537 1.25 => 1.25
2021-05-23 19:43:22.115 INFO ZWAVE: Node 5: value updated: 50-0-value-65537 5.93 => 5.93
2021-05-23 19:44:21.989 INFO ZWAVE: Node 5: value updated: 50-0-value-65537 5.93 => 5.93
2021-05-23 19:44:22.099 INFO ZWAVE: Node 24: value updated: 50-0-value-65537 1.25 => 1.25
2021-05-23 19:44:23.499 INFO ZWAVE: Node 19: metadata updated: 49-0-Air temperature
2021-05-23 19:44:23.501 INFO ZWAVE: Node 19: value added: 49-0-Air temperature => 13.4
2021-05-23 19:44:23.501 INFO ZWAVE: Node 19: value added 19-49-0-Air temperature => 13.4
2021-05-23 19:44:23.776 INFO ZWAVE: Node 19: metadata updated: 49-0-Humidity
2021-05-23 19:44:23.782 INFO ZWAVE: Node 19: value added: 49-0-Humidity => 70
2021-05-23 19:44:23.785 INFO ZWAVE: Node 19: value added 19-49-0-Humidity => 70
2021-05-23 19:44:24.702 INFO ZWAVE: Node 19: value added: 128-0-level => 100
2021-05-23 19:44:24.706 INFO ZWAVE: Node 19: value added 19-128-0-level => 100
2021-05-23 19:44:24.713 INFO ZWAVE: Node 19: value added: 128-0-isLow => false
2021-05-23 19:44:24.715 INFO ZWAVE: Node 19: value added 19-128-0-isLow => false
2021-05-23 19:44:24.902 INFO ZWAVE: Node 19: metadata updated: 49-0-Illuminance
2021-05-23 19:44:24.913 INFO ZWAVE: Node 19: value added: 49-0-Illuminance => 166
2021-05-23 19:44:24.915 INFO ZWAVE: Node 19: value added 19-49-0-Illuminance => 166
2021-05-23 19:44:25.140 INFO ZWAVE: Node 19: metadata updated: 49-0-Ultraviolet
2021-05-23 19:44:25.149 INFO ZWAVE: Node 19: value added: 49-0-Ultraviolet => 0
2021-05-23 19:44:25.151 INFO ZWAVE: Node 19: value added 19-49-0-Ultraviolet => 0
2021-05-23 19:45:21.970 INFO ZWAVE: Node 5: value updated: 50-0-value-65537 5.93 => 5.93
2021-05-23 19:45:22.070 INFO ZWAVE: Node 24: value updated: 50-0-value-65537 1.25 => 1.25
2021-05-23 19:45:55.702 INFO APP: GET / 200 3.747 ms - 1371
2021-05-23 19:45:55.779 INFO APP: GET /static/css/app.58e718f18996a85e37a0.css 200 2.718 ms - 641856
2021-05-23 19:45:55.808 INFO APP: GET /static/js/app.ec16c48b540283ee36c8.js 200 3.062 ms - 1811026
2021-05-23 19:45:56.565 INFO APP: GET /api/auth-enabled 304 2.009 ms - -
2021-05-23 19:45:56.576 INFO APP: GET /static/favicons/favicon-32x32.png 200 1.882 ms - 1831
2021-05-23 19:45:56.968 INFO APP: GET /static/logo.png 200 45.673 ms - 10014
2021-05-23 19:45:57.006 INFO APP: GET /static/favicons/favicon-32x32.png 304 25.638 ms - -
2021-05-23 19:45:57.295 INFO APP: GET /api/settings 200 370.806 ms - 3930
2021-05-23 19:45:57.345 INFO APP: GET /api/auth-enabled 304 10.754 ms - -
2021-05-23 19:45:57.357 INFO APP: GET /static/fonts/MaterialIcons-Regular.fa3334f.woff2 200 26.202 ms - 82492
2021-05-23 19:45:59.422 INFO APP: GET /api/store 200 19.571 ms - 944
2021-05-23 19:46:08.062 INFO APP: GET /api/store?path=%2Fusr%2Fsrc%2Fapp%2Fstore%2FUtyT68TlYx_lSDj7sx4GWzuMq2FLhcW6.json 200 3.817 ms - 190
2021-05-23 19:46:10.197 INFO APP: GET /api/store?path=%2Fusr%2Fsrc%2Fapp%2Fstore%2Fd10e7639.json 200 7.511 ms - 200561
2021-05-23 19:46:13.571 INFO APP: GET /api/store?path=%2Fusr%2Fsrc%2Fapp%2Fstore%2Fd10e7639.metadata.jsonl 200 2.128 ms - 2714
2021-05-23 19:46:15.281 INFO APP: GET /api/store?path=%2Fusr%2Fsrc%2Fapp%2Fstore%2Fd10e7639.values.jsonl 200 13.727 ms - 7374
2021-05-23 19:46:16.315 INFO APP: GET /api/store?path=%2Fusr%2Fsrc%2Fapp%2Fstore%2Fnodes.json 200 10.008 ms - 994
2021-05-23 19:46:18.613 INFO APP: GET /api/store?path=%2Fusr%2Fsrc%2Fapp%2Fstore%2Fsettings.json 200 10.051 ms - 911
2021-05-23 19:46:19.389 INFO APP: GET /api/store?path=%2Fusr%2Fsrc%2Fapp%2Fstore%2Fusers.json 200 4.563 ms - 221
2021-05-23 19:46:21.978 INFO ZWAVE: Node 4: value updated: 50-0-value-65537 2845.07 => 2845.17
2021-05-23 19:46:22.016 INFO ZWAVE: Node 5: value updated: 50-0-value-65537 5.93 => 5.93
2021-05-23 19:46:22.070 INFO ZWAVE: Node 24: value updated: 50-0-value-65537 1.25 => 1.25
2021-05-23 19:46:22.086 INFO ZWAVE: Node 5: value updated: 50-0-value-65537 5.93 => 5.93
2021-05-23 19:46:25.458 INFO ZWAVE: Calling api _getScenes with args: [ [length]: 0 ]
2021-05-23 19:46:25.461 INFO ZWAVE: Success zwave api call _getScenes {
success: true,
message: 'Success zwave api call',
result: [ [length]: 0 ]
}
2021-05-23 19:46:26.551 INFO APP: GET /api/settings 304 249.796 ms - -
2021-05-23 19:46:26.609 INFO APP: GET /api/auth-enabled 304 1.907 ms - -
2021-05-23 19:46:28.266 INFO ZWAVE: Calling api refreshNeighbors with args: [ [length]: 0 ]
19:46:28.268 CNTRLR » [Node 001] requesting node neighbors...
19:46:28.300 CNTRLR « [Node 001] node neighbors received: 4, 5, 7, 15, 17, 19, 20, 21, 22, 23
19:46:28.304 CNTRLR » [Node 004] requesting node neighbors...
19:46:28.354 CNTRLR « [Node 004] node neighbors received: 1, 5, 8, 19, 20, 21, 22
19:46:28.361 CNTRLR » [Node 005] requesting node neighbors...
19:46:28.410 CNTRLR « [Node 005] node neighbors received: 1, 4, 8, 13, 18, 19, 21, 22, 23
19:46:28.414 CNTRLR » [Node 007] requesting node neighbors...
19:46:28.462 CNTRLR « [Node 007] node neighbors received: 1, 8, 15, 17, 18, 19, 22, 23
19:46:28.466 CNTRLR » [Node 008] requesting node neighbors...
19:46:28.511 CNTRLR « [Node 008] node neighbors received: 4, 5, 7, 13, 15, 16, 18, 19, 21, 22, 23
19:46:28.512 CNTRLR » [Node 010] requesting node neighbors...
19:46:28.539 CNTRLR « [Node 010] node neighbors received: 13, 15, 16, 17, 19, 21, 22, 23
19:46:28.540 CNTRLR » [Node 013] requesting node neighbors...
19:46:28.559 CNTRLR « [Node 013] node neighbors received: 5, 8, 10, 15, 16, 17, 18, 19, 21, 22, 23
19:46:28.560 CNTRLR » [Node 014] requesting node neighbors...
19:46:28.574 CNTRLR « [Node 014] node neighbors received: 15, 17, 22, 23
19:46:28.574 CNTRLR » [Node 015] requesting node neighbors...
19:46:28.588 CNTRLR « [Node 015] node neighbors received: 1, 7, 8, 10, 13, 14, 16, 17, 18, 21, 22, 2
3
19:46:28.590 CNTRLR » [Node 016] requesting node neighbors...
19:46:28.611 CNTRLR « [Node 016] node neighbors received: 8, 10, 13, 15, 22
19:46:28.612 CNTRLR » [Node 017] requesting node neighbors...
19:46:28.623 CNTRLR « [Node 017] node neighbors received: 1, 7, 10, 13, 14, 15, 18, 19, 21, 22, 23
19:46:28.624 CNTRLR » [Node 018] requesting node neighbors...
19:46:28.634 CNTRLR « [Node 018] node neighbors received: 5, 7, 8, 13, 15, 17, 22, 23
19:46:28.639 CNTRLR » [Node 019] requesting node neighbors...
19:46:28.669 CNTRLR « [Node 019] node neighbors received: 1, 4, 5, 7, 8, 10, 13, 17, 21, 22, 23, 24
19:46:28.670 CNTRLR » [Node 020] requesting node neighbors...
19:46:28.693 CNTRLR « [Node 020] node neighbors received: 1, 4
19:46:28.693 CNTRLR » [Node 021] requesting node neighbors...
19:46:28.710 CNTRLR « [Node 021] node neighbors received: 1, 4, 5, 8, 10, 13, 15, 17, 19
19:46:28.712 CNTRLR » [Node 022] requesting node neighbors...
19:46:28.748 CNTRLR « [Node 022] node neighbors received: 1, 4, 5, 7, 8, 10, 13, 14, 15, 16, 17, 18,
19
19:46:28.751 CNTRLR » [Node 023] requesting node neighbors...
19:46:28.765 CNTRLR « [Node 023] node neighbors received: 1, 5, 7, 8, 10, 13, 14, 15, 17, 18, 19
19:46:28.766 CNTRLR » [Node 024] requesting node neighbors...
19:46:28.781 CNTRLR « [Node 024] node neighbors received: 19
2021-05-23 19:46:28.792 INFO ZWAVE: Success zwave api call refreshNeighbors {
success: true,
message: 'Success zwave api call',
result: {
'1': [ 4, 5, 7, 15, 17, 19, 20, 21, 22, 23, [length]: 10 ],
'4': [ 1, 5, 8, 19, 20, 21, 22, [length]: 7 ],
'5': [ 1, 4, 8, 13, 18, 19, 21, 22, 23, [length]: 9 ],
'7': [ 1, 8, 15, 17, 18, 19, 22, 23, [length]: 8 ],
'8': [ 4, 5, 7, 13, 15, 16, 18, 19, 21, 22, 23, [length]: 11 ],
'10': [ 13, 15, 16, 17, 19, 21, 22, 23, [length]: 8 ],
'13': [ 5, 8, 10, 15, 16, 17, 18, 19, 21, 22, 23, [length]: 11 ],
'14': [ 15, 17, 22, 23, [length]: 4 ],
'15': [ 1, 7, 8, 10, 13, 14, 16, 17, 18, 21, 22, 23, [length]: 12 ],
'16': [ 8, 10, 13, 15, 22, [length]: 5 ],
'17': [ 1, 7, 10, 13, 14, 15, 18, 19, 21, 22, 23, [length]: 11 ],
'18': [ 5, 7, 8, 13, 15, 17, 22, 23, [length]: 8 ],
'19': [ 1, 4, 5, 7, 8, 10, 13, 17, 21, 22, 23, 24, [length]: 12 ],
'20': [ 1, 4, [length]: 2 ],
'21': [ 1, 4, 5, 8, 10, 13, 15, 17, 19, [length]: 9 ],
'22': [ 1, 4, 5, 7, 8, 10, 13, 14, 15, 16, 17, 18, 19, [length]: 13 ],
'23': [ 1, 5, 7, 8, 10, 13, 14, 15, 17, 18, 19, [length]: 11 ],
'24': [ 19, [length]: 1 ]
}
}
2021-05-23 19:46:31.802 INFO APP: GET /api/store 200 3.698 ms - 944
2021-05-23 19:47:21.958 INFO ZWAVE: Node 5: value updated: 50-0-value-65537 5.93 => 5.93
2021-05-23 19:47:22.050 INFO ZWAVE: Node 24: value updated: 50-0-value-65537 1.25 => 1.25
2021-05-23 19:48:21.962 INFO ZWAVE: Node 5: value updated: 50-0-value-65537 5.93 => 5.93
2021-05-23 19:48:22.061 INFO ZWAVE: Node 24: value updated: 50-0-value-65537 1.25 => 1.25
2021-05-23 19:49:21.958 INFO ZWAVE: Node 5: value updated: 50-0-value-65537 5.93 => 5.93
2021-05-23 19:49:22.051 INFO ZWAVE: Node 24: value updated: 50-0-value-65537 1.25 => 1.25
2021-05-23 19:49:57.933 INFO ZWAVE: Node 4: value updated: 50-0-value-65537 2845.17 => 2845.28
2021-05-23 19:50:21.946 INFO ZWAVE: Node 5: value updated: 50-0-value-65537 5.93 => 5.93
2021-05-23 19:50:22.046 INFO ZWAVE: Node 24: value updated: 50-0-value-65537 1.25 => 1.25
2021-05-23 19:51:21.949 INFO ZWAVE: Node 5: value updated: 50-0-value-65537 5.93 => 5.93
2021-05-23 19:51:22.041 INFO ZWAVE: Node 24: value updated: 50-0-value-65537 1.25 => 1.25
2021-05-23 19:52:21.947 INFO ZWAVE: Node 5: value updated: 50-0-value-65537 5.93 => 5.93
2021-05-23 19:52:22.048 INFO ZWAVE: Node 24: value updated: 50-0-value-65537 1.25 => 1.25
2021-05-23 19:52:57.944 INFO ZWAVE: Node 4: value updated: 50-0-value-65537 2845.28 => 2845.38
2021-05-23 19:53:04.843 INFO ZWAVE: Node 22: metadata updated: 49-0-Illuminance
2021-05-23 19:53:04.849 INFO ZWAVE: Node 22: value added: 49-0-Illuminance => 55
2021-05-23 19:53:04.849 INFO ZWAVE: Node 22: value added 22-49-0-Illuminance => 55
2021-05-23 19:53:21.973 INFO ZWAVE: Node 5: value updated: 50-0-value-65537 5.93 => 5.93
2021-05-23 19:53:22.067 INFO ZWAVE: Node 24: value updated: 50-0-value-65537 1.25 => 1.25
2021-05-23 19:54:21.985 INFO ZWAVE: Node 5: value updated: 50-0-value-65537 5.93 => 5.93
2021-05-23 19:54:22.614 INFO ZWAVE: Node 24: value updated: 50-0-value-65537 1.25 => 1.25
2021-05-23 19:54:23.476 INFO ZWAVE: Node 19: metadata updated: 49-0-Air temperature
2021-05-23 19:54:23.480 INFO ZWAVE: Node 19: value updated: 49-0-Air temperature 13.4 => 13.9
2021-05-23 19:54:23.658 INFO ZWAVE: Node 24: value updated: 50-0-value-65537 1.25 => 1.25
2021-05-23 19:54:23.775 INFO ZWAVE: Node 19: metadata updated: 49-0-Humidity
2021-05-23 19:54:23.786 INFO ZWAVE: Node 19: value updated: 49-0-Humidity 70 => 70
2021-05-23 19:54:23.935 INFO ZWAVE: Node 24: value updated: 50-0-value-65537 1.25 => 1.25
2021-05-23 19:54:24.695 INFO ZWAVE: Node 19: value updated: 128-0-level 100 => 100
2021-05-23 19:54:24.707 INFO ZWAVE: Node 19: value updated: 128-0-isLow false => false
2021-05-23 19:54:24.892 INFO ZWAVE: Node 19: metadata updated: 49-0-Illuminance
2021-05-23 19:54:24.895 INFO ZWAVE: Node 19: value updated: 49-0-Illuminance 166 => 212
2021-05-23 19:54:25.131 INFO ZWAVE: Node 19: metadata updated: 49-0-Ultraviolet
2021-05-23 19:54:25.133 INFO ZWAVE: Node 19: value updated: 49-0-Ultraviolet 0 => 0
2021-05-23 19:55:21.975 INFO ZWAVE: Node 24: value updated: 50-0-value-65537 1.25 => 1.25
2021-05-23 19:55:22.036 INFO ZWAVE: Node 5: value updated: 50-0-value-65537 5.93 => 5.93
2021-05-23 19:55:57.979 INFO ZWAVE: Node 4: value updated: 50-0-value-65537 2845.38 => 2845.48
2021-05-23 19:56:21.986 INFO ZWAVE: Node 24: value updated: 50-0-value-65537 1.25 => 1.25
2021-05-23 19:56:22.086 INFO ZWAVE: Node 5: value updated: 50-0-value-65537 5.93 => 5.93
2021-05-23 19:56:31.117 INFO ZWAVE-SERVER: Client disconnected
2021-05-23 19:57:21.975 INFO ZWAVE: Node 24: value updated: 50-0-value-65537 1.25 => 1.25
2021-05-23 19:57:22.089 INFO ZWAVE: Node 5: value updated: 50-0-value-65537 5.93 => 5.93
2021-05-23 19:58:21.987 INFO ZWAVE: Node 24: value updated: 50-0-value-65537 1.25 => 1.25
2021-05-23 19:58:22.038 INFO ZWAVE: Node 5: value updated: 50-0-value-65537 5.93 => 5.93
2021-05-23 19:58:57.990 INFO ZWAVE: Node 4: value updated: 50-0-value-65537 2845.48 => 2845.58
2021-05-23 19:59:21.982 INFO ZWAVE: Node 24: value updated: 50-0-value-65537 1.25 => 1.25
2021-05-23 19:59:22.059 INFO ZWAVE: Node 5: value updated: 50-0-value-65537 5.93 => 5.93
2021-05-23 19:59:43.067 INFO ZWAVE: Node 21: value added: 128-0-level => 100
2021-05-23 19:59:43.067 INFO ZWAVE: Node 21: value added 21-128-0-level => 100
2021-05-23 19:59:43.070 INFO ZWAVE: Node 21: value added: 128-0-isLow => false
2021-05-23 19:59:43.070 INFO ZWAVE: Node 21: value added 21-128-0-isLow => false
2021-05-23 19:59:43.552 INFO ZWAVE: Node 21: metadata updated: 49-0-Air temperature
2021-05-23 19:59:43.560 INFO ZWAVE: Node 21: value added: 49-0-Air temperature => 11.5
2021-05-23 19:59:43.561 INFO ZWAVE: Node 21: value added 21-49-0-Air temperature => 11.5
19:59:43.731 CNTRLR « [Node 021] received wakeup notification
2021-05-23 19:59:43.737 INFO ZWAVE: Node 21 is now awake
19:59:43.745 CNTRLR [Node 021] The node is now awake.
19:59:45.727 CNTRLR » [Node 021] Sending node back to sleep...
2021-05-23 19:59:45.918 INFO ZWAVE: Node 21 is now asleep
19:59:45.930 CNTRLR [Node 021] The node is now asleep.
2021-05-23 20:00:21.991 INFO ZWAVE: Node 24: value updated: 50-0-value-65537 1.25 => 1.25
2021-05-23 20:00:22.106 INFO ZWAVE: Node 5: value updated: 50-0-value-65537 5.93 => 5.93
2021-05-23 20:01:21.991 INFO ZWAVE: Node 24: value updated: 50-0-value-65537 1.25 => 1.25
2021-05-23 20:01:22.088 INFO ZWAVE: Node 5: value updated: 50-0-value-65537 5.93 => 5.93
2021-05-23 20:01:57.982 INFO ZWAVE: Node 4: value updated: 50-0-value-65537 2845.58 => 2845.68
2021-05-23 20:02:21.985 INFO ZWAVE: Node 24: value updated: 50-0-value-65537 1.25 => 1.25
2021-05-23 20:02:22.007 INFO ZWAVE: Node 5: value updated: 50-0-value-65537 5.93 => 5.93
2021-05-23 20:02:22.051 INFO ZWAVE: Node 5: value updated: 50-0-value-65537 5.93 => 5.93
2021-05-23 20:02:22.081 INFO ZWAVE: Node 5: value updated: 50-0-value-65537 5.93 => 5.93
2021-05-23 20:03:21.993 INFO ZWAVE: Node 24: value updated: 50-0-value-65537 1.25 => 1.25
2021-05-23 20:03:22.017 INFO ZWAVE: Node 5: value updated: 50-0-value-65537 5.93 => 5.93
2021-05-23 20:03:22.070 INFO ZWAVE: Node 5: value updated: 50-0-value-65537 5.93 => 5.93
@AlCalzone
Only problem though is that everyone reports his issues here after re-interviewing the nodes, but I need to see the cache files directly after it broke.
👆🏻
I'm going to merge the PR which is going to close this issue. If the issue persists with the next version ([email protected]), feel free to reopen.
I have a system that encountered this issue last week. At the time, it was running 7.2.1. I've since upgraded to 7.7.1 and the issue persists (not having re-interviewed the nodes). Is that expected? Asking not to sound daft but in case the log would be useful to you. Thanks.
@nop-ad-infinitum If you can share a driver log of the startup and the cache files before re-interviewing, that would be good.
It might be necessary to re-interview to fix the lost info (if it was really lost) - so maybe what you're seeing just didn't fix itself yet.
Apologies, I realized I may be confused by the terms "re-interviewing" and/or "manually re-interviewing" (from OP) and quite possibly wasting your time. My log and cache files are attached, however.
I can't tell exactly, because the loglevel is too low - but it looks like your stick hangs. Try power cycling it.
I ended up solving this issue with a backup, but it has happened to me multiple times. Aeotec stick, virtual machine on windows, power failure leads to losing all my nodes. They've all shown up as dead, and I also got an error "info zwave: controller status: driver: failed to initialize the driver: timeout while waiting for an ack from the controller". I don't have nay logs to share, but I did get that from my google search history. According to various forum searches with the same error, it looks like a similar error happens when you have the Zwave JS integration installed and forget to uncheck to use the default add-on. But of course I had everything working correctly beforehand, so it does appear to be something with losing power.
Unplugging and replugging in the stick from my physical machine and the virtual machine also helped, but only after reinstalling the add-on and the integration, and so I lost the names of all my nodes. Ended up just going for a system restore and the problem went away.
Hope some of that info helps, but if not: allow me to push everyone to get the google drive snapshot backup add-on. I learned my lesson the first time this happened, so it was much easier to fix this most recent time.
@ALCalzone My bad- I thought I had the log level set to silly. I did try rebooting the host and unplugging the stick.
Oddly enough, that system suffered another power outage as you posted your reply. The host is still online, but since not all nodes are on a UPS, I'll wait until power is restored to re-run and upload new files.
@drphungky Good tips. In my case it's a simple dev setup so no worries.
Here's my level 6 log and cache. I must be doing something wrong with Driver.updateLogConfig(), but the constructor option works.
Hey all, this is unfortunately either still not resolved, or regressed back alive partially.
After a power failure, all my nodes are still seem configured (compared to previously where all columns in the table became unknown) and there's still data coming from them (e.g. I can map the network, they respond to ping and they send data to zwavejs). But all secure nodes display "unknown" in their "security" column. They don't seem to accept any device specific commands (e.g. moving a shutter) until I reinterview the node.
E.g. writes error with
2021-07-06 03:47:53.097 INFO ZWAVE: Calling api writeValue with args: [
{ nodeId: 20, commandClass: 38, endpoint: 1, property: 'Up' },
true,
{},
[length]: 3
]
2021-07-06 03:47:53.100 INFO ZWAVE: Writing true to 20-38-1-Up
2021-07-06 03:47:53.152 INFO ZWAVE: Success zwave api call writeValue undefined
After reinterviewing the node, the secure entry in their column gets updated from unknown to yes and everything works again.
As always, this needs more info.
I see you opened a new issue - let's continue there.
Where do we find these different logs you require? I couldnt find them last time I searched for them
For zwavejs2mqtt, it is documented here: https://zwave-js.github.io/zwavejs2mqtt/#/troubleshooting/bug_report?id=driver-logs
Most helpful comment
The latest docker image is working well. The cache survived multiple restarts and no new issues have surfaced.