Search found 296 matches

by ESP_Piyush
Mon Nov 01, 2021 6:52 pm
Forum: ESP RainMaker
Topic: How to write ESP-RainMaker device license to ESP32?
Replies: 1
Views: 10805

Re: How to write ESP-RainMaker device license to ESP32?

Hello,

Thanks for your interest in ESP RainMaker. Please drop an email to our sales team at sales@espressif.com to get further information.
by ESP_Piyush
Thu Oct 28, 2021 11:36 am
Forum: ESP RainMaker
Topic: Removing node from APP doesn't remove it from the dashboard
Replies: 3
Views: 13534

Re: Removing node from APP doesn't remove it from the dashboard

Nodes seen in Dashboard are the claimed nodes to which you have admin access, whereas the nodes you see in phone app are the ones to which you have an end user level access. End user access can be removed, but admin access stays forever (by design). You can refer User roles document to understand mo...
by ESP_Piyush
Thu Oct 21, 2021 7:39 am
Forum: ESP RainMaker
Topic: Arduino not compiling RainMaker switch example
Replies: 3
Views: 14545

Re: Arduino not compiling RainMaker switch example

The ESP RainMaker libraries in Arduino only support ESP32 for the time being. We will update here once support for other platforms is made available.
by ESP_Piyush
Tue Oct 12, 2021 9:12 am
Forum: ESP RainMaker
Topic: Parameter mapping to enable GVA controlled device.
Replies: 4
Views: 17155

Re: Parameter mapping to enable GVA controlled device.

After checking internally , I found out that the fan support wasn't pushed out to production because the fan speed control from GVA was not as straightforward as a range controller for Alexa. We will check how this can be supported and add it asap.
by ESP_Piyush
Thu Sep 23, 2021 4:07 pm
Forum: ESP RainMaker
Topic: Parameter mapping to enable GVA controlled device.
Replies: 4
Views: 17155

Re: Parameter mapping to enable GVA controlled device.

Hello, The documents have not been updated for some time, but Fan is already supported for both, Alexa and GVA. You can use the default fan example in esp-rainmaker for that. We will update the documents soon with details of all the device and parameter types supported and their mappings with Alexa/...
by ESP_Piyush
Tue Sep 21, 2021 1:02 pm
Forum: ESP RainMaker
Topic: Error:GPIO isr service already installed
Replies: 17
Views: 115975

Re: Error:GPIO isr service already installed

Hi Nirmesh, I tried your new code from github and compiled it with idf 4.2.1. I only did this minor change for it to compile with latest esp-rainmaker: diff --git a/CMakeLists.txt b/CMakeLists.txt index f0d8517..43a3889 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,9 +2,14 @@ # in this exac...
by ESP_Piyush
Wed Sep 08, 2021 9:06 am
Forum: ESP RainMaker
Topic: Error:GPIO isr service already installed
Replies: 17
Views: 115975

Re: Error:GPIO isr service already installed

Hi Nirmesh, As mentioned in the earlier comment, the specific error message "GPIO isr service already installed" is indeed an error and appropriate changes would be done either in the GPIO driver and/or the button component to handle or prevent this error. It is harmless only in this particular cont...
by ESP_Piyush
Tue Sep 07, 2021 6:11 pm
Forum: ESP RainMaker
Topic: Error:GPIO isr service already installed
Replies: 17
Views: 115975

Re: Error:GPIO isr service already installed

Hi Nirmesh,

Can you share the code snippet for this new issue?
by ESP_Piyush
Tue Sep 07, 2021 6:06 pm
Forum: ESP RainMaker
Topic: IO Connect - RainMaker (Android)
Replies: 3
Views: 15357

Re: IO Connect - RainMaker (Android)

Just tried out the newer version. Working like a charm :)
by ESP_Piyush
Mon Sep 06, 2021 3:20 pm
Forum: ESP RainMaker
Topic: Error:GPIO isr service already installed
Replies: 17
Views: 115975

Re: Error:GPIO isr service already installed

Hi Nirmesh,

If I remember correctly, that is more like a warning rather than an error. Do you face any actual issues while using the GPIO.

Regards,
Piyush