Skip to content

Documentation for serial particulate matter sensors #765

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from Aug 11, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
43 changes: 43 additions & 0 deletions source/_components/sensor.serial_pm.markdown
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
---
layout: page
title: "Particulate matter sensors"
description: "Instructions on how to integrate particulate matter (dust) sensors with Home Assistant."
date: 2016-08-11 12:00
sidebar: true
comments: false
sharing: true
footer: true
logo:
ha_category: DIY
ha_release: 0.26
---

Particulate matter sensors measure the amount of very small particles in the air. A short introduction how these sensors work can be found on [Open Home Automation](https://www.open-homeautomation.com/2016/07/19/measuring-air-quality/).

Cheap LED based sensors usually use a GPIO interface that is hard to your with PCs. However, there are a lot of laser-LED based sensors on the market that use a serial interface and can be [connected to your Home Assistant system easily with an USB to serial converter](https://www.open-homeautomation.com/2016/07/20/connecting-an-particulate-matter-sensor-to-your-pc-or-mac/).

```yaml
sensor:
platform: serial_pm
serial_device: /dev/tty.SLAB_USBtoUART
name: Nova
brand: novafitness,sds011
```

- **platform** (*Required*): serial_pm
- **serial_device** (*Required*): The serial port to use. On *nix systems, it can often be identified by "ls /dev/tty*"
- **name** (*Optional*): The name displayed
- **brand** (*Required*): Manufacturer and type of the sensor.

###Supported sensors

At this time, the following sensors are supported:

* oneair,s3
* novafitness,sds021
* novafitness,sds011
* plantower,pms1003
* plantower,pms5003
* plantower,pms7003
* plantower,pms2003
* plantower,pms3003