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

fix #426 for D0 meters and SML meters

I wanted to read out more values provided by the TD-3511 meters in upper austria. They provide the following [additional data points](https://www.netzooe.at/Themen/Information/smart-meter/FAQ) (under "Kundenschnittstelle" -> "Welche Daten werden ausgegeben?"): |...

This startet around begin of November 2021. Using Linux Version: Ubuntu 20.04.3 LTS (always with newest updates) Kernel: 5.4.0-92-generic After a reboot meter values are only comming very seldom or...

vzlogger randomly crashed today: ``` #0 0x0053c2cc in Reading::deleted (this=0xb) at /home/lukas/.cache/yay/vzlogger-git/src/vzlogger/include/Reading.hpp:173 #1 0x0053b648 in add_ch_to_localbuffer (ch=...) at /home/lukas/.cache/yay/vzlogger-git/src/vzlogger/src/local.cpp:87 #2 0x005431ac in reading_thread (arg=0x15b3c80) at /home/lukas/.cache/yay/vzlogger-git/src/vzlogger/src/threads.cpp:140 #3 0xb6ee9f60 in start_thread...

Hi all, when trying to configure vzlogger with mqtt I approched following error: ``` [Oct 10 23:42:29][mqtt] MqttClient::MqttClient called [Oct 10 23:42:29][mqtt] using libmosquitto 2.0.11 [Oct 10 23:42:29][mqtt] Wrong libmosquitto...

Information needed
Bug

Hi, is there an easy way to do a static compile, I like how mbmd has only one binary... VR, Alex

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....

From the discussion on PR #418: It would seem beneficial to use the UUID as channel names for MQTT, too. As far as I understand, all MQTT channel names change...

Enhancement

naive and likely incorrect attempt at fixing average aggregation breaking deduplication attempting to fix https://github.com/volkszaehler/vzlogger/issues/500