-
Notifications
You must be signed in to change notification settings - Fork 7
Home
Ling-Jyh Chen edited this page Sep 5, 2017
·
4 revisions
-
Hardware: [Wiring detail]
- Plantower PMS3003
- SenseAir S8
- CJMCU - HTU21D+BMP180+BH1750FVI
-
AnySense Configuration
Please edit the file "AnySense_config.py" with the following lines:
import pm_g3 as pm_sensor import th_htu21d as tmp_sensor import light_bh1750fvi as light_sensor import co2_s8 as gas_sensor Sense_PM = 1 Sense_Tmp = 1 Sense_Light = 1 Sense_Gas = 1