You can create two utility meters to measure your daily grid import and daily grid export using the helper functions. For the daily import use the real energy consumed sensor as input and for the daily export use the real energy produced. You can display this on the card and also compare these to the values on the energy distribution card.
The house load would be real power + solar power so you can create another template sensor with the following value template
I’m sitting here trying to do maths to get a new card on mine to figure out when my battery will be at 100%. Low and behold I find this. I’m gonna install this RIGHT NOW.
Hello. Please, would it be possible to add the total generation item to the lite card in the solar show_daily system?
Or the option to choose whether total generation or remaining solar?
Thank you very much in advance for your reply.
You specify the number of additional loads that you want displayed using the additional_loads: attribute. You can further customise each additional load
Attribute
load1_name:
Optional
Set the display name for the essential load 1
load2_name:
Optional
Set the display name for the essential load 2
load1_icon:
Optional
none
Change the essential load 1 image using preset or any mdi icon e.g. mdi:ev-station Presets are: boiler, pump, aircon, oven
load2_icon:
Optional
none
Change the essential load 2 image using preset or any mdi icon e.g. mdi:ev-station Presets are: boiler, pump, aircon, oven
Unfortunately you cannot change the positioning. It centers the text below the rectangle. You have to shorten your label due to limited space or change to a generic descriptor i.e. Load 1, Load 2 etc.
feat: new display_mode: for solar information. Values can be 1 - Only display the daily total, 2 - Display the daily total and remaining daily forecast, 3 - Display the daily total and total solar generation. The default value is 1.
Example: Display Daily Total and Remaining Forecast
solar:
display_mode: 2
feat: new entity sensor total_pv_generation:. Used for solar display_mode 3. Specify a sensor that contains lifetime solar generation or maximum daily forecast.
feat: Optimise display when only one mppt is specified.
Thank you very much. Can I ask for an update of the CZ language translation of the word total_pv_generation?
{
"common": {
"description": "Karta Home Assistant pro emulaci toku energie, který je zobrazen na obrazovce měniče Sunsynk",
"version": "Verze",
"runtime_to": "ČAS DO",
"battery_floating": "BATERIE JE NABITÁ",
"charge": "NABÍT",
"to": "DO",
"daily_load": "DNES SPOTŘEBA",
"daily_aux": "DENNÍ VSTUP",
"daily_grid_buy": "DNES NÁKUP",
"daily_grid_sell": "DNES PRODEJ",
"daily_solar": "DNES VÝROBA",
"daily_solar_left": "DNES VÝROBA / OČEKÁVANÁ VÝROBA",
"total_solar_generation": "DNES VÝROBA / CELKOVÁ VÝROBA",
"daily_charge": "DNES NABÍJENÍ",
"daily_discharge": "DNES VYBÍJENÍ",
"ratio": "Poměr",
"timer_off": "Časovač off",
"timer_on": "Časovač on",
"priority_batt": "Nabít Baterii z DS",
"priority_load": "Nabíjím Baterii z DS",
"nonessential_name": "Nedostupné",
"aux_name": "Pomocné",
"load1_name": "",
"load2_name": "",
"pv1_name": "PV1",
"pv2_name": "PV2",
"pv3_name": "PV3",
"pv4_name": "PV4",
"essential": "Nezbytný",
"autarky": "Vlastní",
},
"errors": {
"battery": {
"bat": "Nejsou definovány žádné atributy baterie",
"energy": "Uveďte prosím atribut energie baterie a hodnotu ve Wh, např. 5,32 Energie baterie: 5320",
"shutdown_soc": "Uveďte atribut battery shut down_soc a hodnotu, např. shutdown_soc: 20 shutdown_soc: 20",
"full_capacity": "Plná kapacita musí být mezi 80 a 100",
"empty_capacity": "Prázdná kapacita musí být <= 30",
"show_daily": "Uveďte prosím atributy day_battery_charge_70 a day_battery_discharge_71 a ID entit"
},
"solar": {
"sol": "Nejsou definovány žádné solar atributy",
"mppts": "Uveďte prosím atribut a hodnotu solar mppts; 1,2,3 nebo 4 např. mppts: 2",
"show_daily": "Uveďte prosím atribut day_pv_energy_108 a ID entity"
},
"grid": {
"show_daily": "Uveďte prosím atributy day_grid_import_76 a day_grid_export_77 a ID entit"
},
"essential_power": "Atribut essential_power je nastaven na hodnotu none. Uveďte prosím atribut inverter_power_175 a ID entity, aby karta mohla vypočítat tuto hodnotu.",
"nonessential_power": "Atribut neesenciální_výkon je nastaven na hodnotu none. Uveďte prosím atribut grid_power_169 a ID entity, aby karta mohla vypočítat tuto hodnotu.",
"missing_entity": "Uveďte prosím atribut a ID entity"
}
}