Edit: Your best bet would probably be to read the next post first.
I'll see if I can mess you up again.
Here is what I have, you can delete the freeze line of course:
# Plot of high/low outdoor temperatures
[[[yearhilow]]]
[[[[freezeLine]]]]
data_type = 32
label = ' '
color = 0x42b442
[[[[hi]]]]
data_type = highOutTemp
aggregate_type = max
label = High Outside Temperature
color = 0x4242b4
[[[[low]]]]
data_type = lowOutTemp
aggregate_type = min
label = Low Outside Temperature
color = 0xb48242
This is my result:
[ You are not allowed to view attachments ]
But as I recall I also had to add the columns highOutTemp and lowOutTemp to the database as I read from the archives instead of loop on my VP and have a fairly long archive interval and would otherwise miss some highs and lows, so as I say, I may be messing you up again. I don't know why the example isn't working.