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 noticed current measurement at 6552 amps appearing after installing solar:
After troubleshooting, it turns out that the utility meter display is showing negative current (i.e. exporting to grid) when this occurs, but p1reader sends the unsigned value. (2^16)/10 - current explains the numbers around 6552.
I noticed current measurement at 6552 amps appearing after installing solar:
After troubleshooting, it turns out that the utility meter display is showing negative current (i.e. exporting to grid) when this occurs, but p1reader sends the unsigned value. (2^16)/10 - current explains the numbers around 6552.
This is for the HDLC code, in combination with solar production. All other metrics work as expected (voltage, import/export power) so I assume it's somewhere around https://github.com/psvanstrom/esphome-p1reader/blob/main/p1reader.h#L378
@Megamannen @forsberg if you are exporting power measured by HDLC meter, is the current correctly reported for you?
The text was updated successfully, but these errors were encountered: