Hi,
Did anyone find this tool?
https://github.com/espressif/esp-iot-so ... uide_en.md
Or any alternative tool?
Search found 4 matches
- Fri Apr 12, 2024 8:16 pm
- Forum: ESP IoT Solution
- Topic: Introduce the ESP Touchsensor Debugging Tool (Beta)
- Replies: 3
- Views: 35501
- Thu Feb 02, 2023 1:56 am
- Forum: ESP RainMaker
- Topic: RainMaker OTA problem
- Replies: 0
- Views: 2279
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...
- Mon Dec 19, 2022 6:47 pm
- Forum: ESP RainMaker
- Topic: Thermostat does not work on GVA
- Replies: 3
- Views: 3542
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...
- Wed Dec 14, 2022 8:34 pm
- Forum: ESP RainMaker
- Topic: Thermostat does not work on GVA
- Replies: 3
- Views: 3542
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?
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?