49.6 °F
9.8 °C · 51.4% humidity
Adjust the environment and watch three probe zones respond, just like the live JSON feed on the home page.
Simulated refresh every 2 seconds · Last update 1:36:30 PM
Each card mirrors a probe key in the JSON feed below.
49.6 °F
9.8 °C · 51.4% humidity
48.6 °F
9.2 °C · 51.8% humidity
53.4 °F
11.9 °C · 50.1% humidity
50.5 °F
10.3 °C · 51.1% humidity
Relative temperature by zone for the current simulation.
This is the shape returned by the Arduino sketch and consumed by the website fetch layer.
{
"temp": {
"0": {
"f": 49.6,
"c": 9.8,
"h": 51.4
},
"1": {
"f": 48.6,
"c": 9.2,
"h": 51.8
},
"2": {
"f": 53.4,
"c": 11.9,
"h": 50.1
},
"avg": {
"f": 50.5,
"c": 10.3,
"h": 51.1
}
}
}