Iāve just come across a strange happening that I canāt seem to figure out - itās probably some simple that Iāve inadvertently done/not done (Iām still new on HA!).
The latest update to the PFC+ (v 0.2.1) allowed up to 4 āindividualā entities. I added my 4 entities and it works just fine via the Chrome browser and the HA application on my macMini. However when I view the card on my mobile devices (iphone and ipad) via the HA Companion App the card doesnāt show the āindividualā entities. It does if I run HA via Chrome on these devices.
Iām running HA Core version 2024.4.0, Front End 20240403.1.
Not sure whatās going on as I was able to successfully view 2 āindividualā entities in the previous version of PFC+.
Hereās the screen shot from the Chrome browserā¦
I tried removing two of the individuals from the code and it still didnāt show any of the āindividual entitiesā. I have refreshed the browser cache and restarted HA during testing of this all to no avail.
Any help really appreciated. Great work on the card BTW!
Ok seems to be fixed now, not a PFC+ problem at all. I moved some of my sensors into the template file format and now all four individual entities are shown. I think if thereās a problem with the individual entity sensor(s) then the card just shows the grid, Solar and house circles.
If anyone else ends up with the same issue using a forward reverse ct this is what will get you out of trouble.
thanks @wattmatters for starting me off and sorry for the very slow replyā¦ working away will do that
Hey, recently the Power Flow Card has only been working on my PC.
I get the error message on my iPhone:
āYou are using an outdated configuration. Please update your configuration to the latest version.ā
Somehow strange that it only doesnāt work on the mobile phone, has anyone already had this problem and knows a solution?
Here is my code:
entities:
battery:
entity:
'0': i
'1': 'n'
'2': p
'3': u
'4': t
'5': _
'6': 'n'
'7': u
'8': m
'9': b
'10': e
'11': r
'12': .
'13': s
'14': e
'15': t
'16': _
'17': s
'18': g
'19': _
'20': b
'21': a
'22': t
'23': t
'24': e
'25': r
'26': 'y'
'27': _
'28': m
'29': a
'30': x
'31': _
'32': c
'33': h
'34': a
'35': r
'36': g
'37': e
'38': _
'39': p
'40': o
'41': w
'42': e
'43': r
consumption: sensor.battery_discharging_power
production: sensor.battery_charging_power
state_of_charge: sensor.battery_level_nominal
grid:
entity:
'0': s
'1': e
'2': 'n'
'3': s
'4': o
'5': r
'6': .
'7': m
'8': e
'9': t
'10': e
'11': r
'12': _
'13': a
'14': c
'15': t
'16': i
'17': v
'18': e
'19': _
'20': p
'21': o
'22': w
'23': e
'24': r
consumption: sensor.import_power
production: sensor.export_power
name: Netz
solar:
entity: sensor.total_dc_power
display_zero_state: true
name: Solar
home:
entity: sensor.load_power
name: Zuhause
individual1:
entity: sensor.evcc_charge_power_w
name: Wallbox
display_zero_state: true
calculate_flow_rate: false
display_zero: true
color:
- 251
- 255
- 0
clickable_entities: true
display_zero_lines:
mode: show
transparency: 50
grey_color:
- 189
- 189
- 189
use_new_flow_rate_model: false
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: Aktuell
has this configuration and it works on the computer. Unfortunately, the phone says you are using outdated configuration.
I did everything and I donāt know whatās wrong anymore
Iāll ask for help
i update to v0.2.2.
My current power flow card and a new one also show me the old UI editor.
How i can switch to the new one with the vour individuals?
your config for individual is wrongā¦itās no longer individual1, individual2 and is now a list (I think itās a list anyway) under a singular individual
(at a guess the devices where the cards are āworkingā havenāt cleared their cache and are using an old version of the card)
Hello together,
since a few weeks Iām using also the PFCP and I think, this is exact what Iām looking for. Thanks a lot for this super card. Nearly everything does show what I want to see,
Butā¦ in the individual one I placed the power for my office. it is a individual of my house, which har an PV on the roof and battery pack of 7.5 kWh.
Additional on the office there is a small pv system with actual 600Wpeek, which works as a powersorce for the office. As soon as the office is not in use, there is a surplus of energy generated, which unfortunately does not change the direction in the display. Is it possible to reverse the display depending on the direction of production/consumption in the individuals?