espressif / esp-rainmaker

ESP RainMaker Agent for firmware development
Apache License 2.0
433 stars 146 forks source link

Enable time series data (MEGH-3791) #163

Closed CodorStelian closed 1 year ago

CodorStelian commented 1 year ago

How to properly enable time series data? Is it enabled on server side? because I get "No chart data" on Android app. I have already added the time series flag on temperature param.

JohnMacrae commented 1 year ago

Can you point me at the documentation for this please - I will check it out

On Tue, 30 Aug 2022, 10:02 Codor Stelian, @.***> wrote:

How to properly enable time series data? Is it enabled on server side? because I get "No chart data" on Android app. I have already added the time series flag on temperature param.

— Reply to this email directly, view it on GitHub https://github.com/espressif/esp-rainmaker/issues/163, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADHTIDPOJUMPJD2CEMKAQNTV3XE2PANCNFSM6AAAAAAQAGAMAI . You are receiving this because you are subscribed to this thread.Message ID: @.***>

miroslavpetrov commented 1 year ago

@CodorStelian Adding the flag is not sufficient to get ts data wokring. The rainmaker library is unfinished and I was given a patch which adds the ts data support on the firmware side. We are using rainmaker on a private aws instance and its working fine. Find attached the patch. rmaker patch.zip

CodorStelian commented 1 year ago

@miroslavpetrov I thought the rainmaker library is finished and ready to use for this feature. Thanks, I will use the patch!

shahpiyushv commented 1 year ago

@CodorStelian , firmware support was not yet pushed out because of the feature missing in the phone apps. We will push it out in a couple of days.

CodorStelian commented 1 year ago

Solved using the patch provided by @miroslavpetrov.

mcmchris commented 1 year ago

How can I add the PATCH? would be very valuable for me any help on this!

shahpiyushv commented 1 year ago

The support has now been pushed to github (https://github.com/espressif/esp-rainmaker/commit/b63b9d66f1967afab2cc31ed92dd84a0ad1adea7)