Hello,
I have a problem. My ESP is connected with the MQTT Server. If I change the value of some IDs in the Adafruit IO Dashboard everything works nearly perfect, exept that my ESP sometmes doesn't get it:
Received: 83
Received: 205
Received: 93
Received: 56
Received: 253
The problem is, if I change the value from outside with my App over a simple http request, with happen more often then 2 times in a second, my ESP messed up the value completly:
Received: 1281[]
Received: 1851[]
Received: 591[]
(I can't paste my [] in here, it's just a little square)
My value range is only from 0 - 255.