Having trouble getting my battery flow setup properly #95
-
I am using this integration but cant get the battery entities quite right, type: custom:power-flow-card-plus
clickable_entities: true
entities:
grid:
entity:
consumption: sensor.solax_grid_import
production: sensor.solax_grid_export
display_state: one_way
color_circle: true
solar:
entity: sensor.solax_pv_power_total
battery:
entity:
production: sensor.solax_battery_power_charge
state_of_charge: sensor.solax_battery_capacity
display_state: two_way
color_circle: true
individual1:
entity: sensor.cabin_control_power
icon: mdi:cabin-a-frame
color: '#80b8ff'
name: Cabin
color_icon: false
individual2:
entity: sensor.shellyem_a4e57cbaa016_channel_2_power
name: EV Charger
color_icon: true
display_zero: true
color: '#ff8080'
icon: mdi:ev-plug-type2
fossil_fuel_percentage:
entity: sensor.co2_signal_grid_fossil_fuel_percentage
icon: mdi:pine-tree
color_icon: true
display_zero: true
name: Non Fossil
state_type: power
home:
color_icon: true
watt_threshold: 1000 this is what it looks like, but shouldn't the PV be showing going to the house and not the battery? |
Beta Was this translation helpful? Give feedback.
Answered by
flixlix
Apr 17, 2023
Replies: 1 comment 1 reply
-
If you have one sensor giving you positive and negative values depending on the direction the power is flowing, please enter it this way: battery:
entity: sensor.solax_battery_power_charge
state_of_charge: sensor.solax_battery_capacity
display_state: two_way
color_circle: true Does this solve your issue? |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
flixlix
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If you have one sensor giving you positive and negative values depending on the direction the power is flowing, please enter it this way:
Does this solve your issue?