Aruna Tennakoon
Aruna Tennakoon
Goto sinric.com Create an account Create a device inside Sinric. There you can give a device name Copy the API key in the dashboard. Paste the API key in the...
Learn to turn on / off relay in another sketch. There are lots of examples already on internet. Then you can copy the code to sinric that will be easy...
What I meant was to learn to ten on off relay first and then copy that code inside sinric sketch Error seems to be related to a missing ; On...
Hello // {"deviceId": xxxx, "action": "setPowerState", value: "ON"} xxx here is the device id displayed in your dashboard. device id is used to identify which device is this command related...
1. if (deviceId == "your device id from dashboard") { Serial.print("Turn off Device ID: "); Serial.println(deviceId); } 2. In the setup you have to set the pinmode void setup(){ pinMode(MYPIN,...
still waiting ..
becareful when you are working with high voltage. don't burn your house down https://paypal.me/arunat I am planning to make a bigger's video this weekend
To get a device Id you have to signup at https://sinric.com and create a smart home device. Once you create a device dashboard will show device id. Copy that id...
https://github.com/kakopappa/sinric/blob/master/arduino_examples/switch_example_wemos_d1_mini_with_relay.ino
Hi @marcosmoura91 Setting the ambienttemperature and set point temperature will be support correctly in upcoming Sinric v2. (will be released at the end of this month). I do not intead...