vzlogger icon indicating copy to clipboard operation
vzlogger copied to clipboard

Logging utility for various meters & sensors

Results 104 vzlogger issues
Sort by recently updated
recently updated
newest added

I have a lot of spikes on an S0 line. It is difficult to get rid of them. They would be easily detectable, as they are much shorter than a...

I'm running vzlogger on Fedora/RPi4 which no longer supports the legacy GPIO interface and has a changed MMAP layout. Neither of the existing approaches worked for me. Therefore I've implemented...

it is a feature request: allow (re)naming of "value" of fields in a channel. e.g. "temp" or "hum". Not a big issue as long you have only 1 value per...

Hi, I'm using vzlogger with local webserver to parse my meters using home assistant. I recognized when the meter connection is broken, the local webserver still publishes the last values....

This is required for docker; without flushing, log outputs to stdout are not written immediately, causing confusion (e.g. only errors on startup)

This patch adds support for openssl 3.0 and later. It also moves the sha1 calculation into its own file to enable testing. Code is heavily inspired by https://gitlab.isc.org/isc-projects/kea/-/merge_requests/1582/diffs#0592d076cdc8b76110bb63b48b37ca2416ad31c4

I have tried to compile vzlogger from the current github source on Ubuntu 22.04.1 LTS on a Raspberry Pi. The build fails with errors due to the code using deprecated...

Hab auf einem Raspberry Pi **vzlogger** am laufen (mit volkszaehler-Anbindung). Grundsätzlich läuft es. Jedoch wird der Dienst offenbar nach einer gewissen Zeit automatisch beendet. **sudo systemctl status vzlogger** liefert dabei...

Currently, the "duplicates" parameter, which is recommended to reduce the amount of data [1], currently only works with the "volkszaehler" API. This pull request uses the same approach to reduce...

I have a DZG meter DWSB20.2TH to measure my power consumption and photovoltaic delivery. Normally the meter sends 3 bytes with a factor 10^-2, e.g. 54 fe 9a 84 ->...