The tortoise has different temperature requirements for different times of day as follows:
Basking Area Temp 32-35 degrees celcius
Ambient/cool zone 24-29 degrees celcius
Nighttime Temperature 20-23 degrees celcius
The ambient/cool zone needs a seperate sensor as I’ve just realised, but how can I display the temperature range for different temperatures at night?
I also really dislike the design of the built-in colour scale as it has no gradient and looks too ‘in your face’. Is there a nicer design with a gradient colour scale I can use?
These both allow stacking multiple arcs, so you could have basking, ambient, and or nightime combined in whatever way you want. I don’t know of any that allows templating the segment object. Your best best might be to use conditional cards to determine what is displayed at any given time.
That really depends on what you need, one option for day/night would be something based on sun.sun… either directly on its state or on the elevation attribute. Another option would be to set up a Times of the Day Sensor Helper and use its state as your condition.
Doesn’t look like you can use templates for the segement boundaries in the Gauge Card Pro.
It seems to work, though, if you ‘wrap’ it into a custom config-template-card; this is just a ‘quick and dirty’ adoption of what works in the gauge card as well - with the drawback that it also ‘flickers’ every few seconds:
This allows me to adjust the input_number.grill_alert_low and input_number.grill_alert_high via script/automation and the gauge card adjusts automatically.