Skip to content
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

Lovelace dashboard #6

Open
suppnet opened this issue Aug 15, 2020 · 2 comments
Open

Lovelace dashboard #6

suppnet opened this issue Aug 15, 2020 · 2 comments

Comments

@suppnet
Copy link

suppnet commented Aug 15, 2020

Hi,

Thanks for the addon, works great! Can you share your lovelace dashboard code? This one:

https://raw.githubusercontent.com/pawelka/hassio-addons/master/sofarsolar/images/dashboard.png

dashboard

@luisgarcia87
Copy link

luisgarcia87 commented Nov 10, 2020

Hi I am starting to build the dashboard like the one on the screenshot:

I already made the Gauge for the current generation.

Edit your Home Assistant Dashboard and add the following lines:

cards:
  - type: gauge
    name: Solis Current Power
    entity: sensor.solis_power 
    unit: 'Watts'
    min: 0
    max: 8500
    severity:
      green: 5000
      yellow: 2500
      red: 0

Note: Modify entity name to your sensor name. Also I have an 8Kw system so modify the red yellow and green values according to your system, for instance mine would display red from 0 to 2499 yellow from 2500 to 4999 and green from 5000 and up.

@cezarysz
Copy link

Here you have my lovelace configuration. Little bit diferent.

https://pastebin.pl/view/b42272af

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants