Skip to content
Draft
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
18 changes: 17 additions & 1 deletion source/_integrations/opensensemap.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,19 @@ title: openSenseMap
description: Instructions on how to setup openSenseMap sensors in Home Assistant.
ha_category:
- Health
- Sensor
ha_release: 0.85
ha_iot_class: Cloud Polling
ha_config_flow: true
ha_domain: opensensemap
ha_platforms:
- air_quality
- sensor
ha_integration_type: service
ha_quality_scale: legacy
---

The **openSenseMap** {% term integration %} queries the open data API of [openSenseMap.org](https://opensensemap.org/) to monitor an air quality sensor station.
The **openSenseMap** {% term integration %} queries the open data API of [openSenseMap.org](https://opensensemap.org/) to monitor the measurements published by a sensor station.

## Setup

Expand All @@ -25,3 +27,17 @@ To find the ID of a station, open it on [openSenseMap](https://opensensemap.org/
Station ID:
description: The ID of the openSenseMap station to monitor.
{% endconfiguration_basic %}

## Sensors

A sensor entity is created for each of the following measurements that the station reports:

- **PM1**: particulate matter under 1 µm (µg/m³)
- **PM2.5**: particulate matter under 2.5 µm (µg/m³)
- **PM10**: particulate matter under 10 µm (µg/m³)
- **Temperature**
- **Humidity** (%)
- **Atmospheric pressure**
- **Illuminance** (lx)
- **Wind speed**
- **Wind direction** (°)
Comment on lines +33 to +43