Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Flow line color not showing #524

Closed
commandermatz opened this issue Mar 25, 2024 · 5 comments
Closed

Flow line color not showing #524

commandermatz opened this issue Mar 25, 2024 · 5 comments
Labels
bug Something isn't working

Comments

@commandermatz
Copy link

Describe the bug
Flow line for Individual 1 is not showing properly. Stays gray, no matter what it was set to.
All other Individuals work properly.
Switching Individuals, No1 stays faulty.

Screenshot 2024-03-25 13 42 54

Line for Haushalt shall be blue

type: custom:power-flow-card-plus
entities:
grid:
icon: mdi:transmission-tower
name: Netz
entity:
production: sensor.haus_einspeisung_gesamt_w
consumption: sensor.haus_entnahme_gesamt_w
color_circle: true
display_state: two_way
use_metadata: false
invert_state: false
color_value: true
color_icon: true
solar:
icon: mdi:solar-panel-large
entity: sensor.pv_leistung_gesamt_w
secondary_info:
entity: sensor.pv_gesamt_max_daily_w
template: ''
decimals: 1
color_value: false
color_icon: false
battery:
name: Batterie
icon: mdi:bat
entity:
consumption: sensor.battery_consumption
production: sensor.battery_production
individual:
- entity: sensor.haus_leistung_w
name: Haushalt
color_icon: false
display_zero: true
color: '#80b8ff'
icon: mdi:home-outline
secondary_info:
entity: sensor.haus_max_daily_w
decimals: 1
- entity: sensor.wasser_leistung_w_norm
name: Wasser
color_icon: false
display_zero: true
color: '#80b8ff'
icon: mdi:thermometer-water
secondary_info:
entity: sensor.wasser_max_daily_w
decimals: 1
- entity: sensor.heizung_leistung_w
icon: mdi:heating-coil
name: Heizung
color_icon: false
display_zero: true
color: '#80b8ff'
secondary_info:
entity: sensor.heizung_max_daily_w
decimals: 1
home:
subtract_individual: false
entity: sensor.haus_leistung_w
name: Total
color_icon: true
w_decimals: 0
kw_decimals: 1
min_flow_rate: 0.9
max_flow_rate: 10
watt_threshold: 1000
clickable_entities: true
display_zero_lines:
mode: transparency
transparency: 70
grey_color:
- 189
- 189
- 189
use_new_flow_rate_model: true
disable_dots: false

@commandermatz commandermatz added the bug Something isn't working label Mar 25, 2024
@Guenni9
Copy link

Guenni9 commented Apr 16, 2024

Btw, setting color_icon: true shows the line color, but of corse also the icon colored.

It seems, color_icon: and color_value:
are mixed up.

@flixlix
Copy link
Owner

flixlix commented Apr 16, 2024

@commandermatz can you try with version 0.2.1?

@Guenni9
Copy link

Guenni9 commented Apr 16, 2024

@flixlix, FYI, I'm using 0.2.1,

color_icon: false
image
color_icon: true
image

@commandermatz
Copy link
Author

Issue is still existing with new 0.2.1

Screenshot 2024-04-16 12 03 43

@flixlix
Copy link
Owner

flixlix commented Apr 21, 2024

fixed in #593

@flixlix flixlix closed this as completed Apr 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

3 participants