Solar gauge card for Home Assistant
The goal is to display Solar production and its distribution to home, grid or battery in gauge style.
This card is direclty available in HACS (Home Assistant Community Store). HACS is a third party community store and is not included in Home Assistant out of the box. To install this:
- Go to HACS
- Click on
Frontend
- Search for
Solar gauge card
- Install via UI
Manual Install
-
Download and copy
solar-gague-card.js
from the latest release into yourconfig/www
directory. -
Add the resource reference as decribed below.
If you configure Dashboards via YAML, add a reference to solar-gague-card.js
inside your configuration.yaml
:
resources:
- url: /local/solar-gague-card.js
type: module
Else, if you prefer the graphical editor, use the menu to add the resource:
- Make sure, advanced mode is enabled in your user profile (click on your user name to get there)
- Navigate to Settings -> Dashboards
- Click three dot icon
- Select Resources
- Hit (+ ADD RESOURCE) icon
- Enter URL
/local/solar-gague-card.js
and select type "JavaScript Module". (Use/hacsfiles/solar-gague-card/solar-gague-card.js
and select "JavaScript Module" for HACS install if HACS didn't do it already)