Thorben T.
Thorben T.
#### Problem Description ofcourse the world would be a better place if everybody always responsibly managed their filesystem space, but we have to face that fact that mitmdump, as a...
the size information was missing on labeled images in dot output! this makes the size info rather useless, specifically when only showing labeled images. in the process, restructured the code...
i installed chkboot (from debian unstable), and found a few issues with the profilealert script: * it uses `source`, which is not available in all shells, and will cause errors...
``` crappy chinese hall-effect DC meter with serial output (no name, the only markings on the board are "ACCU V1.0 2018.3.10" ) / \ / \ / / \ \...
fix #426 for D0 meters and SML meters
WIP: experimental code to extract energy flow direction from status word and apply to power reading
fixes #431
see [#478/comment](https://github.com/volkszaehler/vzlogger/pull/478#issuecomment-817038658) TODO: * ~~add libsml~~ :heavy_check_mark: * optimize image size. :white_check_mark: the critical part is buildroot/output, which is ~300mb, it should be possible to get rid of everything else....
naive and likely incorrect attempt at fixing average aggregation breaking deduplication attempting to fix https://github.com/volkszaehler/vzlogger/issues/500
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...
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...