For the complete documentation index, see llms.txt. This page is also available as Markdown.

Polling mode

It is possible to poll the accumulated data from the Ruuvi Gateway via HTTP.

On the "Access Settings" page, enable bearer authentication and set the bearer token:

After that it is possible to poll data using the "/history" endpoint:

The accumulated data will be returned in JSON format: HTTP: Time-stamped data from Bluetooth-sensorsor HTTP: Data from Bluetooth-sensors without timestamps

Example of time-stamped data:

Also, it is possible to request only raw data without decoding:

Example of time-stamped data without decoding:

Last updated