thorrak / tiltbridge

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

Add Grainfather support #179

Closed teanooki closed 2 years ago

teanooki commented 3 years ago

It would be great having the ability to send data to Grainfather. I managed to communicate with their API on the console:

Example curl -H 'Content-Type: application/json' -H 'Accept: application/json' --data '{"SG":1.102, "Temp":23.9, "Unit":"C"}' -X POST https://community.grainfather.com/iot/XXXX-XXXX/tilt

Result: HTTP/2 201 {"result":"success"}

Error: HTTP/2 429 { "message": "Too Many Attempts." }

Feature request

Data received in Grainfather Selection_005

thorrak commented 3 years ago

I already have Grainfather as a supported target in Fermentrack, it shouldn't be an issue to get this added to TiltBridge as well.

thorrak commented 2 years ago

This is now merged to master