zefanja / aqi

Measure AQI based on PM2.5 or PM10 with a Raspberry Pi and a SDS011 particle sensor
GNU General Public License v3.0
94 stars 46 forks source link

I created python3 air quality data mqtt publisher based on you code #16

Open a-x- opened 3 years ago

a-x- commented 3 years ago

jfyi,

https://github.com/home-things/rpi-pm2.5-sds011-mqtt

It was tricky to handle python2/3 issues for me...

a-x- commented 3 years ago

I also used paho mqtt instead of not so good exec calls.