Is it possible to send data from Mosquitto to MQTT Tiles ?
if yes , How can i send the data from Mosquitto MQTT Broker, what are the changes has to be done ?
i have tried but it was not working. and even in the document they said all other type of MQTT broker also will support.
MOSQUITTO Broker is possible
Yes sure, you may use any MQTT broker for working with MQTT Tiles.
You need your broker to be available over LAN or internet via websockets. This is probably the main requirement. Also in order to visualize historical information you should have persistent messages storage feature in the broker.
First I recommend you to connect to your broker via MQTT Board. This is to test connection settings. Once board is connected you may copy same settings to the tiles, they are backed by the same mqtt.js framework.
But i was unable to connect to my Mosquitto broker
What are the parameter has to be given ?
I've Changed the HOST name only as my broker running system IP address like(192.168.1.11)
and USER Name and all i didn't change can you please tell what are the things i have to provide in detail .
it is not getting connected please resolve this issue
by the way thank you for your reply @shal
@MANIKANDAN, I have tried on mqtt.eclipse.org. Its runs on mosquitto. You just need create new connection in MQTTTiles and set right broker host (wss://mqtt.eclipse.org:443/mqtt for example).