You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
m0rgano
added
the
bug
An unexpected problem or unintended behavior of an add-on
label
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.
The text was updated successfully, but these errors were encountered: