-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move over to separate blueprints per source
- Loading branch information
Showing
2 changed files
with
265 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,264 @@ | ||
{ | ||
"meta": { | ||
"documentation": "https://docs.smartcitizen.me/" | ||
}, | ||
"metrics": [ | ||
{ | ||
"name": "PT1000_POS", | ||
"description": "PT1000 raw value", | ||
"id": null, | ||
"kwargs": { | ||
"channel": null | ||
}, | ||
"post": false, | ||
"function": "channel_names", | ||
"unit": "V" | ||
}, | ||
{ | ||
"name": "ASPT1000", | ||
"description": "PT1000 temperature calculation in AFE", | ||
"id": null, | ||
"kwargs": { | ||
"pt1000minus": null, | ||
"pt1000plus": null, | ||
"afe_id": null | ||
}, | ||
"post": false, | ||
"function": "alphasense_pt1000", | ||
"unit": "degC" | ||
}, | ||
{ | ||
"name": "EC_SENSOR_TEMP", | ||
"description": "Electrochemical sensor temperature", | ||
"id": null, | ||
"kwargs": { | ||
"priority": "ASPT1000" | ||
}, | ||
"post": false, | ||
"function": "ec_sensor_temp", | ||
"unit": "degC" | ||
}, | ||
{ | ||
"name": "CO_WE", | ||
"description": "CO working electrode raw value", | ||
"id": null, | ||
"kwargs": { | ||
"channel": null | ||
}, | ||
"post": false, | ||
"function": "channel_names", | ||
"unit": "V" | ||
}, | ||
{ | ||
"name": "CO_AE", | ||
"description": "CO auxiliary electrode raw value", | ||
"id": null, | ||
"kwargs": { | ||
"channel": null | ||
}, | ||
"post": false, | ||
"function": "channel_names", | ||
"unit": "V" | ||
}, | ||
{ | ||
"name": "NO2_WE", | ||
"description": "NO2 working electrode raw value", | ||
"id": null, | ||
"kwargs": { | ||
"channel": null | ||
}, | ||
"post": false, | ||
"function": "channel_names", | ||
"unit": "V" | ||
}, | ||
{ | ||
"name": "NO2_AE", | ||
"description": "NO2 auxiliary electrode raw value", | ||
"id": null, | ||
"kwargs": { | ||
"channel": null | ||
}, | ||
"post": false, | ||
"function": "channel_names", | ||
"unit": "V" | ||
}, | ||
{ | ||
"name": "NO_WE", | ||
"description": "NO working electrode raw value", | ||
"id": null, | ||
"kwargs": { | ||
"channel": null | ||
}, | ||
"post": false, | ||
"function": "channel_names", | ||
"unit": "V" | ||
}, | ||
{ | ||
"name": "NO_AE", | ||
"description": "NO auxiliary electrode raw value", | ||
"id": null, | ||
"kwargs": { | ||
"channel": null | ||
}, | ||
"post": false, | ||
"function": "channel_names", | ||
"unit": "V" | ||
}, | ||
{ | ||
"name": "SO2_WE", | ||
"description": "SO2 working electrode raw value", | ||
"id": null, | ||
"kwargs": { | ||
"channel": null | ||
}, | ||
"post": false, | ||
"function": "channel_names", | ||
"unit": "V" | ||
}, | ||
{ | ||
"name": "SO2_AE", | ||
"description": "SO2 auxiliary electrode raw value", | ||
"id": null, | ||
"kwargs": { | ||
"channel": null | ||
}, | ||
"post": false, | ||
"function": "channel_names", | ||
"unit": "V" | ||
}, | ||
{ | ||
"name": "H2S_WE", | ||
"description": "H2S working electrode raw value", | ||
"id": null, | ||
"kwargs": { | ||
"channel": null | ||
}, | ||
"post": false, | ||
"function": "channel_names", | ||
"unit": "V" | ||
}, | ||
{ | ||
"name": "H2S_AE", | ||
"description": "H2S auxiliary electrode raw value", | ||
"id": null, | ||
"kwargs": { | ||
"channel": null | ||
}, | ||
"post": false, | ||
"function": "channel_names", | ||
"unit": "V" | ||
}, | ||
{ | ||
"name": "OX_WE", | ||
"description": "OX working electrode raw value", | ||
"id": null, | ||
"kwargs": { | ||
"channel": null | ||
}, | ||
"post": false, | ||
"function": "channel_names", | ||
"unit": "V" | ||
}, | ||
{ | ||
"name": "OX_AE", | ||
"description": "OX auxiliary electrode raw value", | ||
"id": null, | ||
"kwargs": { | ||
"channel": null | ||
}, | ||
"post": false, | ||
"function": "channel_names", | ||
"unit": "V" | ||
}, | ||
{ | ||
"name":"CO", | ||
"description": "Calculation of CO based on AAN 803-04", | ||
"id": 152, | ||
"kwargs": { | ||
"ae": null, | ||
"alphasense_id": null, | ||
"t": "EC_SENSOR_TEMP", | ||
"we": null | ||
}, | ||
"post": true, | ||
"function": "alphasense_803_04", | ||
"unit": "ppb" | ||
}, | ||
{ | ||
"name":"NO2", | ||
"description": "Calculation of NO2 based on AAN 803-04", | ||
"id": 153, | ||
"kwargs": { | ||
"ae": null, | ||
"alphasense_id": null, | ||
"t": "EC_SENSOR_TEMP", | ||
"we": null | ||
}, | ||
"post": true, | ||
"function": "alphasense_803_04", | ||
"unit": "ppb" | ||
}, | ||
{ | ||
"name":"O3", | ||
"description": "Calculation of O3 based on AAN 803-04", | ||
"id": 157, | ||
"kwargs": { | ||
"ae": null, | ||
"alphasense_id": null, | ||
"t": "EC_SENSOR_TEMP", | ||
"we": null | ||
}, | ||
"post": true, | ||
"function": "alphasense_803_04", | ||
"unit": "ppb" | ||
}, | ||
{ | ||
"name":"SO2", | ||
"description": "Calculation of SO2 based on AAN 803-04", | ||
"id": 155, | ||
"kwargs": { | ||
"ae": null, | ||
"alphasense_id": null, | ||
"t": "EC_SENSOR_TEMP", | ||
"we": null, | ||
"use_alternative": true | ||
}, | ||
"post": true, | ||
"function": "alphasense_803_04", | ||
"unit": "ppb" | ||
}, | ||
{ | ||
"name": "NO", | ||
"description": "Calculation of NO based on AAN 803-04", | ||
"id": 154, | ||
"kwargs": { | ||
"ae": null, | ||
"alphasense_id": null, | ||
"t": "EC_SENSOR_TEMP", | ||
"we": null | ||
}, | ||
"post": true, | ||
"function": "alphasense_803_04", | ||
"unit": "ppb" | ||
}, | ||
{ | ||
"name": "H2S", | ||
"description": "Calculation of H2S based on AAN 803-04", | ||
"id": 156, | ||
"kwargs": { | ||
"ae": null, | ||
"alphasense_id": null, | ||
"t": "EC_SENSOR_TEMP", | ||
"we": null | ||
}, | ||
"post": true, | ||
"function": "alphasense_803_04", | ||
"unit": "ppb" | ||
} | ||
], | ||
"source":{ | ||
"type": "api", | ||
"handler": "SCDevice", | ||
"module": "smartcitizen_connector" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters