Search found 260 matches

by ESP_Piyush
Mon Oct 30, 2023 4:53 pm
Forum: ESP RainMaker
Topic: Event is not Shown on dash board
Replies: 6
Views: 20786

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: 20786

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: 14751

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: 17941

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: 24371

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: 18408

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: 26903

Re: Can ESP Rainmaker use via LAN ETHERNET cable?

What are the errors you see?
by ESP_Piyush
Mon Oct 16, 2023 6:49 am
Forum: ESP RainMaker
Topic: Help with esp rainmaker 4 relays temperature and variable pwm led
Replies: 3
Views: 38118

Re: Help with esp rainmaker 4 relays temperature and variable pwm led

Can you specify what all you have tried first? That would help better understand the issue and help with it.
by ESP_Piyush
Mon Oct 02, 2023 10:00 am
Forum: ESP RainMaker
Topic: Running a config web server in parallel to Rainmaker
Replies: 16
Views: 26144

Re: Running a config web server in parallel to Rainmaker

Can you explain the workflow of your setup and configurations? Would your end user first configure the device to connect to the Wi-Fi network and then the installer does the configurations from a different interface?
by ESP_Piyush
Mon Oct 02, 2023 6:21 am
Forum: ESP RainMaker
Topic: Private deployment
Replies: 2
Views: 18351

Re: Private deployment

Hi Gabriel, Getting a private ESP RainMaker deployment is not an automated process since there are business discussions and finances involved. It till take atleast a few days for our sales team to respond due to the ongoing holiday season. Meanwhile, have you already done the initial evaluation on t...