Hi
Can’t find best category to post this in.
When I load my page from iOS HA app or from browser on win 11 the gauges do not always populate. A pull down refresh or refresh page once or twice can bring it back or if the entity updates itself.
Am I doing something wrong. It used to work.
Post a SIMPLIFIED version of your code which causes the glitch.
Can you help me with what you mean? Is it just the card code or another code?
Code from card
type: horizontal-stack
cards:
- type: gauge
entity: sensor.myenergi_harvi_131_grid_ct1
name: Ohme Grid (Grey)
min: -5000
max: 20000
needle: true
severity:
green: -5000
yellow: 500
red: 3000
- type: gauge
entity: sensor.myenergi_harvi_131_grid_ct2
name: House and Solar Grid (Brown)
min: -5000
max: 20000
needle: true
severity:
green: -5000
yellow: 500
red: 3000
- type: gauge
entity: sensor.myenergi_harvi_131_grid_ct3
name: Zappi Grid (Black)
min: -5000
max: 20000
needle: true
severity:
green: -5000
yellow: 500
red: 3000