Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MQTT datasource #272

Open
iw2lsi opened this issue Jan 29, 2021 · 1 comment
Open

MQTT datasource #272

iw2lsi opened this issue Jan 29, 2021 · 1 comment

Comments

@iw2lsi
Copy link

iw2lsi commented Jan 29, 2021

Hi,

I'm in trouble trying to connect to my plain (non-json) MQTT datasources... I'm sure the broker (mosquitto) is up and reachable on port 1883... but the "last updated" field is always reporting"never"...

I've tested both the default MQTT datasource and paho-mqtt (https://rawgit.com/benjaminchodroff/freeboard-mqtt/paho-mqtt-default/paho.mqtt.plugin.js) but with the same results.

freeboard

BTW: my devices are publishing on some topics like:

"tele/me1234/211df8/version"
"tele/me1234/211df8/uptime"

any hints ?

    Giampaolo
@mpeddi
Copy link

mpeddi commented Feb 8, 2021

The plugin uses WSS as the protocol, but Mosquito may not support that.

Use the inspect tool built into chrome to see some errors.

Feel free to reach out to the creator of the datasource; details are in the datasource setup.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants