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
this was caused by the charging flag from the bms switching to false as soon as the battery is full because there is no more current going into the battery.
Proper solution is to use a combination of the charging and battery_full flags and generate a docked status out of it. the PowerState message should be enhanced to have this additional flag.
see discussion in https://github.com/ipa320/msh/issues/595#issuecomment-277238899.
Proper solution is to use a combination of the
charging
andbattery_full
flags and generate adocked
status out of it. the PowerState message should be enhanced to have this additional flag.@fmessmer FYI
The text was updated successfully, but these errors were encountered: