fix: change solar surplus calculation
This commit is contained in:
+13
-4
@@ -15,14 +15,23 @@ cards:
|
||||
show_icon: true
|
||||
show_state: true
|
||||
entities:
|
||||
- entity: sensor.esc_CHARGER_ID_solar_excess
|
||||
name: Solar Excess
|
||||
- entity: sensor.esc_CHARGER_ID_solar_production
|
||||
name: Production
|
||||
icon: mdi:solar-power
|
||||
- entity: sensor.esc_CHARGER_ID_house_load
|
||||
name: House Load
|
||||
icon: mdi:home-lightning-bolt
|
||||
- entity: sensor.esc_CHARGER_ID_ev_charging
|
||||
name: EV Power
|
||||
icon: mdi:car-electric
|
||||
- entity: sensor.esc_CHARGER_ID_solar_excess
|
||||
name: Surplus
|
||||
icon: mdi:lightning-bolt-circle
|
||||
- entity: sensor.esc_CHARGER_ID_target_current
|
||||
name: Target Current
|
||||
name: Target
|
||||
icon: mdi:lightning-bolt
|
||||
- entity: sensor.esc_CHARGER_ID_charger_current
|
||||
name: Charger Current
|
||||
name: Actual
|
||||
icon: mdi:current-ac
|
||||
- entity: sensor.esc_CHARGER_ID_charger_status
|
||||
name: Status
|
||||
|
||||
Reference in New Issue
Block a user