Skip to content

ehn/uhoo-home-assistant-custom-component

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

uHoo air quality monitor custom component for Home Assistant

A air quality monitoring appliance, which syncs data to the cloud.

This API seems to only be available for enterprise customers currently but speak to uHoo if you have questions about that. Alpha quality but again, low risk, as it's only pulling data...should move towards beta quality quickly. Built on top of pyuhooair.

  • Support for CO, CO2, NO2, O3, TVOC, Dust(PM2.5), Humidity and Air Pressure.
  • No support for Temperature yet, as there is a bug in the underlying python module.
  • Only updates from the API every 15 mins, data is cached by the pyuhooair implementation.

Configuration just needs email address and password:

sensor:
  - platform: uhooair
    email: user@email.com
    password: SuperSecret12345

About

Custom components for Home-Assistant

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%