Search found 5 matches

by redo33
Thu Mar 13, 2025 6:41 am
Forum: ESP RainMaker
Topic: How to create a door bell device ?
Replies: 3
Views: 2699

Re: How to create a door bell device ?

Door bell is currently supported only for Alexa, not GVA. We will add the support for this and other missing devices soon.

Thank you very much. That's a good news.
by redo33
Sun Mar 09, 2025 3:19 am
Forum: ESP RainMaker
Topic: How to create a door bell device ?
Replies: 3
Views: 2699

Re: How to create a door bell device ?

I found that "esp.param.pressed-state" was ok for RainMaker App to run, but it seemed to cause a problem with Google Home.

Adding a new device (from RainMaker) took forever.
by redo33
Sat Mar 08, 2025 9:40 pm
Forum: ESP RainMaker
Topic: How to create a door bell device ?
Replies: 3
Views: 2699

How to create a door bell device ?

I couldn't find an example for creating a door bell device.

Here is my best guess:
bell = new Device("Door Bell", "esp.device.doorbell", NULL);
Param deviceParam("Pressed State", "esp.param.pressed-state", value(false), PROP_FLAG_READ|PROP_FLAG_WRITE);

Is "esp.param.pressed-state" right ?

There ...
by redo33
Sat Mar 08, 2025 9:31 pm
Forum: ESP RainMaker
Topic: ESP32 C3 Error esp-tls: create_ssl_handle failed
Replies: 2
Views: 1253

Re: ESP32 C3 Error esp-tls: create_ssl_handle failed

Thank you very much.

Luckily, I found a solution. Changing ESP32 Core to 2.0.17 and choose the ESP32 C3 Dev Module. Everything works.

People have encountered problems due to the Core mismatch.
by redo33
Fri Mar 07, 2025 3:44 pm
Forum: ESP RainMaker
Topic: ESP32 C3 Error esp-tls: create_ssl_handle failed
Replies: 2
Views: 1253

ESP32 C3 Error esp-tls: create_ssl_handle failed

Hi,

I have WeAct ESP32 C3 and C6. The C6 worked fine but the C3 had the following error:

[ 69137][I][RMaker.cpp:19] event_handler(): RainMaker Claim Started.
E (69532) esp-tls-mbedtls: mbedtls_ssl_setup returned -0x7F00
E (69532) esp-tls: create_ssl_handle failed
E (69533) esp-tls: Failed to open ...

Go to advanced search