-
-
Notifications
You must be signed in to change notification settings - Fork 8
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
Fluid level card error with type gauge (at system start) #291
Comments
I have the same issue. But when I edit the card and turn the needle off/on it works again. For me it's on all my devices. Desktop browser, android smartphone and android tablet. |
I have the same issue. |
Here is a minimal test code:
|
Hello, for me this is closed. |
I created a new card just to test and indeed it still not work. I'm not using the card as I was using it last year and I'm not having any issues anymore, all my cards are part of the "custom:stack-in-card" If I simulate the same with the standard horizontal or vertical stack I also don't see the issue. `
So yes there is still an issue but also a workaround. |
I created a new card just to test and indeed it still not work. Now I'm not using the card as I was using them last year all my cards are part of the "custom:stack-in-card" If I simulate the same with the standard horizontal or vertical stack I also don't see the issue. type: horizontal-stack
cards:
- type: custom:fluid-level-background-card
card:
type: gauge
entity: sensor_water_tank_percent
needle: true
severity:
green: 50
yellow: 15
red: 0
entity: sensor_water_tank_percent
level_color:
- 51
- 177
- 255 |
Yes it brakes. Looked into it on Friday but wasn't able to fix it. Please stay tuned. |
I think it should be fixed. I will publish a new beta today. |
Please check v0.1.6-beta.5 |
Tested with the test card created 2 weeks ago and working for me. And all my existing dashboards looks also ok. |
I am still having issues. If I refresh enough the card will load or if I just choose to edit the card it will render, however I also have 2 errors which appear and change when I refresh:
|
@DM-AU have you cleared a browser's cache? |
Sorry, you were right I didnt update (i had selected the beta version in HACS but didnt update). Status: No more errors. However I have the same issue as ildar170975 where the card is now completely invisible. The only way to bring it to view is to edit the card which renders it. |
Please check v0.1.6-beta.6 |
I have tested on an iPad, and 2x Windows computers using Edge and it is now displaying/working correctly. I will monitor and update if any changes. Thankyou for resolving! |
Checklist:
Release with the issue:
0.1.3
Last working release (if known):
Unknown
Browser and Operating System:
Windows 11 & Google Chrome
Description of problem:
After restart of HA one card including Gauges is displaying an error for the one using the Fluid Level background card. All other Gauge card are working fine. Editing the card (no need to save) resolves the issue until the next reboot of HA.
Error message:
In the below example all gauges are working fine except the last one which is embedded in Fluid Level:
type: vertical-stack
cards:
show_name: true
show_icon: true
show_state: false
entities:
title: Citerne
columns: 4
content: |-
Text explaining the values
cards:
entity: sensor.abri_citernes_adc
name: ''
max: 6
needle: true
severity:
green: 2
yellow: 1
red: 0
name: ''
entity: sensor.citerne_mazout
max: 100
needle: true
severity:
green: 25
yellow: 15
red: 0
name: ''
entity: sensor.citerne_mazout_cm
max: 180
needle: true
severity:
green: 25
yellow: 15
red: 0
entity: sensor.citerne_mazout
level_color:
card:
type: gauge
entity: sensor.citerne_mazout_l
max: 3000
needle: true
severity:
green: 800
yellow: 400
red: 0
min: 0
unit: L
The text was updated successfully, but these errors were encountered: