I have a battery operated MR40Z Minoston / S2 Remote Control Switch. Every so often I notice a flood of “Last Seen” messages in the log book. I’m trying to understand why I’m seeing them. They do stop after a while.
As a battery operated device I would not expect it to be sending updates frequently. But, the battery level isn’t really dropping much, so I’m wondering if the device is actually sending data.
The ZUI logs show the following. But I’m not clear if that indicates the device is sending its battery level or if (somehow) ZUI is generating it.
root@a0d7b954-zwavejs2mqtt:/data/store/logs$ fgrep 'Node 003' zwavejs_current.log | grep -E '(CNTRLR|DRIVER)' | grep 'T21:51'
2025-02-22T21:51:01.090Z CNTRLR [Node 003] [~] [Battery] isLow: false => false [Endpoint 0]
2025-02-22T21:51:01.097Z CNTRLR [Node 003] [~] [Battery] level: 85 => 86 [Endpoint 0]
2025-02-22T21:51:01.101Z DRIVER « [Node 003] [REQ] [BridgeApplicationCommand]
2025-02-22T21:51:07.609Z CNTRLR [Node 003] [~] [Battery] isLow: false => false [Endpoint 0]
2025-02-22T21:51:07.614Z CNTRLR [Node 003] [~] [Battery] level: 86 => 87 [Endpoint 0]
2025-02-22T21:51:07.618Z DRIVER « [Node 003] [REQ] [BridgeApplicationCommand]
2025-02-22T21:51:14.137Z CNTRLR [Node 003] [~] [Battery] isLow: false => false [Endpoint 0]
2025-02-22T21:51:14.142Z CNTRLR [Node 003] [~] [Battery] level: 87 => 87 [Endpoint 0]
2025-02-22T21:51:14.145Z DRIVER « [Node 003] [REQ] [BridgeApplicationCommand]
2025-02-22T21:51:20.683Z CNTRLR [Node 003] [~] [Battery] isLow: false => false [Endpoint 0]
2025-02-22T21:51:20.689Z CNTRLR [Node 003] [~] [Battery] level: 87 => 87 [Endpoint 0]
2025-02-22T21:51:20.692Z DRIVER « [Node 003] [REQ] [BridgeApplicationCommand]
2025-02-22T21:51:27.240Z CNTRLR [Node 003] [~] [Battery] isLow: false => false [Endpoint 0]
2025-02-22T21:51:27.244Z CNTRLR [Node 003] [~] [Battery] level: 87 => 88 [Endpoint 0]
2025-02-22T21:51:27.248Z DRIVER « [Node 003] [REQ] [BridgeApplicationCommand]
2025-02-22T21:51:33.759Z CNTRLR [Node 003] [~] [Battery] isLow: false => false [Endpoint 0]
2025-02-22T21:51:33.763Z CNTRLR [Node 003] [~] [Battery] level: 88 => 88 [Endpoint 0]
2025-02-22T21:51:33.767Z DRIVER « [Node 003] [REQ] [BridgeApplicationCommand]
2025-02-22T21:51:40.277Z CNTRLR [Node 003] [~] [Battery] isLow: false => false [Endpoint 0]
2025-02-22T21:51:40.283Z CNTRLR [Node 003] [~] [Battery] level: 88 => 87 [Endpoint 0]
2025-02-22T21:51:40.287Z DRIVER « [Node 003] [REQ] [BridgeApplicationCommand]
2025-02-22T21:51:46.803Z CNTRLR [Node 003] [~] [Battery] isLow: false => false [Endpoint 0]
2025-02-22T21:51:46.808Z CNTRLR [Node 003] [~] [Battery] level: 87 => 88 [Endpoint 0]
2025-02-22T21:51:46.812Z DRIVER « [Node 003] [REQ] [BridgeApplicationCommand]
2025-02-22T21:51:53.329Z CNTRLR [Node 003] [~] [Battery] isLow: false => false [Endpoint 0]
2025-02-22T21:51:53.335Z CNTRLR [Node 003] [~] [Battery] level: 88 => 88 [Endpoint 0]
2025-02-22T21:51:53.339Z DRIVER « [Node 003] [REQ] [BridgeApplicationCommand]
2025-02-22T21:51:59.903Z CNTRLR [Node 003] [~] [Battery] isLow: false => false [Endpoint 0]
2025-02-22T21:51:59.908Z CNTRLR [Node 003] [~] [Battery] level: 88 => 88 [Endpoint 0]
2025-02-22T21:51:59.912Z DRIVER « [Node 003] [REQ] [BridgeApplicationCommand]
Here’s an example of the full log:
2025-02-22T21:51:14.122Z SERIAL .. 0x011d00a800000100030f9f031a008cd7621c02742d495cb04400ad007f7ff3 (31 bytes)
2025-02-22T21:51:14.131Z SERIAL .. [ACK] (0x06)
2025-02-22T21:51:14.137Z CNTRLR [Node 003] [~] [Battery] isLow: false => false [Endpoint 0]
2025-02-22T21:51:14.142Z CNTRLR [Node 003] [~] [Battery] level: 87 => 87 [Endpoint 0]
2025-02-22T21:51:14.145Z DRIVER .. [Node 003] [REQ] [BridgeApplicationCommand]
... RSSI: -83 dBm
......[Security2CCMessageEncapsulation]
... sequence number: 26
... security class: S2_Authenticated
......[BatteryCCReport]
level: 87
is low: false
2025-02-22T21:51:20.672Z SERIAL .. 0x011d00a800000100030f9f031b00f26716b9c04df67b512dbb00ad007f7f90 (31 bytes)
2025-02-22T21:51:20.680Z SERIAL .. [ACK] (0x06)
2025-02-22T21:51:20.683Z CNTRLR [Node 003] [~] [Battery] isLow: false => false [Endpoint 0]
2025-02-22T21:51:20.689Z CNTRLR [Node 003] [~] [Battery] level: 87 => 87 [Endpoint 0]
2025-02-22T21:51:20.692Z DRIVER .. [Node 003] [REQ] [BridgeApplicationCommand]
... RSSI: -83 dBm
......[Security2CCMessageEncapsulation]
... sequence number: 27
... security class: S2_Authenticated
......[BatteryCCReport]
level: 87
is low: false
I don’t think it’s configuration:
Can anyone explain what’s happening?
Thanks