Thingiverse
Smoke Sensor D1 Mini Mq-2
von pimp1310
4
Downloads
11
Likes
1
Makes
# ENGLISH
Hello,
here is my very compact housing for the D1 Mini (esp8266) with the Mq-2 gas sensor.
The external dimensions are only 40*34 cm
Software I use:
ESP Home in Homeassistant
Cabling:
D1 5V ---> VCC MQ2
D1 GND --> GND MQ2
D1 A0 --> A0 MQ2
Esphome runs on the D1 with the following config:
sensor:
- platform: adc
pins: A0
name: "smoke alarm"
update_interval: 2s
filters:
- multiple: 100
unit_of_measurement: "%"
icon: "mdi:percent"
# DEUTSCH
Hallo,
hier ist mein sehr kompaktes Gehäuse für den D1 Mini (esp8266) mit dem Mq-2 Gas Sensor.
Die Aussenmaße betragen jediglich 40*34 cm
Von mir benutzte Software:
ESP Home in Homeassistant
Verkabelung:
D1 5V ---> VCC MQ2
D1 GND --> GND MQ2
D1 A0 --> A0 MQ2
Auf dem D1 läuft esphome mit folgender Config:
sensor:
- platform: adc
pin: A0
name: "Rauchmelder"
update_interval: 2s
filters:
- multiply: 100
u
Hello,
here is my very compact housing for the D1 Mini (esp8266) with the Mq-2 gas sensor.
The external dimensions are only 40*34 cm
Software I use:
ESP Home in Homeassistant
Cabling:
D1 5V ---> VCC MQ2
D1 GND --> GND MQ2
D1 A0 --> A0 MQ2
Esphome runs on the D1 with the following config:
sensor:
- platform: adc
pins: A0
name: "smoke alarm"
update_interval: 2s
filters:
- multiple: 100
unit_of_measurement: "%"
icon: "mdi:percent"
# DEUTSCH
Hallo,
hier ist mein sehr kompaktes Gehäuse für den D1 Mini (esp8266) mit dem Mq-2 Gas Sensor.
Die Aussenmaße betragen jediglich 40*34 cm
Von mir benutzte Software:
ESP Home in Homeassistant
Verkabelung:
D1 5V ---> VCC MQ2
D1 GND --> GND MQ2
D1 A0 --> A0 MQ2
Auf dem D1 läuft esphome mit folgender Config:
sensor:
- platform: adc
pin: A0
name: "Rauchmelder"
update_interval: 2s
filters:
- multiply: 100
u
Hast du dieses Modell gedruckt? Einloggen und dein Make teilen!
Melde dich an, um einen Kommentar zu hinterlassen
AnmeldenNoch keine Kommentare – sei der Erste!