Is there any user in this forum that have a working Huginn agent that can publish a mqtt message?
I have tried a lot of diffrent combinations (not only these):
{
"uri": "mqtt://userxx:[email protected]:1883",
"topic": "huginn",
"message": "test"
}
or
{
"uri": "mqtt://userxx:[email protected]:1883",
"topic": "huginn",
"payload": "test"
}
And i cant find anything when googling, just others asking for a working example.
I was hoping to replace some of my old IFTTT’s with agents in huginn now when IFTTT has joined the dark side…
Subscribe works fine.
{
"uri": "mqtt://userxx:[email protected]:1883",
"topic": "speedtest/download/state/#"
}