pulquero / BatteryAggregator

MIT License
32 stars 8 forks source link

Wrong voltage reading #26

Closed 11011010 closed 5 months ago

11011010 commented 5 months ago

I sometimes have a problem with completely wrong voltage readings, almost gave me a heart attack the first time it happened.

image

pulquero commented 5 months ago

Check the log please

11011010 commented 5 months ago

github format.... text just looks bad, here is a picture of it

image

pulquero commented 5 months ago

Pushed a fix for the error. Not sure where 59.15V is coming from, it should be min of the two battery voltages, unless balancing then it is the max of the two. Does it eventually drop to 54.8V? The current is also not correct.

11011010 commented 5 months ago

I'm also not sure where that is coming from. It happened one time in the night with 69v while both my batteries were 53v. image image

image

BTW: no rush to fix things fast, take your time, when you need additional information let me know. It seems like I am the only one with this problem for now.

pulquero commented 5 months ago

I've released a new version which uses event-based updating. This should make the aggregator more closely track changes to the individual batteries.

11011010 commented 5 months ago

I've released a new version which uses event-based updating. This should make the aggregator more closely track changes to the individual batteries.

It is fixed, thank you very much.