Skip to content

Haluska77/solar-gauge-card

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

solar-gauge-card

Solar gauge card for Home Assistant

GitHub release (latest by date) GitHub all releases commit_activity

Goal

The goal is to display Solar production and its distribution to home, grid or battery in gauge style.

Install

HACS (recommended)

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
  1. Download and copy solar-gague-card.js from the latest release into your config/www directory.

  2. Add the resource reference as decribed below.

Add resource reference

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:

  1. Make sure, advanced mode is enabled in your user profile (click on your user name to get there)
  2. Navigate to Settings -> Dashboards
  3. Click three dot icon
  4. Select Resources
  5. Hit (+ ADD RESOURCE) icon
  6. 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)

Releases

No releases published

Packages

No packages published