marcelblijleven/goodwe

Confused about power readings

Closed this issue · 2 comments

I'm confused about the following code:

if value > 32768:

Why should a 4 bytes value reading need such transformation?

Since it is now being parsed as signed int, it is probably not necessary anymore, it seems to be remnant of very old code, but I have to verify it.

I have reimplemented power sensors and that code is no longer there. Thanks for pointing out.