Home Assistant Git Exporter
parent
d952db1b07
commit
a31ddace1f
|
@ -8,7 +8,7 @@
|
||||||
"linkquality": 215
|
"linkquality": 215
|
||||||
},
|
},
|
||||||
"0x00158d0008091c32": {
|
"0x00158d0008091c32": {
|
||||||
"contact": false,
|
"contact": true,
|
||||||
"voltage": 2995,
|
"voltage": 2995,
|
||||||
"battery": 41,
|
"battery": 41,
|
||||||
"temperature": 19,
|
"temperature": 19,
|
||||||
|
|
|
@ -29,22 +29,26 @@ config:
|
||||||
- entities:
|
- entities:
|
||||||
- label: Today
|
- label: Today
|
||||||
type: section
|
type: section
|
||||||
- entity: sensor.solcast_forecast_today
|
- entities:
|
||||||
name: Total
|
|
||||||
secondary_info: last-updated
|
|
||||||
- entity: sensor.solcast_forecast_remaining_today
|
- entity: sensor.solcast_forecast_remaining_today
|
||||||
name: Remaining
|
name: remaining
|
||||||
secondary_info: last-updated
|
secondary_info: last-updated
|
||||||
|
entity: sensor.solcast_forecast_today
|
||||||
|
name: All day
|
||||||
|
state_header: total
|
||||||
|
type: custom:multiple-entity-row
|
||||||
|
- entities:
|
||||||
- entity: sensor.solcast_forecast_this_hour
|
- entity: sensor.solcast_forecast_this_hour
|
||||||
format: kilo
|
format: kilo
|
||||||
name: Current hour
|
name: current
|
||||||
secondary_info: last-updated
|
secondary_info: last-updated
|
||||||
type: custom:multiple-entity-row
|
type: custom:multiple-entity-row
|
||||||
unit: kWh
|
unit: kWh
|
||||||
- entity: sensor.solcast_forecast_next_hour
|
entity: sensor.solcast_forecast_next_hour
|
||||||
format: kilo
|
format: kilo
|
||||||
name: Next hour
|
name: Hourly
|
||||||
secondary_info: last-updated
|
secondary_info: last-updated
|
||||||
|
state_header: next
|
||||||
type: custom:multiple-entity-row
|
type: custom:multiple-entity-row
|
||||||
unit: kWh
|
unit: kWh
|
||||||
- label: Tomorrow
|
- label: Tomorrow
|
||||||
|
@ -88,10 +92,22 @@ config:
|
||||||
name: Level
|
name: Level
|
||||||
- entity: sensor.inverter_battery_health
|
- entity: sensor.inverter_battery_health
|
||||||
name: Health
|
name: Health
|
||||||
|
- label: Energy
|
||||||
|
type: section
|
||||||
|
- entities:
|
||||||
- entity: sensor.inverter_battery_charge_today
|
- entity: sensor.inverter_battery_charge_today
|
||||||
name: Total daily charge
|
name: charged
|
||||||
- entity: sensor.inverter_battery_discharge_today
|
entity: sensor.inverter_battery_discharge_today
|
||||||
name: Total daily discharge
|
name: Today
|
||||||
|
state_header: disharged
|
||||||
|
type: custom:multiple-entity-row
|
||||||
|
- entities:
|
||||||
|
- entity: sensor.inverter_battery_charge_total
|
||||||
|
name: charged
|
||||||
|
entity: sensor.inverter_battery_discharge_total
|
||||||
|
name: All time
|
||||||
|
state_header: disharged
|
||||||
|
type: custom:multiple-entity-row
|
||||||
type: entities
|
type: entities
|
||||||
title: Battery
|
title: Battery
|
||||||
type: custom:stack-in-card
|
type: custom:stack-in-card
|
||||||
|
@ -329,7 +345,7 @@ config:
|
||||||
- entity: input_boolean.inverter_charging_schedule_enabled
|
- entity: input_boolean.inverter_charging_schedule_enabled
|
||||||
name: Enable
|
name: Enable
|
||||||
- conditions:
|
- conditions:
|
||||||
- entity: input_boolean.inverter_charging_schedule_2_enabled
|
- entity: input_boolean.inverter_charging_schedule_enabled
|
||||||
state: 'on'
|
state: 'on'
|
||||||
row:
|
row:
|
||||||
name: Active
|
name: Active
|
||||||
|
|
Loading…
Reference in New Issue