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

hi, i am not sure if this is intended, but i couldn't find it in the documentation. when in meter's channel-section duplicates AND aggmode is configured, then data is written...

It is actually the linker that fails: /usr/bin/ld: CMakeFiles/vzlogger_unit_tests.dir/MeterD0.cpp.o: in function `MeterD0_basic_dump_fd_Test::TestBody()': /home/jo/projects/debian/vzlogger/tests/MeterD0.cpp:37: warning: the use of `tmpnam_r' is dangerous, better use `mkstemp' make[3]: Verzeichnis „/home/jo/projects/debian/vzlogger/obj-x86_64-linux-gnu“ wird verlassen [ 70%]...

I have got a new smart meter "Kaifa MA309" which sends (encrypted) push messages via MBUS. I connected this to my Raspberry Pi using a USB serial cable and compiled...

Is it possible to force vzlogger to send multiple meters aggregated? I have 4 meters in a[ cascade configuration](https://www.dgs.de/news/en-detail/050321-ue20-fuer-solar-dummies/) sadly this means I have to do a lot of calculations...

it appears that it would sometimes be desirable to have some ability to manipulate readings inside vzlogger before sending them off to an API. for example: https://github.com/volkszaehler/vzlogger/issues/431#issuecomment-812672249 it's desired to...

Enhancement

to allow per vzlogger channel a different field name than "value" we add this config option

vzlogger internally uses `std::vector` as return type of `Meter::read()`. for one it's silly that this is an array, for which we have to pass the size around, while everything else...

Enhancement

Add a github docker build action. This is my first github action, so please give much feedback as possible ;) This requires to set the `DOCKERHUB_USERNAME` and `DOCKERHUB_TOKEN` secrets. This...

Hi, I'm using vzlogger to read the SML measurements from my two ehz counters and write them to a influxdb. I am measuring the feed, delivery and solar production values....

Enhancement
Question

Meters with d0 interface will typically transmit several values within one burst. vzlogger does not group these bursts, but instead treats each line individually. This causes values from a single...