structure7 / hvacMonitor

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

Cut out the Phant middle man? #117

Closed structure7 closed 7 years ago

structure7 commented 7 years ago

https://learn.sparkfun.com/tutorials/esp8266-thing-hookup-guide/example-sketch-posting-to-phant

Either use the above library or the old HTTP GET to keep the phant traffic local in lieu of Blynk's webhook... a possible point of failure. Start with low-priority devices like fridge and HVAC RA/SA.

structure7 commented 7 years ago

Phant library is buggy and strange. Keeping with HTTP post/get!