Component to integrate with uHoo.
uHoo is an air quality monitor which syncs data to the cloud.
The 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
This component will set up the following platforms.
Platform | Description |
---|
TBD
{% if not installed %}
- Click install.
- Add the following to configuration.yaml
sensor:
- platform: uhooair
email: [email protected]
password: SuperSecret12345
{% endif %}