-
Notifications
You must be signed in to change notification settings - Fork 18
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
document all values returned #14
Comments
I think, based on waveplus: Therefore, some of these values are not applicable as the wave1 or wave2 do not contain these sensors. data[0] = sensor_version |
I connected my Raspberry Zero W to my brandnew Airthings Wave2 and the readout of data with the Python Script is working flawlessly. I just saved the data fields data[2] and data[3] missing in the unpack subroutine of the script and did a log over some time. |
its an undocumented light sensor 😁
|
Ah interesting. At least it's not a microphone... Thanks for the Info! |
I modified the read_wave2.py to print(data)
(1, 97, 19, 0, 108, 108, 2196, 65535, 65535, 65535, 0, 65535)
Humidity: 48.5 %rH, Temperature: 21.96 *C, Radon STA: 108 Bq/m3, Radon LTA: 108 Bq/m3
I understand the following:
data[1] = humidity, but the displayed value is divided by 2.0
data[4] = radon Bq/m3 Short Term Average
data[5] = radon Bq/m3 Long Term Average
data[6] = temperture in Celsius, but the displayed value is divided by 100.0
Can I have someone document:
data[0]
data[2]
data[3]
data[7]
data[8]
data[9]
data[10]
data[11]
The text was updated successfully, but these errors were encountered: