I use this card for the Homewizard plug-in battery.
By creating a number of template helpers, this card is easy to use for multiple types of batteries.
would you be able to give us a few ideas on how you did this using custom helpers you mention? i am just starting out on my HA journey and would like to see if I can use this for my Sunsynk battery. when i try to create a battery crd of this type it is understandably not finding the giv integration and i can’t get past the inverter selection as the entity hasn’t been created. TIA!
nice card, I just made some template variables to be able to use it with my Marstek Venus E V3 battery. But i’m wondering which values are expected for custom_battery_charge_rate and custom_battery_discharge_rate ? in what units are those? How can i calculate those with my existing current power & kWh counters ?
I see in Djes example fixed input_number parameters ? So you put max charge power to ex. 2500 Watt ? and discharge rate to max discharge power rate of 795 W ?
edit: yep that seems to be max rates:
I have this working for a Foxess battery with a h3 smart inverter. I’m no expert, but figured I would share encase anyone is looking for this and wants to try get it working with a fox inverter.
I had to create a custom sensor, that used the SOC % and and the Max SOC to give the sensor for the remaining KWH,
I like the format of this card. I uesd the custom settings to represent my Zendure battery. Almost there, but somehow the card does not show “Carging” state (nor the charging power) when the battery charges.
I think the charging state and value is related to “custom_battery_power”, but what are the expected values here? When dischaging it shows correct state and discharge power.
I am also wondering what the “custom_battery_power_reserve” is meant for with what kind of value. (gues: if I have my minimum soc at 10%, is should represent 10% of the total capacity (custom_soc)? )