sinric icon indicating copy to clipboard operation
sinric copied to clipboard

Amazon Alexa Smart home skill / Google Home Action for ESP8266 / ESP32 / Arduino

Results 100 sinric issues
Sort by recently updated
recently updated
newest added

Serial.println("[WSc] SetThermostatMode value: " + value); in else if(action == "SetThermostatMode") { //Alexa, set thermostat name to mode //Alexa, set thermostat to automatic //Alexa, set kitchen to off String value...

I am looking to be able to set the power state on the server and have that change carried out by my board. But when I do this the message...

I've been using sinric for several years now without issue to operate a WEMO microprocessor using Alexa. I started having issues with the WEMO and wanted to move to an...

Have been using sinric for a while and it is very useful but after the power cut the device doesn’t return to its old state . So can u make...

/* Version 0.1 - March 17 2018 */ #include #include #include #include // https://github.com/kakopappa/sinric/wiki/How-to-add-dependency-libraries #include // https://github.com/kakopappa/sinric/wiki/How-to-add-dependency-libraries #include ESP8266WiFiMulti WiFiMulti; WebSocketsClient webSocket; WiFiClient client; #define MyApiKey "myse" // TODO: Change...

So I want to install Alexa on my gate and I have everything working but is there a device type that I could use the word OPEN GATE instead of...

Hello @kakopappa do you plan to add the "Smart lock" device to the options? I am working on one and I want it to work as such and not settle...