Search found 4 matches

by Awantunes
Thu Feb 02, 2023 1:56 am
Forum: ESP RainMaker
Topic: RainMaker OTA problem
Replies: 0
Views: 1697

RainMaker OTA problem

Hello everyone. I'm using the following rainmaker example with ESP32-S3-WROOM-1-N16 and Arduino IDE: https://github.com/espressif/arduino-esp32/blob/master/libraries/RainMaker/examples/RMakerSwitch/RMakerSwitch.ino together with the u8g2 library: https://github.com/olikraus/u8g2 after finishing rain...
by Awantunes
Mon Dec 19, 2022 6:47 pm
Forum: ESP RainMaker
Topic: Thermostat does not work on GVA
Replies: 3
Views: 2701

Re: Thermostat does not work on GVA

Hello, This is the part of my code where I add the device: Node my_node; static int gpio_switch = 7; Device termostato("Controlador de Spa", "esp.device.thermostat", &gpio_switch); Param parametro_set_temperatura("Temperatura programada", ESP_RMAKER_PARAM_RANGE, value(20), PROP_FLAG_READ | PROP_FLAG...
by Awantunes
Wed Dec 14, 2022 8:34 pm
Forum: ESP RainMaker
Topic: Thermostat does not work on GVA
Replies: 3
Views: 2701

Thermostat does not work on GVA

Hello guys.

I created a thermostat type device in Rainmaker. It works fine on Rainmaker and Alexa, but it doesn't work properly on GVA. In GVA it is not possible to configure the temperature.

Can anyone who has had this problem help me?