I’ve read this several times and still don’t understand it. Can you explain more please?
Have you looked at Node-Red?
My home automation systems are built around devices that run MQTT code, and talk to a Pi4 server running Mosquitto. The same server also runs Node-Red and has the Blynk “plug-in” for Node-Red installed.
This allows a seamless always-on integration with Blynk, and whenever a virtual pin changes state it immediately triggers an action in Node-Red.
In the same way, data coming from devices via MQTT into Node-Red can be pushed to Blynk as required.
More about my setup here…
My home automation projects built with MQTT and Node Red - #12 by PeteKnight
Pete.