Simple POST login to get key, then GET to poll value

I want an integration with Fireboard meat thermometer (for my sauna), which requires a simple POST login to get a security token, then I can poll with a GET request to retrieve the sensor temperature.

Is there a simple way to do this with a toolkit, or do I need to write my own?

What is a good way to implement such an integration? Google Cloud Functions or something more suited to this task?

Thanks.

1 Like

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.