Protocentral / protocentral-healthypi-v3

HealthyPi is the first fully open-source, full-featured vital sign monitor. Using the Raspberry Pi as its computing and display platform, the HealthyPi add-on HAT turns the Raspberry Pi into a vital sign monitoring system.
http://healthypi.protocentral.com
Other
194 stars 51 forks source link

Use MQTT #11

Open wtomee opened 6 years ago

wtomee commented 6 years ago

Hi!

I'm pretty new in coding, Raspi and IoT. So I would like to store the data in a mysql db. I have read about MQTT, I installed on me server the mosquitto server and client. I wrote the IP address, the username pw and the feed(is the topic right?), turned on the mqtt and sub on that topic. Didnt get anything. I did something wrong maybe or I just dont understand whats going on with the MQTT. Can you please make a quick guide how to get data from the GUI with MQTT and store in MYSQL? Thats my first time on GitHub aswell.