Hi! I’m a bit stuck… I’m not able to change the font size of the value.
I want to show “-4890” but it’s only showing a few caracters.
I allready modified the font size but it’s not changing anything.
hoping someone can help me fix this card not quiet showing correctly
the value doesn’t seam to be rounding to whole numbers only resalting in it getting cut off.
Helo
I’m a beginner on HA. I want to add Fluid Level to my water tank. I added Lovelace Fluid Level Background Card but I don’t know how to use it. Can you please help me understand how to install this card? Thank you in advance
Thank you very much for your replay. I finally managed to
install it. I have an EPTTECH TS0601 Liquid Level Probe. I use the entity sonsensor.0x583bc2fffe031a6f_liquid_depth which measures the depth of the liquid but on my map the wave level does not move. I used lots of configurations but without result. I don’t understand where the problem is. Attached photo and my code.
I’ve had similar problem days ago, when i started with this card. The point is (perhaps a bit too hidden) that by default it assumes percents, so full is 100 and empty is 0. If you want to take into account real numbers, you must define full_value according to your needs. In your case you have current level 0,91m and full_value set to 110, that’s why level is at the bottom. If you change full_value to, say, 5 (for test) it will clime.
(EDIT: i don’t think “max” is used in this card…)
Also note that severity settings assumes percents even if you have full_value set. So, for example if you have set your full_value to 10 and you want red color below, say, 2 then: 2 is 20% from 10, so set severity to 20.
I have a sensor in % but it always remains at 100% so it cannot be used with this card. Is it possible to convert the value of my “sensor.0x583bc2fffe031a6f_installation_height” which is in mm into % in another probe?
I am trying to implement this great fluid-level card, but the graphic image is not loading for me. Could you tell me if i need to download an image and store it to my local folder, or if the card should automatically download the image from the web?
Thank you
Right click on the image Ftown1404 posted Aug 24. Save Image As …
It should download as a .png image.
Give it a name for example watertank.png
In Home Assistant, go into ‘File editor’.
Browse to the folder /www/
Create a folder eg. /icons/
Go into that folder
Click the upload button (arrow up)
Select choose file
Browse (on your local computer) to the image file you downloaded and renamed to ‘watertank.png’
Upload
In the YAML, for the img-path type:
/local/icons/watertank.png
I’m really struggling to get this to do what I need. At the moment I can see a very narrow border thats changing level, nothing over the main image, What am I doing wrong and how can I get a proper water level over the jar?