Created
November 4, 2024 20:43
-
-
Save svenakela/1129b56fe062ef92aeda93b82df6b50c to your computer and use it in GitHub Desktop.
Home Assistant Gauges for Current Measurement
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
type: vertical-stack | |
cards: | |
- type: vertical-stack | |
cards: | |
- type: gauge | |
entity: sensor.p1ib_current_l1 | |
max: 25 | |
segments: | |
- from: 0 | |
color: "#2980B9" | |
- from: 3 | |
color: "#48C9B0" | |
- from: 10 | |
color: "#7DCEA0" | |
- from: 20 | |
color: "#FFC300" | |
- from: 23 | |
color: "#EC7063" | |
- from: 25 | |
color: "#FF0000" | |
unit: A | |
needle: false | |
- type: gauge | |
entity: sensor.p1ib_current_l2 | |
max: 25 | |
segments: | |
- from: 0 | |
color: "#2980B9" | |
- from: 3 | |
color: "#48C9B0" | |
- from: 10 | |
color: "#7DCEA0" | |
- from: 20 | |
color: "#FFC300" | |
- from: 23 | |
color: "#EC7063" | |
- from: 25 | |
color: "#FF0000" | |
unit: A | |
- type: gauge | |
entity: sensor.p1ib_current_l3 | |
max: 25 | |
segments: | |
- from: 0 | |
color: "#2980B9" | |
- from: 3 | |
color: "#48C9B0" | |
- from: 10 | |
color: "#7DCEA0" | |
- from: 20 | |
color: "#FFC300" | |
- from: 23 | |
color: "#EC7063" | |
- from: 25 | |
color: "#FF0000" | |
unit: A | |
view_layout: | |
position: sidebar |
Author
svenakela
commented
Nov 4, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment