structure7 / hvacMonitor

Monitoring supply/return air temps, run status, and on/off durations.
MIT License
10 stars 6 forks source link

Analog.io zero/error fix #88

Closed structure7 closed 8 years ago

structure7 commented 8 years ago

Maybe a notification in lieu of errors, at least for variables that report to data.sparkfun/analog.io.

If something goes into ERR (0 in the case of WU API error), it throws the graph scale off terribly.

Maybe want to see if there is some way to delete data.sparkfun items.

structure7 commented 8 years ago

See if anything special happens when app is turned off.

ALSO, I think the solution is

if (thereIsAnError == true)
{
stopReportingToSparkfun();
sendNotficiation; //(with lockout/reset capability)
}
structure7 commented 8 years ago

Addressed in twitterTwit.