Thermostat Fuel Stream


#1

So I’ve been playing around with basically fuel stream stuff and I have a few working no problem. What I’m ultimately wanting is a stream/graph to show when the ecobee is cooling/heat/fan only/idle, all on one stream. No clue where to even start.

Can anyone point me in the direction?


#2

You can convert those 4 conditions to numbers, and then plot those numbers in one fuel stream.
(fuel streams can only write numbers to the graph)

For example:
1 = Idle
2 = Fan Only
3 = Heat
4 = Cooling


I do something similar following the weather’s current conditions.

0 = Clear
5 = Cloudy
10 = Mostly Cloudy
15 = Overcast
35 = Fog
50 = Drizzle
60 = Rain
70 = Thunderstorm

Here is my results in the fuel stream:

temp

(the only real downside to this method is remembering what each number means when looking at the graph, since there is no legend capability yet)