Search found 263 matches

by ESP_Piyush
Thu Nov 09, 2023 12:49 pm
Forum: ESP RainMaker
Topic: ESP RMAKER TIME SYNC - Incorrect
Replies: 2
Views: 15271

Re: ESP RMAKER TIME SYNC - Incorrect

This print just indicates what the current time for the provided time zone is. As you can see it also says that time is not synchronised yet. Whenever the firmware gets the network time from SNTP, which should be within 30 seconds of connecting to the Internet, you should get a print like this: I (8...
by ESP_Piyush
Tue Oct 31, 2023 6:44 am
Forum: ESP RainMaker
Topic: Event is not Shown on dash board
Replies: 6
Views: 21076

Re: Event is not Shown on dash board

It is still not clear why you need JSON format specifically. You can see here that RainMaker allows creating multiple devices under same node. Using esp_rmaker_param_update_and_report() which you can find in all examples, you can report the state of any parameters, including the power/on-off paramet...
by ESP_Piyush
Mon Oct 30, 2023 5:04 pm
Forum: ESP RainMaker
Topic: ESP32 S3 wroom 1 board on ESP Rainmkaer
Replies: 3
Views: 15175

Re: ESP32 S3 wroom 1 board on ESP Rainmkaer

This can happen only if the board is too old and does not have the secret programmed in the efuse. Can you run this command

Code: Select all

espefuse.py summary --port $ESPPORT
and share the output over email at esp-rainmaker-admin@espressif.com. Please do not share this information here on the forum.
by ESP_Piyush
Mon Oct 30, 2023 4:53 pm
Forum: ESP RainMaker
Topic: Event is not Shown on dash board
Replies: 6
Views: 21076

Re: Event is not Shown on dash board

Insights events will show up only if explicitly reported from your application code using ESP_DIAG_EVENT() function, a sample of which can be found here . There are no "default" events as such. Meanwhile, JSON payloads for RainMaker are documented here . However, you never need to format/parse the J...
by ESP_Piyush
Thu Oct 26, 2023 8:38 am
Forum: ESP RainMaker
Topic: Event is not Shown on dash board
Replies: 6
Views: 21076

Re: Event is not Shown on dash board

The query is not clear. What event are you expecting which you are unable to see on the dashboard?
by ESP_Piyush
Mon Oct 23, 2023 12:11 pm
Forum: ESP RainMaker
Topic: Rainmaker components
Replies: 1
Views: 14931

Re: Rainmaker components

You will have to explicitly include all components from esp-rainmaker/examples/common and the ones from esp-rainmaker/components . The latter can be skipped if you just include the esp_rainmaker component from component manager which will pull in all dependencies. However, the ones from examples/com...
by ESP_Piyush
Thu Oct 19, 2023 11:42 am
Forum: ESP RainMaker
Topic: Suggestion - Download Logs Button
Replies: 1
Views: 18178

Re: Suggestion - Download Logs Button

I guess this is for ESP Insights. This has indeed been in our plans for some time to simplify viewing, analysing and sharing longer logs. Will be taken up soon.
by ESP_Piyush
Wed Oct 18, 2023 6:40 pm
Forum: ESP RainMaker
Topic: OTA Timeout on Public Deployment
Replies: 7
Views: 24630

Re: OTA Timeout on Public Deployment

A fix for this issue has been pushed out to public RainMaker. Please give it a shot.
by ESP_Piyush
Wed Oct 18, 2023 6:25 pm
Forum: ESP RainMaker
Topic: bridge to IFTTT
Replies: 1
Views: 18630

Re: bridge to IFTTT

We have not looked into all the details of IFTTT integration, but I guess it must be similar to Alexa and Google Voice Assistant integrations. These required some explicit support in the RainMaker backend, including some configurations for authentication. I am not sure if the publicly available APIs...
by ESP_Piyush
Mon Oct 16, 2023 6:49 am
Forum: ESP RainMaker
Topic: Can ESP Rainmaker use via LAN ETHERNET cable?
Replies: 1
Views: 27096

Re: Can ESP Rainmaker use via LAN ETHERNET cable?

What are the errors you see?