Notification channel driver for MQTT

Started by gmonk63, November 09, 2022, 02:45:04 AM

Previous topic - Next topic

gmonk63

Looked in the docs and did not see any information on setting up the driver. Is there any other documentation on setting this up ?  I am assuming we can now publish to a mqtt topic which is somthing I have been waiting for. 

Filipp Sudanov

Looking at /src/ncdrivers/mqtt/mqtt.cpp, the following parameters should be in channel congit:

/MQTT/Hostname
/MQTT/Port
/MQTT/Login
/MQTT/Password



When sending, recipient becomes the topic and message body becomes the value.


Pls update, if this works for you


gmonk63

the following worked for me  all published messages did go to the recipient as a topic 
Hostname = x.x.x.x
Port = 1883
Login = ""
Password = ""

Filipp Sudanov

Great, thanks for the update. Documentation is now updated.