We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
I was doing this...
_mqtt_key = f"{aio_username}/feeds/{feed_name}" aio.publish(_mqtt_key, value)
instead of
aio.publish(feed_name, value)
And I got no error client side or in the io.adafruit.com monitoring page. Took me forever to figure out why it wasn't working... :-)