fancyui / Gobel-Battery-HA-Addon

This add-on is designed to integrate your LiFePO4 Battery with Pace BMS with Home Assistant, providing you with real-time monitoring capabilities.
https://www.gobelpower.com
Apache License 2.0
4 stars 1 forks source link

Only SOH for Pack01 #15

Open GuentherKoll opened 1 month ago

GuentherKoll commented 1 month ago

I have 5 Packs Only the SOH for Pack01 is 100 % The other SOHs are 0 % So Total SOH is 20 % SOH

GuentherKoll commented 1 month ago

With the Add-on "BMS Pace - Development" (that i used before) i got SOHs for all Packs SOH5_old

fancyui commented 1 month ago

what is your addon settings please?

GuentherKoll commented 1 month ago

Thank you very much for the quick query and processing! :-) My settings: host_name: homeassistant mqtt_broker: core-mosquitto mqtt_port: 1883 mqtt_username: homeassistant mqtt_password: ***** device_name: Gobel Monitor battery_manufacturer: Gobel Power battery_model: GP-SR1-PC200 max_parallel_allowed: 16 connection_type: serial battery_port: rs232 bms_type: PACE_LV bms_ip_address: 10.0.0.5 bms_ip_port: 9999 bms_usb_port: /dev/ttyUSB0 bms_baud_rate: 9600 data_refresh_interval: 5 debug: 0 if_random: 1

GuentherKoll commented 1 month ago

I like it very much - the Add-on and the good manual !!! Thank you very much for that !!!

GuentherKoll commented 1 month ago

ADS (DIP-Switches) are set to 1 - 5

fancyui commented 4 weeks ago

please show me pack 02 overview of dashboard

GuentherKoll commented 4 weeks ago

pack02_overview

fancyui commented 4 weeks ago

pack_data['view_SOH'] = round(pack_full_capacity / pack_design_capacity * 100, 0)

SOH is caculated in the addon by Full Capacity/Design Capacity, not read from BMS, here Full Capacity and Design Capacity are right, should not be 0.

Could you check Home Assistant -> Settings -> Device & services -> MQTT -> Sensors, if SOH is right here? I think the sensor name is wrong in the dashboard.

fancyui commented 4 weeks ago

Or in Home Assistant -> Settings -> Device & services -> MQTT -> Integration entries, delete then add MQTT again, this will clear all unused entries.

GuentherKoll commented 4 weeks ago

Name in Home Assistant -> Settings -> Device & services -> MQTT -> Sensors is sensor.gobel_monitor_pack_02_view_soh (value 0 %) Name in Dashboard also is sensor.gobel_monitor_pack_02_view_soh In MQTT there are only (searching for "soh"):

There are no unused entries. I dont understand, what to "delete then add MQTT again". Should i delete sensor.gobel_monitor_pack_02_view_soh and then it is added with next update of the values?

fancyui commented 4 weeks ago

image

delete, then config MQTT again with same name/password.

old data will not be deleted.

GuentherKoll commented 3 weeks ago

delete, then config MQTT again with same name/password => this did not solve the problem. may "debug" in the "Gobel Battery Monitor" help? What value?