Robin Rainton
Robin Rainton
With the original ioBroker Z-Wave adapter our battery levels seemed to be updated so went looking at the https://github.com/ioBroker/ioBroker.zwave / https://github.com/jperkin/node-openzwave code for clues as to why that was. Sadly...
Poking around more... found issue #203, closed with PR #558, which introduced code that *appears* to request battery status periodically. Comment in the code says once a month spec but...
Well, just to test I copied the stuff from inside the `if` here... https://github.com/zwave-js/node-zwave-js/blob/f4b8e06b80cd75177d5543ab4cb65a73123dab1b/packages/zwave-js/src/lib/node/Node.ts#L1956 ... and put it inside `handleWakeUpNotification` (after the `this.markAsAwake();` call). I also changed the frequency to...
Dependency on #1608 to be Done Right™ ... because one needs to know in a persistent way when last updates occurred.
We have data from [OwnTracks](https://owntracks.org/) stored in a `location` measurement with `latitude`, `longitude` fields and `name` tag. Would love to be able to group by `name` and display the paths...
I'm on VMWare Player 17.5.0 & kernel 6.6.9-200 (fc39). Currently vmplayer causes cpu hangs. It does actually work but other processes start to misbehave and I end up having to...
> Does this happen with modules built from (up to date) source from this repository or with unpatched modules from VMware? With the unpatched stock modules. I can't find any...
Ah... that 'last communication' is probably what I'm looking for. I have sensors that wake up every hour for example, in that scenario, so long as the 'last communication' is...
Please rebase this to avoid changes in readme + package lock. Then add ` ### **WORK IN PROGRESS**` comment in readme that the release script needs.
> I want to integrate my Hik KD8003... I have 2 of these working well. From what I can tell they don't have an API or nice way to access...