vzlogger
vzlogger copied to clipboard
Logging utility for various meters & sensors
Der Landys Gyr UH50 Wärmezähler wird vom D0 OBIS Parser nicht vollständig ausgewertet. Die Konfig. des Zählers ist wie im Wiki angegeben, die Kommunikation über den IR-Lesekopf ist sauber. Abfrage...
Vzlogger doesn't identify itself in the same way, even tho the builds should be from similar sourcecode. Binary from cloudsmith: ``` pi@pi:~ $ vzlogger -V 0.8.4 based on git version:...
this is the possible learning from #642 : print a warning if oms is not being enabled, just like for sml. questions: - this means the warning will be printed...
As those who read #331 may have guessed I intend to package an official vzlogger debian package. Since I am not a Debian developer I will need a sponsor to...
inspired by @MKesenheimer's https://github.com/volkszaehler/vzlogger/pull/625
split from https://github.com/volkszaehler/vzlogger/issues/621 > this is caused by a trivlal syntax error in install.sh, > it seems that nobody ever tried to use the mqtt option before. > >i would...
Since C++11 NULL or 0 should no longer be used to check for null pointers or to set a pointer to null.
As announced here: https://www.photovoltaikforum.com/thread/199267-blitzeinschlag-in-der-nachbarschaft-hat-mir-den-vz-lahmgelegt/?postID=3459011#post3459011 , I've written some code to catch 1) the erroneous 0°C temperature reading, 2) the 85°C error reading and 3) the 127.9375°C error reading before they...
In the last line of the Dockerfile, it should be ``` CMD ["vzlogger", "--foreground", "-c", "/cfg/vzlogger.conf"] ``` instead of ``` CMD ["vzlogger", "--foreground"] ``` because, else it doesn't work when...
https://github.com/volkszaehler/vzlogger/blob/df03cf606fba77cd8dc8aa90586df7284dadad14/etc/vzlogger.service#L6 see also #612