Power card problem #147
vinceg0267
started this conversation in
General
Replies: 1 comment 1 reply
-
Can you please clarify your problem? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, the load is displayed in the grid circle while in the home circle there is the sum of the load + power battery.
Below the code
type: custom:power-flow-card-plus
entities:
battery:
entity: sensor.solarman_battery_1_power
state_of_charge: sensor.solarman_battery_1_soc
grid:
entity: sensor.solarman_activepower_load_sys
solar:
entity: sensor.pv_total_power
display_zero_state: true
home: {}
inverted_entities: battery
clickable_entities: true
display_zero_lines: true
use_new_flow_rate_model: true
w_decimals: 0
kw_decimals: 1
min_flow_rate: 0.75
max_flow_rate: 6
max_expected_power: 2000
min_expected_power: 0.01
watt_threshold: 10000
Beta Was this translation helpful? Give feedback.
All reactions