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

Add support for particles... #40

Closed
tyeth opened this issue Dec 8, 2022 · 5 comments · Fixed by #46
Closed

Add support for particles... #40

tyeth opened this issue Dec 8, 2022 · 5 comments · Fixed by #46

Comments

@tyeth
Copy link
Contributor

tyeth commented Dec 8, 2022

There is a PM2.5 sensor as part of wippersnapper, and wippersnapper have listed the following relevant supported sensor types (although the _env variants seem unimplemented):
"pm10-std"
"pm25-std"
"pm100-std"
"pm10-env"
"pm25-env"
"pm100-env"

I plan to add the Sensirion SEN55, which has particle sensing at 0.5, 1, 2.5, 4, and 10 (micron?) in particles per cm3, and for all except <0.5um there are readings in ug/m3 (SI unit?), along with Temp(c)/Humidity(%RH), a Voc index and Nox index both without units. I assume the nox and voc are irrelevant as the device doesn't offer units but an "index".

The wippersnapper adding a sensor guide says to file an issue here for unsupported sensor types.
https://learn.adafruit.com/how-to-add-a-new-component-to-adafruit-io-wippersnapper/adding-an-i2c-component-driver#:~:text=NOTE%20%2D%20If%20you%27re%20adding%20a%20sensor%20that%20does%20not%20yet%20have%20a%20predefined%20sensor_type%2C%20please%20add%20a%20new%20issue%20to%20Adafruit_Sensor.

I guess I'm filing an issue to get support for count(#)/cm3 as that seems to be the preferred SI unit. I do commonly see a converted ug/m3 so anyone's input here would be good. I'd love support for the pm05 pm10 pm25 pm40 and pm100 too.

@brentru
Copy link
Member

brentru commented Dec 8, 2022

count(#)/cm3 works, is there a shorthand term (how the library would refer to this) for this measurement type?

@brentru
Copy link
Member

brentru commented Dec 8, 2022

I'm also game for supporting the PM sizes too

@tyeth
Copy link
Contributor Author

tyeth commented Dec 8, 2022

count(#)/cm3 works, is there a shorthand term (how the library would refer to this) for this measurement type?

In the header file their calling it #/cm3

@brentru
Copy link
Member

brentru commented Mar 3, 2023

@tyeth Do we still need this measurement type?

@tyeth
Copy link
Contributor Author

tyeth commented Mar 3, 2023 via email

@brentru brentru mentioned this issue Mar 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants