Due to popular request, I’ve created a sample card to better display sensor information visually on an interface. This is not the first of it’s kind as I’ve seen after that other people already done similar things in the past: Gauge Chart
Most important thing of this card is that this it’s standalone using mostly CSS without extra javascript libraries. One other important thing is that it allows custom scaling with parameters to allow using it together with stack cards.
Just implemented this for my HP Ink Levels and looks really awesome. Also tried to click the card but nothing happens, so looks like there is no history.
thank you for sharing this card. it’s very nice.
Is there a way to prevent it from “propagating” outside it’s box?
I checked in both Chrome and Safari and the arch sometimes expands outside its box
Not sure if it is in the card / js file but found this:
Running Home Assistant behind NGINX proxy. Now remote from other location as home i’m getting the following error on the card:
The card is showing that it can not find the Custom Element gauge-card. It is working from https://domain.name.com internally but when i’m outside my home network I get the error about the token.
In my configuration.yaml i have setup the base_url as domain.name.com.
getting “Custom element doesn’t exist: gauge-card.” error. I made sure I used the raw format and also have javascript_version: latest in my configuration.yaml. I also appended v=2. Here is my config.