thorrak / tiltbridge

Tilt Hydrometer to WiFi Bridge
http://www.tiltbridge.com/
Other
61 stars 27 forks source link

New unified data sender #243

Closed thorrak closed 7 months ago

thorrak commented 7 months ago

There were some errors reported with the Grainfather integration which - although I wasn't able to specifically pin down - led me to take a look at the various blocks of code that send data. This PR unifies everything except for Google Sheets, and adds HTTPS support for all endpoints.

Google Sheets integration should be relatively easy (it only requires the addition of processing the response to determine the full doc URL) but due to the interaction with Google Scripts will require substantial additional testing.