Files
ha_config/.storage/lovelace.pv_anlate
T
2023-11-21 12:23:38 +01:00

114 lines
3.3 KiB
Plaintext

{
"version": 1,
"minor_version": 1,
"key": "lovelace.pv_anlate",
"data": {
"config": {
"views": [
{
"title": "Home",
"cards": [
{
"type": "vertical-stack",
"cards": [
{
"type": "gauge",
"entity": "sensor.mi300_modul1_solar_current_power",
"name": "Modul 1",
"min": 0,
"max": 300,
"severity": {
"green": 200,
"yellow": 100,
"red": 50
}
},
{
"type": "entities",
"entities": [
{
"entity": "sensor.mi300_modul1_solar_energy_today"
},
{
"entity": "sensor.mi300_modul1_solar_energy_total"
},
{
"entity": "sensor.mi300_modul1_signal_quality"
}
]
},
{
"hours_to_show": 24,
"graph": "line",
"type": "sensor",
"entity": "sensor.mi300_modul1_solar_current_power",
"detail": 2,
"name": "Power Production History (24h)",
"icon": "mdi:solar-panel",
"unit": "W"
}
]
},
{
"type": "vertical-stack",
"cards": [
{
"type": "gauge",
"entity": "sensor.mi300_modul2_solar_current_power",
"name": "Modul 2",
"min": 0,
"max": 300,
"severity": {
"green": 200,
"yellow": 100,
"red": 50
}
},
{
"type": "entities",
"entities": [
{
"entity": "sensor.mi300_modul2_solar_energy_today"
},
{
"entity": "sensor.mi300_modul2_solar_energy_total"
},
{
"entity": "sensor.mi300_modul2_signal_quality"
}
]
},
{
"hours_to_show": 24,
"graph": "line",
"type": "sensor",
"entity": "sensor.mi300_modul2_solar_current_power",
"detail": 2,
"name": "Power Production History (24h)",
"icon": "mdi:solar-panel",
"unit": "W"
}
]
},
{
"show_name": true,
"show_icon": true,
"show_state": true,
"type": "glance",
"entities": [
{
"entity": "sensor.power_highest_peak_time_today"
},
{
"entity": "sensor.power_production_now"
}
],
"title": "Solar Production Forecast",
"state_color": false
}
]
}
]
}
}
}