Hi all: I run nodeRed + the Mosquitto broker.
My problem:
The Mosquitto send the mqtt message only if the value changes e.g. a number from a slider in the dashboard. I use that value in a client (C++) for anything. However when the client restart the mosquito still does not send any mqtt >> the variable in the client remains 0.
Any idea how to "motivate" the mosquitto to poste the values of the scopes?
Thanks a lot!