-
Hi, I am trying to port my code for ESP32, which is using the Autoconnect library, from the Arduino IDE to Platformio.
The code is running perfectly in Arduino.
When I try and compile the code under…
-
The Thermostat Code does not have a return current temperature function so the Alexa app displays it as -1. How do i go about updating the current temperature on the server?. Thanks!
-
-
Hi, I am investigating the behavior of my esp32-based system as reported by the Sinric activity log - both on the web and in the equivalent json datafile downloaded with the API.
The log is reporting…
-
Hi, I am testing the doorbell functionality with an ESP32 module.
In the main loop
void loop() {
....
SinricPro.handle();
{...additional activities...}
}
if I include additional activities …
-
Hey folks,
so I had a nodeMCU running with Sinric and tried to transfer yesterday because my Sinric connected device didn't work anymore and only sent "Can't connect to sinric".
So I found Sinri…
-
hi, this is my code, it is an exact copy of the sample file, but when i connect the signal cable (D3, to the signal cable of my 3v relay) it keeps resetting the nodemcu. A simple sketch confirms that …
-
At startup, as soon as the SinricPro.isConnected() returns true I would like to send to the power status of my switch using the sendPowerStateEvent(int, String) function.
Unfortunately, SinricPro d…
-
Hi,
I am currently using one ESP32 to implement a given number of individual devices, namely 13 doorbells, 4 smart switches, temperature, and humidity.
I now need to implement other devices (eg. mot…
-
I'm following this api doc: https://apidocs.sinric.pro/#api-Device-get_api_v1_devices__id
But I'm not able to make request correctly to get the device information.
I'm getting this error:
{
…