You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: