- Swapped the consumption and production sensor references for the battery entity in the energy flow card configuration to ensure accurate energy flow representation. - Updated grid import and export energy serial numbers in the JackeryHome sensor mappings for consistency and improved accuracy.
21 lines
489 B
YAML
21 lines
489 B
YAML
type: custom:power-flow-card-plus
|
|
entities:
|
|
grid:
|
|
entity:
|
|
consumption: sensor.grid_import
|
|
production: sensor.grid_export
|
|
display_state: two_way
|
|
color_circle: true
|
|
solar:
|
|
entity: sensor.solar_power
|
|
battery:
|
|
entity:
|
|
consumption: sensor.battery_charge
|
|
production: sensor.battery_discharge
|
|
state_of_charge: sensor.battery_state_of_charge
|
|
display_state: two_way
|
|
color_circle: true
|
|
home:
|
|
color_icon: true
|
|
watt_threshold: 10000
|