This component allows you to evaluate the air quality in any room, using data from various sensors installed there. Such as temperature, humidity, carbon dioxide sensors, etc.
Now calculation is only available for some sources: temperature, humidity, CO2 and tVOC. In the future, I plan to add all the other possible sources from the methodology.
Just a heads up, In your install instructions for HACs you miss out adding your repository into HACs itself.
Need to add a line saying to copy and paste the GIT url into the settings page on HACs as an integration.
(I’m a newbie with custom components so had to work this out)
Oh, sorry. I was hoping that ludeus would quickly add this component to the repository, but I didn’t take into account that the format of the repository has changed since the last my component was added. And the addition is stuck …
In the near future we’ll fix everything and this remark will not be needed
No problem! I hope I can build a couple of sensors to give it a try in the coming weeks. I imagine the minimum requirement to get it working is Temp & Humidity?
Edit- Ignore me, I saw your post above listed the- CJMCU-8128. I got confused because the image shows the BME280. I’ve just ordered the required sensor.
The sensor tries to save computer resources as much as possible. Sensor values are recalculated only when the values of the source sensors change. In addition, each source has ranges of values that do not change the index. So index changes can occur irregularly.
To check the operation of the sensor, you can enable the mode of displaying debugging information in the logs:
# Example configuration.yaml entry
logger:
logs:
custom_components.iaquk: debug