Hi everyone,
Just wanted to share my experience with these 2 sensors, currently I’m just testing sensors before doing any integrations
The smaller MP2 was faster to pick up a burning cigarette placed right near it, while the MQ2 required the smoke to be inhaled right in, however after the smoke was gone the % of MQ2 recovered almost instantly, while the MP2 gradually reduced
All this being said, when I checked the graph of MQ2 - there was a 100% spike in a moment I didn’t test anything
So while it’s not really a scientific test, I’d just go ahead with a Chinese MP2 for smoke detection applications
Used the same code for both sensors:
sensor:
- platform: adc
pin: A0
name: "MP2 Smoke Sensor"
update_interval: 1s
filters:
- multiply: 100
unit_of_measurement: "%"
icon: "mdi:percent"
The sensors:
Being from Turkey I can only buy electronic from Aliexpress
I suggest paying more and buying electronics from more reliable sources whenever possible, the MQ2 spike might have been caused by a clone NodeMCU 8266 board spiking things on power up, I could’ve never guessed I’d have to deal with so many power issues, these boards kill AMS1117’s like flies and my little remaining electrical experience is not enough to make sense of it all