Hello
It is a phantastic Work, thanks.
But i didnāt understand the values of Home and individuals
First i thaught, the indivials are a Part of Home, but sometimes i find Like this
Home is Not defined by myself.
What is wrong?
Thanks
Hello
It is a phantastic Work, thanks.
But i didnāt understand the values of Home and individuals
First i thaught, the indivials are a Part of Home, but sometimes i find Like this
Home is Not defined by myself.
What is wrong?
Thanks
Sorry for the answering so lateā¦
The problem I have is, that when I use the inverter AC power as primary value (showing me the real AC consumption) the values for grid and home sum up almost correct, however, if the battery gets charged with high values, thus the AC value for home is very low, there is no flow from solar to home.
I guess it would be nice, if the card could somehow reflect the real situation, as there is the solar, battery, inverter home and grid (a bit like it is with the display for charging your car). Flows would then be from solar to inverter, between battery and inverter and from inverter to home and grid.
At the moment, if on battery power, the flow is from battery to home, which is not correct and not showing the correct AC values. Having an inverter in between, it would be easy to see the loss caused by the power transformation between DC and AC.
I donāt want to criticise the nice card, just make a recommendation.
Hi, thanks for this wonderfull card!
But i have one little problemā¦ i canāt install it i canāt find it when searching in hacsā¦ been able to install other reps through hacs thoughā¦ suggestions?
EDIT: problem solvedā¦ dumb me was not searcing in cardsā¦
Has there been a breaking change on this? Iāve just tried to install via HACS and I get the error message āNOT LOADEDā surrounding the Power Flow Card Plus entry in the frontend tabā¦ Iām on HACS 1.32.1, HA 2023.07.0ā¦ Feeling like Iām missing something obvious! Have reloaded pageā¦ fully restarted HA. No joy.
Is there a way to put the in front of the value? This would be good for currency symbols. Iām displaying the cost as a secondary data.
@flixlixlix This is really awesome card Its so sleek. However, when I opened HAS in my iPhone13max, I get this error: Custom element doesnāt exist: power-flow-card-plus. Looks like it is a known issue for Iphone/Ipad? Old ipad - 'custom element doesn't exist'
EDIT: I restarted HAS app on my phone and now it is working, no more errors. It took a while for the render to come out.
Hello, Iām trying to use it fix but I donāt know how, I installed the beta version but I canāt see the preview because of entities array error.
As you donāt have the instructions to manually install it, and I installed the custom-card with HACS, can you help me installing your fix? I tried to just overwrite card-mod.js
but it didnāt worked.
Thanks
Replying to myself here because Iāve been continuing to troubleshoot, but have not yet found a solution.
Is anyone using this card successfully with a Tesla Powerwall integration with solar? If so, could you share how you got it show the information accurately?
As I showed in my previous post, Iām regularly getting readings from Grid to Battery although my system ONLY charges that way during severe weather events. Iāve adjusted my configuration from a few custom sensors from the Tesla Style Card that separated out production and consumption to the combined sensors from the Tesla Powerwall integration. While it seems to be accurate most of the time, I do find it regularly showing Grid to Battery. I also noticed that the sensor.powerwall_site_now entity will report both 0.0xx values for positive and negative even though my home is being powered directly by solar and battery, so Iām wondering if thatās causing some of these issues since it should be at zero during those times. Any suggestions?
type: custom:power-flow-card-plus
entities:
battery:
state_of_charge: sensor.powerwall_charge_actual
entity: sensor.powerwall_battery_now
display_state: one_way_no_zero
display_zero_tolerance: 20
grid:
entity: sensor.powerwall_site_now
power_outage:
entity: binary_sensor.grid_status
state_alert: 'off'
secondary_info:
template: '{{ states(''sensor.site_energy_usage_daily'') | round(1) }} kWh'
display_state: one_way_no_zero
color_circle: true
use_metadata: false
display_zero_tolerance: 99
solar:
entity: sensor.powerwall_solar_now
display_zero_state: true
use_metadata: false
display_zero_tolerance: 10
secondary_info:
template: '{{ states(''sensor.solar_production_daily'') | round(1) }} kWh'
home:
entity: sensor.powerwall_load_now
secondary_info:
template: '{{ states(''sensor.load_energy_import_daily'') | round(1) }} kWh'
individual1:
entity: sensor.emporiavue2_total_fcsp_power
icon: mdi:car-pickup
secondary_info:
unit_of_measurement: '%'
entity: sensor.bluey_battery_level
name: Bluey
calculate_flow_rate: true
display_zero: true
individual2:
entity: sensor.direct_wire_indoor_outdoor_smart_switch_electric_production_w
secondary_info:
entity: sensor.dayman_battery_level
unit_of_measurement: '%'
icon: mdi:car-sports
name: DayMan
color_icon: false
calculate_flow_rate: true
show_direction: false
inverted_animation: false
color_value: false
display_zero: true
display_zero_state: false
fossil_fuel_percentage:
icon: mdi:home-export-outline
display_zero_state: false
display_zero: true
name: Export
state_type: power
secondary_info:
template: '{{ states(''sensor.solar_energy_exported_to_dte'') | round(1) }} kWh'
display_zero_tolerance: 0
unit_white_space: true
entity: sensor.powerwall_site_export
clickable_entities: true
display_zero_lines:
mode: hide
transparency: 50
grey_color:
- 189
- 189
- 189
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: 1000
transparency_zero_lines: 0
Iām having issue where house load is not showing correctly, instead it is showing all power going to home while also showing going to grid. Have I missed something?
type: custom:power-flow-card-plus
entities:
battery:
entity: sensor.sofar_battery_power
state_of_charge: sensor.sofar_battery_soc
invert_state: true
name: BATTERY
grid:
entity: sensor.myenergi_eddi_14039197_grid_ct2
solar:
entity: sensor.combined_output
display_zero_state: true
name: SOLAR
unit_of_measurement: w
individual2:
entity: sensor.washing_machine_current_power
icon: mdi:washing-machine
color: '#80b8ff'
name: Washing
color_icon: false
individual1:
entity: sensor.myenergi_eddi_14039197_internal_load_ct1
icon: mdi:water-boiler
color: '#80b8ff'
name: HOT WATER
display_zero: true
color_icon: false
fossil_fuel_percentage:
entity: sensor.co2_signal_grid_fossil_fuel_percentage
icon: mdi:leaf
color_icon: true
display_zero: true
name: Low Carbon
state_type: power
clickable_entities: true
display_zero_lines: true
use_new_flow_rate_model: true
w_decimals: 0
kw_decimals: 1
min_flow_rate: 3
max_flow_rate: 6
max_expected_power: 9000
min_expected_power: 0.01
watt_threshold: 1000
`
My solar power goes only to the battery (no matter if the house is powered by the grid, or by the inverter), is there a way to eliminate completely the curved leg that goes from Solar to Home, and leave only the straight one from Solar to Battery?
If your home is being powered by the inverter it is being powered by solar.
Not directly, the solar will only charge the battery, the house (actually only a portion of it) is powered by the battery (and the inverter). Even without any solar power, the house will continue to receive energy (from the battery/inverter), on the other side, if the battery runs out it cannot be powered directly from solar power (itās off-grid).
So that leg in my case is redundant, not only visually, but even doing the calculations of the consumption: the wattage produced by the solar system is being added to āHomeā and then being added again within whatās provided by the battery, so I had to create another sensor to subtract itā¦ but that leg (visually) remains.
Thereās no connection between the two, the ācableā (as you visually imagine it) goes only from the solar panels to the battery.
Which goes to your inverter which goes to your house. So solar is consumed by your house.
I donāt want to be āredundantā (lol), but my āhouseā (again, a portion of it) is using (directly) the batteries not the solar (alone): the batteries are being charged by the grid as well. So by that default scheme it looks like that Iām powering the house directly by the solar panels, thatās not the case, the solar panels are only contributing to recharge the battery.
This is my current (real) schematics:
Seems to be an error with mine in that if solar is producing it shows the house is consuming all of it (which it it is not) as well as showing most of it to grid. Very frustrating as spent days trying to rectify but continues to happen.
Any help greatly appreciated
Very nice job on creating this card! Hard to use for a beginner but it is worth it!
One question though:
I created a new dashboard and added the card.
How do i get the gas meter in it?
On the energy dashboard i can easily add this bubble but i canāt figure out how to get it in my new one.
Thanks in advance for your support!
Kudos, really nice card. Some requested to have more then two āindividualā entities - I am fine with the two, but would like to have those two be choosen dynamically: I would like to have a list of individual entities from which the top two consumers are shown on the card ā¦
I was thinking about a workaround, but coiuld not figure out a solution to populate the individual1 and individual2 objects in the card from another source ā¦
Same issue here with an iPad Air 2 running iOS 12. Have resetted everything, itās been like this for a week now. Works fine on all other platforms.
Hello, someone can help me pls.
How can is setup the outgoing electricity (watt) and is it possible to show under SOLAR the Volt ?
THX
type: custom:power-flow-card-plus
entities:
battery:
entity: sensor.victron_solarcharger_yield_power_239
state_of_charge: sensor.victron_battery_soc_238
invert_state: true
name: BATTERY
solar:
entity: sensor.victron_solarcharger_yield_power_239
display_zero_state: true
name: SOLAR
unit_of_measurement: w
clickable_entities: true
display_zero_lines: true
use_new_flow_rate_model: true
w_decimals: 0
kw_decimals: 1
min_flow_rate: 3
max_flow_rate: 6
max_expected_power: 2000
min_expected_power: 0.01
watt_threshold: 1000
transparency_zero_lines: 0
Hi,
Iāve just gone to edit my power flow card plus to add an individual entity and HA wonāt let me use the visual editor. Itās giving this weird error at the bottom of the YAML:
Even if I uninstall the component, restart HA, re-install, it always gives that error!
Problem appeared with v0.1.5, was not fixed by updating to v0.1.7 nor by removing and re-installing the component.
Any idea what could be causing that?
My YAML - hereās a really minimal version that I tried, displays the card with solar, battery and home entities, but still gets the error:
type: custom:power-flow-card-plus
entities:
battery:
entity: sensor.solar_battery_power
unit_of_measurement: kW
solar:
entity: sensor.solar_ac_power
unit_of_measurement: kW