Search found 259 matches

by ESP_Piyush
Thu Feb 22, 2024 10:01 am
Forum: ESP RainMaker
Topic: SoftAP mode and BLE mode of WiFi Provisioning can be enabled simultaneously?
Replies: 3
Views: 382

Re: SoftAP mode and BLE mode of WiFi Provisioning can be enabled simultaneously?

Unfortunately, this is currently not supported by the underlying esp-idf Wi-Fi provisioning APIs. This has to be chosen at compile time.
by ESP_Piyush
Mon Jan 29, 2024 5:32 pm
Forum: ESP RainMaker
Topic: Insights Variable Upload Examples
Replies: 1
Views: 680

Re: Insights Variable Upload Examples

Hi Josh, For the usage instructions for Insights, have you checked the docs here ? The time series functionality in RainMaker is geared towards end user use cases and aggregations are restricted to the the specific parameter for the specific device. This can be enabled in firmware by simply adding t...
by ESP_Piyush
Mon Jan 22, 2024 6:45 am
Forum: ESP RainMaker
Topic: Integration with 3rd party API
Replies: 2
Views: 541

Re: Integration with 3rd party API

Devices not connected to ESP RainMaker cloud directly cannot be part of RainMaker automations. If you want to control 3rd party devices, you can check the Automations in Google Home or the Routines in Alexa which allows cross-vendor integrations.
by ESP_Piyush
Mon Jan 15, 2024 5:49 pm
Forum: ESP RainMaker
Topic: Even after initiating a board reset, the challenge persists in establishing a connection to another device through the E
Replies: 1
Views: 25243

Re: Even after initiating a board reset, the challenge persists in establishing a connection to another device through t

Did you just reboot the board or pressed and held the boot button for 3+ or 10+ seconds as mentioned under the Resetting the board section of the docs?
by ESP_Piyush
Mon Jan 15, 2024 5:46 pm
Forum: ESP RainMaker
Topic: RainMaker product
Replies: 1
Views: 24979

Re: RainMaker product

Nova Home is built for specific smart home use cases like lights and switches and supports only single devices, not multiple devices in single node. So, assuming that the 2 screens mean 2 tiles of devices, that would not be possible in Nova Home. ESP RainMaker app could be suitable. However, the use...
by ESP_Piyush
Thu Jan 04, 2024 2:19 pm
Forum: ESP RainMaker
Topic: Failed to get device version information with error the handle is invalid ERROR
Replies: 3
Views: 4074

Re: Failed to get device version information with error the handle is invalid ERROR

Hi Pulkit,

With no information at all about what firmware is being used, it would be almost impossible to help here. Can you share more details?
by ESP_Piyush
Wed Jan 03, 2024 5:50 pm
Forum: ESP RainMaker
Topic: RainMaker Thermostat
Replies: 1
Views: 32274

Re: RainMaker Thermostat

Please check out these videos by some hobbyists to understand how to integrate temperature sensors in ESP RainMaker: Using RainMaker with Arduino IDE in ESP32 Temperature and Humidity Monitor Using ESP RainMaker After that, check my comment here to understand how to implement any standard device typ...
by ESP_Piyush
Thu Dec 28, 2023 2:43 pm
Forum: ESP RainMaker
Topic: how to use standard motion sensor device
Replies: 4
Views: 5061

Re: how to use standard motion sensor device

Please check my comment here for some pointers. Your motion sensor device creation logic seems fine, since it indeed sets the device type to esp.device.motion-sensor, but you can skip the power parameter if the motion sensor does not need any control. The motion detection state parameter, however, s...
by ESP_Piyush
Wed Dec 27, 2023 11:44 am
Forum: ESP RainMaker
Topic: TV Params not recognized by Alexa
Replies: 1
Views: 14641

Re: TV Params not recognized by Alexa

As mentioned in the Standar device type docs, Name, Power, Media State, Media Control App Selector, Input Selector, Volume are all mandatory parameter for TV. Can you try adding these?
by ESP_Piyush
Wed Dec 27, 2023 10:47 am
Forum: ESP RainMaker
Topic: how to use standard motion sensor device
Replies: 4
Views: 5061

Re: how to use standard motion sensor device

Are you using esp-idf of Arduino? Can you share your current snippet which creates the device so that we can suggest appropriate changes?