Skip to content

Instantly share code, notes, and snippets.

@svenakela
Created November 4, 2024 20:43
Show Gist options
  • Save svenakela/1129b56fe062ef92aeda93b82df6b50c to your computer and use it in GitHub Desktop.
Save svenakela/1129b56fe062ef92aeda93b82df6b50c to your computer and use it in GitHub Desktop.
Home Assistant Gauges for Current Measurement
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
@svenakela
Copy link
Author

image

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment