A Home Assistant custom Integration for ESA NASK Air Quality sensors.
Integration supports the following sensors of ESA NASK stations:
- Particulate matter (PM10)
- Particulate matter (PM2,5)
- Atmospheric pressure
- Humidity
- Temperature
- Dew Point Temperature
Diffrent stations may support diffrent data, integration will recognise all parameters (availible in station) according to list of integration's supported sensors.
Using HACS (recommended)
This integration can be installed using HACS. To do it search for ESA NASK Air Quality
in Integrations section.
- Using the tool of choice open the directory (folder) for your HA configuration (where you find
configuration.yaml
). - If you do not have a
custom_components
directory (folder) there, you need to create it. - In the
custom_components
directory (folder) create a new folder calledesa_nask
. - Download all the files from the
custom_components/esa_nask/
directory (folder) in this repository. - Place the files you downloaded in the new directory (folder) you created.
- Restart Home Assistant.
- Configure custom component using Config Flow UI.
After installation of the custom component, it needs to be added using Config Flow UI.
To configure this integration go to: Configuration -> Integrations -> Add integration -> ESA NASK Air Quality Sensor.
You can also use following My Home Assistant link
In popup window you need to fill:
- ID of ESA NASK station (required) - it is needed to put just a number that you can find in URL on ESA NASK website on station details page (eg. esa.nask.pl/szkola/id/2010),
You can add more than 1 station.