Aruna Tennakoon
Aruna Tennakoon
Hi, Thanks. I think you are looking at the wrong example. you should use the light example2 here https://github.com/kakopappa/sinric/blob/master/arduino_examples/light_example2.ino 1. You can turn on/off using on off commands. 2. You...
Well, in setup() you should set the pin modes and in the setColor you can change the LED colors. Check this issue https://github.com/kakopappa/sinric/issues/40
here is an example code. I do not have access to Arduino IDE now so i made this in the notepad. There may be compile errors. Take a look. Fix...
did you fix it? I am sorry I missed this completely.
Report state is already implemented On Thu, 21 May 2020 at 6:50 PM Murilo wrote: > Hi, I'm using thermostat and I'm able to update the server with DHT >...
If you can drop an email to support at Sinric.com with your email address I can look it up and reset the password for you. FYI: we are going to...
if you are taking about automatically adjusting the temperature based on DHT, then you have to do it in the wemos it self. You can use GH or GH app...
When you ask to turn on or off does it print anything in serial console? On Sun, Apr 1, 2018 at 3:29 PM 4x1ks wrote: > Newbie alert...I have an...
You are using fauxmoESP library.. this is nothing to do with sinric. If you want to use Sinric: Go to sinric examples in the github repo Copy the switch example...
Follow this youtube link to install Arduinojson. https://www.youtube.com/watch?v=GUTpaY1YaXo do the same for websocket it's not that complicated.