homebridge-plugins / homebridge-purpleair

GNU General Public License v3.0
7 stars 10 forks source link

add temp and pressure to this? #3

Closed jaredduggan closed 4 years ago

jaredduggan commented 4 years ago

Good afternoon! Just wondering if you you are able to add the ability to pull the temperature, humidity, and pressure to this also?

SANdood commented 4 years ago

The temperature and humidity readings are not meaningful - they exist only because they are required for the sensor software to calibrate the readings (temp & humidity directly affect the sensors). And the pressure sensor isn't calibrated, so useful only for relative comparisons.

That said, feel free to extend the code to return these values...I myself have no use for them.

jaredduggan commented 4 years ago

Thanks, Barry. I was not sure that is how the sensors work. I appreciate your response.

Jared Duggan

Sent with ProtonMail Secure Email.

‐‐‐‐‐‐‐ Original Message ‐‐‐‐‐‐‐ On Wednesday, July 8, 2020 9:48 AM, Barry Burke notifications@github.com wrote:

The temperature and humidity readings are not meaningful - they exist only because they are required for the sensor software to calibrate the readings (temp & humidity directly affect the sensors). And the pressure sensor isn't calibrated, so useful only for relative comparisons.

That said, feel free to extend the code to return these values...I myself have no use for them.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.