The rainmaker app don't show the time-series data

liuchuan
Posts: 6
Joined: Sun Sep 14, 2025 12:42 pm

The rainmaker app don't show the time-series data

Postby liuchuan » Sat Sep 20, 2025 2:07 am

Hi,
I use PROP_FLAG_TIME_SERIES as a param properties. but the rainmaker app show No chart data. The real-time data is display normally.
The time_series data does store in cloud?

Code: Select all

    param = esp_rmaker_param_create(CUSTOM_PARAM_BATTERY_VOLTAGE, CUSTOM_PARAM_BATTERY_VOLTAGE_TYPE,
        esp_rmaker_float(app_get_current_battery_voltage()), PROP_FLAG_READ | PROP_FLAG_TIME_SERIES);
Image

liuchuan
Posts: 6
Joined: Sun Sep 14, 2025 12:42 pm

Re: The rainmaker app don't show the time-series data

Postby liuchuan » Sat Sep 20, 2025 2:29 am

The log output,seems report time series data successfully

Code: Select all

I (8935) esp_rmaker_param: Reporting Time Series Data for Temperature Sensor.Battery Voltage

Piyush
Espressif staff
Espressif staff
Posts: 372
Joined: Wed Feb 20, 2019 7:02 am

Re: The rainmaker app don't show the time-series data

Postby Piyush » Tue Sep 23, 2025 12:38 pm

The China deployment of ESP RainMaker does not support Time Series data due to the unavailability of the required AWS service. Please use simple time series data instead. It would not have all the aggregations possible with the full-featured time series data, but it will still give you a graph of raw values.

Usage:

Code: Select all

    param = esp_rmaker_param_create(CUSTOM_PARAM_BATTERY_VOLTAGE, CUSTOM_PARAM_BATTERY_VOLTAGE_TYPE,
        esp_rmaker_float(app_get_current_battery_voltage()), PROP_FLAG_READ | PROP_FLAG_SIMPLE_TIME_SERIES);

liuchuan
Posts: 6
Joined: Sun Sep 14, 2025 12:42 pm

Re: The rainmaker app don't show the time-series data

Postby liuchuan » Wed Sep 24, 2025 2:10 am

Thanks。
By the way,Which cloud region the esp32 connects to is determined by what? Is it determined by the Rainmaker APP?
If I install and use the app for the global region, can I connect my device to the global cloud, even though I am geographically located in China.

Piyush
Espressif staff
Espressif staff
Posts: 372
Joined: Wed Feb 20, 2019 7:02 am

Re: The rainmaker app don't show the time-series data

Postby Piyush » Wed Sep 24, 2025 12:14 pm

With Assisted Claiming which I mentioned in the other forum post, the phone app sends the certificate and MQTT URL during claiming, which happens during Wi-Fi provisioning. Whatever region your phone app is set to will get used, irrespective of your geographical region. However, note that if you change the region setting of your phone from China to some other country or vice versa, you will have to erase the flash and then redo provisioning.

Who is online

Users browsing this forum: No registered users and 1 guest