-
Hellos im from México and i got a problem i had 2 led strip in my rom of 300 leds each one, so the problem is that i search by internet about hoy i can control 2 led strips in mirror with sinric pro i…
-
![IMG-20240522-WA0004.jpg](https://github.com/sinricpro/esp8266-esp32-sdk/assets/20017323/cf9afb66-4e0e-476b-b952-997610ef3957)
Could you please help me how to solve this and why it appears
-
Controlling 2 relay using 2 push switch . working fine as expected.
**Then I notice when the NodeMcu disconnected from the router the manual push switches are not working.
Maybe the `delay(250);` …
-
Help me please. I'm stuck coding for multiple devices. Im using ESP8266 Where I want to control two relays (PIN 5,4) by two push switches (PIN 12,14). Also want to add a DHT11 temperature and humidity…
-
Hi, are you still supporting this project?
I have been looking for a project to use as a basis for communicating between ESP8266 / ESP32 and Alexa.
This is a great project and very well written…
-
Hello friends, my garage only works with a pulse generated by a relay,
How can I change the state of the door from open to closed in the app without it acting on the relay?
Neu59 updated
6 months ago
-
Hi!
I am using a stepper motor and an A4988 driver for the movement of the blind. The problem is that the motor gets too hot and I want to add an option in the source code so that when the motor fi…
-
Hi, I've recently finished a Thermostat project that's perfoming excellent!!!
The perfection could be reached if appart from retrieving the last state of the termostat and SetPoint temeperature from …
-
can you please add this line
#include "Capabilities/TemperatureSensor.h"
to the header file
src/SinricProWindowAC.h
-
I need to change the name of the device during runtime. But, once init'd, later inits won't change the name.
For example, this results in the BLE name of "happy":
```
NimBLEDevice::init("happy");…