Skip to content

Instantly share code, notes, and snippets.

@svenakela
Created February 17, 2024 21:42
Show Gist options
  • Save svenakela/59d6c1254803cfed07686c2f827d5106 to your computer and use it in GitHub Desktop.
Save svenakela/59d6c1254803cfed07686c2f827d5106 to your computer and use it in GitHub Desktop.
Home Assistant 3 phase gauges
- type: horizontal-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
- type: gauge
entity: sensor.p1ib_current_l2
max: 25
unit: A
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'
- type: gauge
entity: sensor.p1ib_current_l3
max: 25
unit: A
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'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment