Skip to content
This repository has been archived by the owner on Dec 10, 2019. It is now read-only.
/ ha-ad-airly Public archive

⚠️DEPRECATED - USE OFFICIAL AIRLY INTEGRATION

License

Notifications You must be signed in to change notification settings

bieniu/ha-ad-airly

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This app is deprecated. Use Airly custom component instead.

Airly

GitHub Release hacs_badge Buy me a coffee

This app adds sensors with data from Airly via MQTT Discovery to the Home Assistant.

This is AppDaemon app.

You can install this app via HACS or just download airly.py file and save it in /config/apps folder.

Go to HA community for support and help.

Configuration example

airly:
  module: airly
  class: Airly
  airly_apikey: 12345678910
  latitude: 52.2323788
  longitude: 21.0439212
  retain: false
  interval: 10
  sensors:
    - pm1
    - pm25
    - pm10
    - caqi
    - temperature
    - humidity
    - pressure

App arguments

key optional type default description
airly_apikey False string Airly API key
latitude False float latitude
longitude False float longitude
retain True boolean false retain true or false for MQTT
interval True integer 5 update interval [min]
sensors True dictionary [pm1, pm25, pm10, caqi] dictionary of sensors to add, available sensors: pm1, pm25, pm10, caqi, temperature, humidity, pressure