You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
HI
I would be interested in configuring the "Power Flow Card Plus" integration. With this widget it is possible to control the consumption trend of the entire system in "almost real" time.
you know which entities you need to use in order to configure it best
I am interested in the following configuration
my doubt concerns some entities that do not exist in solarman, but I think they need to be created in order to insert them into the card, the problem is that I don't know how to do it.
In the code below I will put the entities I am in doubt about in bold.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
HI
I would be interested in configuring the "Power Flow Card Plus" integration. With this widget it is possible to control the consumption trend of the entire system in "almost real" time.
you know which entities you need to use in order to configure it best
I am interested in the following configuration
my doubt concerns some entities that do not exist in solarman, but I think they need to be created in order to insert them into the card, the problem is that I don't know how to do it.
In the code below I will put the entities I am in doubt about in bold.
/-----------/
type: custom:power-flow-card-plus
entities:
home:
entity: sensor.home_consumption
color_icon: solar
fossil_fuel_percentage:
entity: sensor.fossil_fuel_percentage
icon: mdi:pine-tree
color_icon: true
display_zero: true
name: Non Fossil
state_type: power
grid:
icon: mdi:ab-testing
name: Provider
entity:
production: sensor.grid_production
consumption: sensor.grid_consumption
solar:
icon: mdi:solar-panel-large
entity: sensor.solar_production
battery:
name: Bateria
icon: mdi:bat
entity:
consumption: sensor.battery_consumption
production: sensor.battery_production
individual1:
entity: sensor.car_power
icon: mdi:car-electric
color: '#80b8ff'
name: Denim Flash
color_icon: false
individual2:
entity: sensor.motorbike_power
name: Qivi
color_icon: true
display_zero: true
color: '#ff8080'
icon: mdi:motorbike-electric
w_decimals: 0
kw_decimals: 2
min_flow_rate: 0.9
max_flow_rate: 6
watt_threshold: 10000
clickable_entities: true
title: Power Flow Card Plus
/------/
Origin: https://github.com/flixlix/power-flow-card-plus
Thank you
Virgilio
Beta Was this translation helpful? Give feedback.
All reactions