We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Hi, I'm trying to use this with MQTT auth, but it always attempts to publish un-authenticated. Log shows: Sending Data to MQTT (MQTT) - No Auth
Sending Data to MQTT (MQTT) - No Auth
I edited the run script to use this logical check: if [ $MQTT_PASS ]; then
if [ $MQTT_PASS ]; then
then it works as expected.
Any chance you can amend this?
Thanks