structure7 / hvacMonitor

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

WebHook in lieu of client POST #105

Closed structure7 closed 7 years ago

structure7 commented 7 years ago

Tested good!

Use this at the normal sparkfun interval: Blynk.virtualWrite(66, String("officetemp1=") + officeTemp); Expand to multiple pins as needed.

Use this in the app with the proper vPin (66 in this example): https://data.sparkfun.com/input/pubKey?private_key=privKey&/pin/.

Set method to POST, content type to text/plain.

structure7 commented 7 years ago

Implement this?

http://community.blynk.cc/t/multiple-fields-w-webhook-virtualwrite-array-possible/8322/2