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

[airq] Air-Q reported density values scaled incorrectly #17809

Open
m0rgano opened this issue Nov 25, 2024 · 0 comments
Open

[airq] Air-Q reported density values scaled incorrectly #17809

m0rgano opened this issue Nov 25, 2024 · 0 comments
Labels
bug An unexpected problem or unintended behavior of an add-on

Comments

@m0rgano
Copy link

m0rgano commented Nov 25, 2024

I haven't checked all the channels, but so far it appears that the density values being returned from the device are scaled incorrectly.

For example, the basic PM10 particulate density. This is from the 'fineDustConc10' channel.

This is of type Number:Density, which the base unit is kg/m³.

A typical value for PM10 would be in µg/m³, however the reading being returned from the device is not scaling the reading, so for example a measurement on the device of 23µg/m³ is being received in openHAB as 23kg/m³.

To fix this, the incoming data values need to be scaled by a factor of 10 E-9.

This is on OH4.2.2.

@m0rgano m0rgano added the bug An unexpected problem or unintended behavior of an add-on label Nov 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug An unexpected problem or unintended behavior of an add-on
Projects
None yet
Development

No branches or pull requests

1 participant