bidirectional communication between blueprint and Remote Control Web interface

This is not an efficient solution, but the only workaround I’ve managed to find is to make an HTTP PUT request from the blueprint to the remote control application every time the value is updated.

How to make HTTP calls from blueprints

Remote Control HTTP documentation

Hope this helped.