deanlyoung / com.athom.awair

Homey awair app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

awair

Awair monitors your air quality for example in your living room and provides back scores about your air quality like total score, temp, CO2, VOC PM2.5 and humidity. With this and flows you can automate and improve the air with air purifiers or open windows

2 Devices

  • Device, which uses the Awair cloud data and refreshes every 5 minutes.
  • LocalDevice, which uses the Awair device local data and refreshes every minute. It can be you need to enable expirimental devlopement mode on the app

Every awair measuring tool is a device which you can monitor in homey. Tested it on awair 2nd edtion + mint

On the device it will show the following

  • Latest retrieval Date
  • Score
  • condition_temp (only on Device)
  • condition_co2 (only on Device)
  • condition_humid (only on Device)
  • condition_pm25 (only on Device)
  • condition_voc (only on Device)
  • condition_lux (only on Device)
  • sensor_temp
  • sensor_co2
  • sensor_humid
  • sensor_pm25
  • sensor_voc
  • sensor_lux

Retrieving the required AWAIR bearer token

When you go this page https://developer.getawair.com/onboard/welcome you can ask for a token which you can use in this app (it can take a few days). Go the awair app settings and add the token to the api field.

Flows

triggers

  • ScoreAbove80
  • ScoreBetween60-80
  • ScoreBelow60
  • measure_temp
  • measure_co2
  • measure_humid
  • measure_pm25
  • measure_voc
  • measure_lux

conditions

  • score_output
    • good, score above 80
    • average, score between 60 and 80
    • bad, score between 40 and 60
    • very bad, score is below 40

About

Homey awair app

License:GNU General Public License v3.0


Languages

Language:JavaScript 82.9%Language:HTML 17.1%