stuartpittaway / diyBMSv4ESP32

diyBMS v4 code for the ESP32 and new controller hardware
Other
166 stars 78 forks source link

V490 / all-in-one monitor board hang and passive balance enabled #262

Open stuartpittaway opened 7 months ago

stuartpittaway commented 7 months ago

Describe the bug

I have had a problem with an all-in-one. Communication through module 2 has failed. The red leds were fixed, without flashing. Burning energy. Unbalancing the 36S batteries. Does the STM32 software have any watchdogs? To restart the module after a period of time without communication.

Reference here.. https://community.openenergymonitor.org/t/diybms-v4/11292/5540

image

stuartpittaway commented 7 months ago

I've added in a watchdog timer to automatically reboot the module should this scenario occur where the CPU appears to hang without communication.

This isn't the final solution to the underlying problem, but does help overall and prevents waste of energy.