I have been using the chart node to track the temperature in my home for a while now. I am currently polling several temperature readings from around the house and pushing the average into a chart node every 5 minutes to view historical data. What I would like to add now is the ability to overlay the state of the HVAC system over the chart.
What I envision is a way to send a message/topic to change the background on the timeline rather than add a data point. For example it might be set to show a green background when the HVAC system is "OFF", a red background when the HVAC system is "HEATING" and a blue background when the HVAC system is "COOLING", so over a 48 hour period I would see the temperature history with vertical bands of color, probably alternating between green and blue at this time of year, showing when the system switched states and to what state across the historical data.
Is there any way to do this currently? If not, is that a feature that might be useful to add in the future, and does anyone have other clever ideas or a different approach to accomplish this goal?