-
After having correctly compiled and loaded the temperature sensor firmware on Nodemcu ESP8266E, when I open the serial monitor I have these data:
13:47:25.292 -> ...................connected!
13:47:…
-
Switch dimmer doesn't send state and level info in same callback. Ie "alexa, switch on 50%" only updates level not state=on. Have to make two calls to update level and state.
Thanks
-
Hi,
Platformio is offering, in my view, a better development environment wrt. Arduino IDE and I am trying to port my ESP32 code from Arduino to Platformio.
The code is running fine in Arduino.
I "t…
-
Goodmorning,
I'd like to be able to send the temperature detected by a sensor.
Online I found that you have to use the _sendTemperatureEvent ()_ command but I can’t figure out where to put it and h…
-
Hello, I use Sinric Pro, to control an addressable led strip, through the WS2812FX library. I can change the colors, brightness and status without problems, but I would like to switch between the effe…
-
Hi Khoi!
Version 2.8.0 is about SSL (enabled by default now)
Did you noticed this?
Best regards
Boris
-
ESP32 will not connect to SinricPro after an update to Version 2.3.0
Version 2.2.0 does not have the issue
-
Hi!
I've been trying to make one NodeMCU act as 2 (maybe 3 in the future) different devices, one light that is actually just an ir sender, that controls my LEDs and two switches. But now I'm stuck …
-
Hello, I am starting to work on a smart kettle with specific temperatures and keep warm function, but at the moment the device is not available in Sinric. Is it possible to add the kettle? buy this ju…
-
When I try to send from the esp the On powerstate event it returns a false and does not send to the server. I assume I'm not formatting the command correctly. What I want to accomplish is to turn on…