You don’t really need an extra widget to do this. You have the temperature, you just have to write code to turn the relay off/on.
But if you want to take the project a bit further, you can change the set temperature and hysteresis with widgets. You can then use Blynk to set the temperature in the room.
You can also install BlueStacks. It’s an Android emulator for the PC. That way you can enjoy the Blynk App in it’s most natural habitat, a.k.a. Android
Eventor widget just passes a rule to be executed on server. This has its up and down sides. For example, in your case, the relay won’t turn on/off when needed if for some reason the network connection on your device is lost.
That is why, some might want to add those 3 lines of code checking temperature and turning relay on/off on the device itself.
Sorry, we can’t provide an accurate ETA due to always-changing pipeline of tasks for business customers.
Hi all.
I have an android for testing purposes and its doing what i want so… yay!
Once last question about eventor.
What would be the best way to wrap timing constraints to eventor events.
So for example… if i only want eventor logic from 9am to 5pm and disable eventor from 6 pm to 8am, what would be the best way to accomplish this?