Thorben T.

Results 255 comments of Thorben T.

is it OK to limit the precision of the timestamp to full seconds? (which the code does) previously it used the nanosecond precision time of when the specific entry was...

[EDIT: i i analyzed SML instead if the requested D0 here - but both have the same bug ] this issue should only occur when `use_local_time` is set, your meter...

is this possibly the same issue as in https://github.com/volkszaehler/libsml/issues/101 ?

@ednax: in volkszaehler/libsml#101 another user reports that sml meters actually communicate the energy transfer direction in a separate flag in the sml message, which is currently ignored by libsml (and...

> How can I see the flag without parsing the SML-dump myself? i don't know (yet), which is why i asked for the dumps. https://github.com/volkszaehler/libsml/issues/101 has links to the relevant...

@sirkovz provided example data in volkszaehler/libsml#101 , and it seems the flag can be parsed from it just fine. would like to validate this with yours ( @ednax ). or...

@ednax: #476 has some experimental code to extract the direction and apply it to the power reading. ``` git clone -b direction_from_status https://github.com/r00t-/vzlogger.git ``` usage example in https://github.com/volkszaehler/vzlogger/pull/476#issuecomment-810722587

@ednax: is it ok if i add your dumps to https://github.com/devZer0/libsml-testing ?