Page 1 of 1

How To Connect to a HTTP Open API Server/Broker ("Blynk")

Posted: 24 Jan 2022, 13:01
by neuznadim
I need help regarding Blynk Integration or any kind of HTTP server integration from where I can easily control my EspEasy Sonoff Basic or How to connect to an Open API server. Please help me .
Thanks in Advance

Re: How To Connect to a HTTP Open API Server/Broker ("Blynk")

Posted: 24 Jan 2022, 17:29
by TD-er
Already one tip in advance, when it is an "online" service (e.g. not on your local network), make sure to set the timeout to something like 1000 msec.

There is controller specific for Blynk, which is part of the "testing" builds.
See: https://espeasy.readthedocs.io/en/lates ... er-plugins
However, you appear to be using an 1M module (or at least a build for ESP8285) and there is no standard "testing" build for 1M modules.

Maybe you can first test on a 4M node to see if it is working how you plan to use it?
Otherwise we need to make custom a build for you with this controller included.