Hello,
I have set up a wall box under individual in the PFC+. If I query the entities under Template, I get the values. Why is the wallbox not displayed in the PFC+?
Thanks for your help
Haase
Hello,
I have set up a wall box under individual in the PFC+. If I query the entities under Template, I get the values. Why is the wallbox not displayed in the PFC+?
Thanks for your help
Haase
You will probably get more help if you ask here: Power Flow Card Plus 🚀
Sharing the actual config you used helps too.
Also share the yaml. Not a screenshot.
This?
type: custom:power-flow-card-plus
entities:
battery:
entity:
'0': s
'1': e
'2': 'n'
'3': s
'4': o
'5': r
'6': .
'7': w
'8': r
'9': _
'10': h
'11': 'y'
'12': b
'13': r
'14': i
'15': d
'16': _
'17': h
'18': a
'19': l
'20': l
'21': e
'22': _
'23': b
'24': a
'25': t
'26': t
'27': e
'28': r
'29': 'y'
'30': _
'31': p
'32': o
'33': w
'34': e
'35': r
'36': _
'37': c
'38': h
'39': a
'40': r
'41': g
'42': e
'43': _
'44': t
'45': o
'46': t
'47': a
'48': l
production: sensor.wr_hybrid_halle_battery_power_charge_total
consumption: sensor.wr_hybrid_halle_battery_power_discharge_total
state_of_charge: sensor.wr_hybrid_halle_battery_soc_total
grid:
entity:
'0': s
'1': e
'2': 'n'
'3': s
'4': o
'5': r
'6': .
'7': h
'8': o
'9': m
'10': e
'11': _
'12': m
'13': a
'14': 'n'
'15': a
'16': g
'17': e
'18': r
'19': _
'20': h
'21': a
'22': l
'23': l
'24': e
'25': _
'26': m
'27': e
'28': t
'29': e
'30': r
'31': i
'32': 'n'
'33': g
'34': _
'35': p
'36': o
'37': w
'38': e
'39': r
'40': _
'41': s
'42': u
'43': p
'44': p
'45': l
'46': i
'47': e
'48': d
production: sensor.home_manager_halle_metering_power_supplied
secondary_info: {}
solar:
entity: sensor.pv_leistung_halle_ac_2
display_zero_state: true
secondary_info:
entity: sensor.pv_leistung_halle_dc
individual:
- entity: sensor.smaev_3010622455_charging_station_power
secondary_info:
entity: sensor.smaev_3010622455_charging_session_energy
icon: mdi:ev-station
name: eV Charger Halle
unit_of_measurement: W
home:
secondary_info: {}
clickable_entities: true
display_zero_lines:
mode: show
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
title: PV Anlage Halle
Wow. That config is messed up. Not sure what caused this:
entities:
battery:
'0': s
'1': e
'2': 'n'
'3': s
'4': o
'5': r
'6': .
'7': h
'8': o
'9': m
'10': e
'11': _
'12': m
'13': a
'14': 'n'
'15': a
'16': g
'17': e
'18': r
'19': _
'20': h
'21': a
'22': l
'23': l
'24': e
'25': _
'26': m
'27': e
'28': t
'29': e
'30': r
'31': i
'32': 'n'
'33': g
'34': _
'35': p
'36': o
'37': w
'38': e
'39': r
'40': _
'41': s
'42': u
'43': p
'44': p
'45': l
'46': i
'47': e
'48': d
and this:
grid:
entity:
'0': s
'1': e
'2': 'n'
'3': s
'4': o
'5': r
'6': .
'7': h
'8': o
'9': m
'10': e
'11': _
'12': m
'13': a
'14': 'n'
'15': a
'16': g
'17': e
'18': r
'19': _
'20': h
'21': a
'22': l
'23': l
'24': e
'25': _
'26': m
'27': e
'28': t
'29': e
'30': r
'31': i
'32': 'n'
'33': g
'34': _
'35': p
'36': o
'37': w
'38': e
'39': r
'40': _
'41': s
'42': u
'43': p
'44': p
'45': l
'46': i
'47': e
'48': d
But it should be like this example: GitHub - flixlix/power-flow-card-plus: A power distribution card inspired by the official Energy Distribution card for Home Assistant
Hello,
I took one from the page and it works. I found, that my “Charger icon” appears only if the chatging power is >0. Do you know where this can be switched off?
THX