fjs21 / homebridge-blueair

BlueAir air purifier plugin for homebridge
https://www.npmjs.com/package/@fjs21/homebridge-blueair
Apache License 2.0
51 stars 6 forks source link

Missing/wrong readings? #7

Closed buczo23 closed 2 years ago

buczo23 commented 2 years ago

Hi there, as per subject: This plugin generated a warning from the characteristic 'PM2.5 Density': characteristic was supplied illegal value: number 1509.086 exceeded maximum of 1000. See https://git.io/JtMGR for more info.

My Blueair model is Classic 280i, how I can help in solving this issue? :)

fjs21 commented 2 years ago

I can hide the error if needed. It seems that HomeKit cannot handle values greater than 1000, and I can just have it set anything reported as >1000 as 1000. However, before I do that, could you check in the BlueAir app that the value for PM2.5 is indeed accurate.

fjs21 commented 2 years ago

Fixed in v0.8.11

buczo23 commented 2 years ago

@fjs21 definitely there was something in it, as app showed proper levels, but the device by themself had orange light around PM2.5 indicator. After classic turn off/on everything seems working correctly.