How to change the ruuvi gateway http send interval

I have tried to find information how to change the sending interval to http(s). Currently the gateway sends the data every 10 seconds. The optimal interval could be between 1 - 5 minutes.

I have tried to find information from Gateway configuration - docs, but haven’t find how to change the interval.

Firmware version is 1.13.1.

Any help would be appreciated.

Hi @secari ,

Thanks for your comment! This feature is not yet available in our current firmware. I have moved this topic under feature requests for now, and you also got my vote :slight_smile:

Hi @secari ,

Although this feature is not supported in the configuration, there is a workaround. If you have access to the web-server configuration, then it is possible to reconfigure the sending interval by sending a special ‘X-Ruuvi-Gateway-Rate’ header in the HTTP response. For example, “X-Ruuvi-Gateway-Rate: 60” will set the interval to 60 seconds.

Hi @Alexey,

Thanks for the information. I tested that and it works perfect!

One question more: Is there a limit or recommended maximum time for the interval?

The ‘X-Ruuvi-Gateway-Rate’ value is limited to one hour (3600 seconds).