Sleeper85 / esphome-jk-bms-can

GNU General Public License v3.0
64 stars 18 forks source link

Balance is reported as ON while actually being OFF #49

Open virus100b opened 1 month ago

virus100b commented 1 month ago

Hello. The problem i have is that sometimes is reporting balance ON when actually balance is OFF, checked by connecting to the BMS over bluetooth. If i restart the ESP the Balance reporting is showing correct state. I don't know why is doing that.

ESP Home - Balancing reported as ON. WhatsApp Image 2024-05-15 at 21 38 43

JK BT app. Balancing is OFF. WhatsApp Image 2024-05-15 at 21 38 54

virus100b commented 1 month ago

Same behavior related to Charging Switch.

ESP Home Charging switch reported as Off. WhatsApp Image 2024-05-15 at 21 53 32

BMS App - Charging is ON WhatsApp Image 2024-05-15 at 21 53 26

Sleeper85 commented 1 month ago

Several people including @MrPabloUK have reported a problem refreshing data received when logger is on INFO. This problem does not occur with logger on DEBUG. We don't know if this is related to a certain version of HA, esphome or syssi components, this still needs to be verified. Please change your config and stay with DEBUG in production.

logger:
  level: DEBUG
virus100b commented 1 month ago

I will change that and monitor. Thank you !

Sleeper85 commented 1 month ago

Does it work for you?

virus100b commented 1 month ago

I have modified logger to DEBUG and now is working fine. Thank you for help!