You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I found that my DZG DVS74 meter has a bug in the encoding of positive values in the range of 327.68..655.36W, it tags them as SIGNED but outputs them as 2 bytes in UNSIGNED format.
I don't know if the library or something else should have a workaround, but I've implemented one in the example server: jmberg@456d7e3 ("sml_server: implement DZG encoding bug workaround")
The text was updated successfully, but these errors were encountered:
The code is still there, just gated by a model/serial check. I'm travelling now but with the bug data I guess we can extend the workaround.
On 6 July 2023 01:03:44 CEST, "Thorben T." ***@***.***> wrote:
@jmberg:
do you have any code for this? (as this issue came up (again) in #125 )
--
Reply to this email directly or view it on GitHub:
#59 (comment)
You are receiving this because you were mentioned.
Message ID: ***@***.***>
I found that my DZG DVS74 meter has a bug in the encoding of positive values in the range of 327.68..655.36W, it tags them as SIGNED but outputs them as 2 bytes in UNSIGNED format.
I don't know if the library or something else should have a workaround, but I've implemented one in the example server:
jmberg@456d7e3 ("sml_server: implement DZG encoding bug workaround")
The text was updated successfully, but these errors were encountered: