Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

More information about the provided device data #40

Open
coeing opened this issue Nov 12, 2020 · 2 comments
Open

More information about the provided device data #40

coeing opened this issue Nov 12, 2020 · 2 comments
Labels
documentation Improvements or additions to documentation

Comments

@coeing
Copy link

coeing commented Nov 12, 2020

Hi there,

We are currently preparing a binding to integrate the Bosch devices into openHAB. The documented API at https://apidocs.bosch-smarthome.com/local was very helpful for the implementation, thanks for that! :)

But I am still missing more detailed information about the specific data chunks. E.g. "purity" in the state of the AirQualityLevelService. It is a number, but is a higher number better? What is the range (0-10, 0-100,...)? Is this detailed information already documented somewhere?

@hxmelab
Copy link

hxmelab commented Nov 12, 2020

Hi coeing,

you are right, a range should be given in the documentation.

Afaik the range is 500 .. 5500 ppm. The higher the value, the worse is the air quality, means more volatile organic components flying through the air.

Hope that helps!

@coeing
Copy link
Author

coeing commented Nov 12, 2020

Hi @hxmelab,

Thanks for the quick answer! :) This helps already. So the unit is ppm (https://en.wikipedia.org/wiki/Parts-per_notation).

Adding the ranges and units of the other values (humidity, etc.) in the public documentation would be great. That way we could add a user-friendly description of provided values in our binding.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

3 participants