Search found 268 matches

by ESP_Piyush
Mon Oct 23, 2023 12:11 pm
Forum: ESP RainMaker
Topic: Rainmaker components
Replies: 1
Views: 18818

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

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

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

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

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

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

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

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...
by ESP_Piyush
Wed Sep 27, 2023 5:49 pm
Forum: ESP RainMaker
Topic: OTA Timeout on Public Deployment
Replies: 7
Views: 29151

Re: OTA Timeout on Public Deployment

Hello, sorry for the delay, but I could indeed reproduce this issue and the team has identified the root cause. This will be fixed shortly.
by ESP_Piyush
Wed Sep 27, 2023 5:45 pm
Forum: ESP RainMaker
Topic: How to change the wifi AP credentials on an existing (claimed) node?
Replies: 3
Views: 46662

Re: How to change the wifi AP credentials on an existing (claimed) node?

You can check the app_reset component of esp-rainmaker/examples/common which is used in all the RainMaker examples.