I have made the following Home automation projects with the new Blynk 2.0 and NodeMCU ESP8266.
Everything works fine, I can able to control relays from the Web dashboard and Blynk IoT app and monitor real-time feedback while controlling manually with switches.
Now, I want to add the following features to this projects Control from Manual Switches without internet. Use BlynkTimer to measure Temperature after every 2 seconds with DHT11.
Please help with this. if you have any suggestions please let me know.
Thank you Pavel for your valuable feedback and suggestion. Waiting for the Google Home and Alexa integration. Thanks for this simple but amazing IoT platform.
I tested it out last night with my “2nd” Inaugural test of Blynk 2.0… albeit with a WEMOS D1 Mini, a button shield and only 1 relay.
The sketch part went smoothly
BTW, I moved the rest of the past comments into their own topic, as it seemed s shame to turn this Project topic into a back and forth about Blynk 2.0 sharing.
He has posted a video link in post number one where he is already using a toggle switch to turn on or off a device for manual control. His issue is, when the wifi or internet is down the toggle switch becomes unresponsive. @techstudycell is asking how to overcome this problem.
@VIGHNESHNS2008 I would highly suggest you to go through the whole topic, each n every post to understand the issue and later answer if you know. Dont just simply answer to the random topics that you find in the forum. This will make the threads long and meaningless if filled with answers like this
Please explain in detail so everyone could understand.
Moderators can suspend your account if this continues. Please be careful.
While the device is trying to reconnect for say 5 or 10 sec it blocks all the timers and code inside loop part. During this time the device is not responsive ans will not register the input via a physical button. To over come this we need to have interrupt routine which will always run in the priority to detect the change in the switch.
What you are suggesting is again going to get blocked by wifi while connecting.
Hi, I have resolved all the issues or limitations, which I have faced in the previous Blynk 2.0 project.
Now I can control the relays without Wi-Fi using IR remote and manual switches, and also monitor sensor data in the Blynk IoT app.
You can refer to the following video.
I have been using this technique for 4 years but with a 433 MHz remote control because with an IR remote control you need to be in front of the IR receiver and my esp32 is in my garage inside the main switchboard.