You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So, in "payload" i'm only getting the value, with no reference to the mqtt_topic.
I'm also using the cloud tago.io service, with a similar setup i always get metadata.mqtt_topic in the payload, but in tagocore mqtt plugin i only get the value.
I could add different devices for each topic, but there should be a better way.
The text was updated successfully, but these errors were encountered:
in /var/lib/tagocore/data/plugins/7c713c7aace7bda2583a1cb19e873d02/build/index.js solves the problem. 7c713c7aace7bda2583a1cb19e873d02 is the mqtt plugin id for my installation, please check it's the same for you when applying this.
Do you know if there's a repository for the mqtt plugin i can add a pr to?
Hello,
i have setup an Action which triggers by "MQTT Action-Trigger" and causes "MQTT Action-Type Store Data" to fire.
I'm using a debugging payload parser, to check what's being sent and the available globals:
Here's what's being logged:
So, in "payload" i'm only getting the value, with no reference to the mqtt_topic.
I'm also using the cloud tago.io service, with a similar setup i always get metadata.mqtt_topic in the payload, but in tagocore mqtt plugin i only get the value.
I could add different devices for each topic, but there should be a better way.
The text was updated successfully, but these errors were encountered: