dc297 / mqttclpro

MQTT Client for android with tasker support
MIT License
97 stars 30 forks source link

Not able to pass topic & message variables on Llamalabs Automate app #70

Open 2016for opened 5 years ago

2016for commented 5 years ago

The event action works however I don't see the variables passed on in the flow. Would appreciate your help.

Thanks.

dc297 commented 5 years ago

Hey, I don't think Automate supports variable assignment. However, there is an option in the app to add conditions that you'd normally apply on the variables.

Please let me know about your exact use case so as to better understand the issue.

scoorpy commented 3 years ago

Hey. Congratulations on this project. I am automating some tasks with Llamalab Automate. The Publish MQTT Message action works great, passing the variable to the plug-in, but I can't get return from the Message Arrival event. Any help, please?

scoorpy commented 3 years ago

Problem solved! The variables need to be started with Variable Set block, before the Plug-In action, that way everything works as expected. Excellent project.