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

Support for RadSens radiation sensor #51

Open
p1ne opened this issue Nov 25, 2022 · 0 comments
Open

Support for RadSens radiation sensor #51

p1ne opened this issue Nov 25, 2022 · 0 comments

Comments

@p1ne
Copy link

p1ne commented Nov 25, 2022

Hi

I would like to see support for custom luftdaten build with RadSens radiation sensor included. Sample json is below. Value name is RadSens_radiation_static

{
"software_version": "NRZ-2020-134-B1-airomsk2custom",
"age": "124",
"sensordatavalues": [{
"value_type": "SDS_P1",
"value": "10.73"
}, {
"value_type": "SDS_P2",
"value": "4.95"
}, {
"value_type": "BME280_temperature",
"value": "-5.46"
}, {
"value_type": "BME280_pressure",
"value": "100822.44"
}, {
"value_type": "BME280_humidity",
"value": "81.40"
}, {
"value_type": "samples",
"value": "5059822"
}, {
"value_type": "min_micro",
"value": "22"
}, {
"value_type": "max_micro",
"value": "20049"
}, {
"value_type": "interval",
"value": "145000"
}, {
"value_type": "signal",
"value": "-80"
}, {
"value_type": "RadSens_radiation_static",
"value": "7.40"
}]
}

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

No branches or pull requests

1 participant