Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

This sensor uses official API to get air quality data fromhttps://looko2.com.

License

NotificationsYou must be signed in to change notification settings

PiotrMachowski/Home-Assistant-custom-components-Looko2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HACS DefaultGitHub Latest ReleaseGitHub All ReleasesBuy me a coffeePayPal.Me

LookO2 sensor

This sensor uses official API to get air quality data fromLookO2.

Configuration options

KeyTypeRequiredDefaultDescription
namestringFalseLookO2Name of sensor
api_keystringTrue-API key for Look02
station_idstringTrue-ID of monitored station
monitored_conditionslistTrue-List of conditions to monitor
scan_intervaltime periodFalse00:20:00Interval between sensor updates

Possible monitored conditions

KeyDescription
AverageHCHOAverage value of HCHO
AveragePM1Average value of PM1
AveragePM10Average value of PM10
AveragePM25Average value of PM2.5
ColorColor of sensor, indicating quality of air
HCHOCurrent value of HCHO
HumidityCurrent value of humidity
IJPCurrent value of air quality index
IJPDescriptionDescription of current air quality
IJPDescriptionENEnglish description of current air quality
IJPStringName of current air quality value
IJPStringENEnglish name of current air quality value
IndoorIndicates that sensor is mounted indoor
PM1Current value of PM1
PM10Current value of PM10
PM25Current value of PM2.5
PreviousIJPPrevious value of air quality index
TemperatureCurrent value of temperature

Example usage

sensor:  - platform: looko2    api_key: !secret looko2.api_key    name: LookO2    station_id: '5CCF7F0C2E8B'    monitored_conditions:      - 'AverageHCHO'      - 'AveragePM1'      - 'AveragePM10'      - 'AveragePM25'      - 'Color'      - 'HCHO'      - 'Humidity'      - 'IJP'      - 'IJPDescription'      - 'IJPDescriptionEN'      - 'IJPString'      - 'IJPStringEN'      - 'Indoor'      - 'PM1'      - 'PM10'      - 'PM25'      - 'PreviousIJP'      - 'Temperature'    scan_interval:      hours: 1      minutes: 2      seconds: 3

Installation

UsingHACS (recommended)

This integration can be installed using HACS.To do it search forLookO2 inIntegrations section.

Manual

To install this integration manually you have to downloadlooko2.zip and extract its contents toconfig/custom_components/looko2 directory:

mkdir -p custom_components/looko2cd custom_components/looko2wget https://github.com/PiotrMachowski/Home-Assistant-custom-components-Looko2/releases/latest/download/looko2.zipunzip looko2.ziprm looko2.zip

FAQ

Buy Me A CoffeePayPal Logo

About

This sensor uses official API to get air quality data fromhttps://looko2.com.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages


[8]ページ先頭

©2009-2025 Movatter.jp