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

How to connect Raspberry Pi sending temperature data to freeboard dashboard #253

Open
KundhanSoothsayer opened this issue Oct 30, 2018 · 1 comment

Comments

@KundhanSoothsayer
Copy link

Hi Guys,

I am using MQTT to send the data using paho client in python. How do i setup the connection between freeboard Dashboard and MQTT broker in Raspberry Pi.

@coolaj86
Copy link

coolaj86 commented Jun 1, 2019

You could either configure your client send the data as JSON via HTTPS to a service like dweet.io for storage or you'll need to use a MQTT service that makes the payload accessible as JSON.

Alternatively, if you search through the forks you can find some (unofficial) ones with built-in MQTT relays.

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