| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875 |
- {
- "sensors": [
- {
- "name": "battery",
- "bus": "power",
- "types": [
- {
- "type": 0,
- "desc": "voltage",
- "unit": "mV"
- }
- ],
- "lib": "power1"
- },
- {
- "name": "generic sdi12",
- "bus": "sdi12",
- "types": [
- {
- "type": 0,
- "desc": "value on position 0",
- "unit": ""
- },
- {
- "type": 1,
- "desc": "value on position 1",
- "unit": ""
- },
- {
- "type": 2,
- "desc": "value on position 2",
- "unit": ""
- }
- ],
- "lib": "sdi121"
- },
- {
- "name": "MeterGroup Atmos14",
- "bus": "sdi12",
- "types": [
- {
- "type": 0,
- "desc": "vapor pressure",
- "unit": "kPa"
- },
- {
- "type": 1,
- "desc": "temperature",
- "unit": "°C"
- },
- {
- "type": 2,
- "desc": "relative air humidity",
- "unit": "%"
- },
- {
- "type": 3,
- "desc": "atmospheric pressure",
- "unit": "kPa"
- }
- ],
- "lib": "sdi121"
- },
- {
- "name": "MeterGroup Atmos41",
- "lib": "sdi121",
- "bus": "sdi12",
- "types": [
- {
- "type": 100,
- "desc": "solar radiation",
- "unit": "W/m2"
- },
- {
- "type": 101,
- "desc": "precipitation",
- "unit": "mm"
- },
- {
- "type": 102,
- "desc": "strikes",
- "unit": ""
- },
- {
- "type": 103,
- "desc": "strike distance",
- "unit": "km"
- },
- {
- "type": 104,
- "desc": "wind speed",
- "unit": "m/s"
- },
- {
- "type": 105,
- "desc": "wind direction",
- "unit": "deg"
- },
- {
- "type": 106,
- "desc": "wind gust",
- "unit": "m/s"
- },
- {
- "type": 107,
- "desc": "air temperature",
- "unit": "°C"
- },
- {
- "type": 108,
- "desc": "vapor pressure",
- "unit": "kPa"
- },
- {
- "type": 109,
- "desc": "atmospheric pressure",
- "unit": "kPa"
- },
- {
- "type": 110,
- "desc": "relative air humidity",
- "unit": ""
- },
- {
- "type": 112,
- "desc": "tilt x",
- "unit": "deg"
- },
- {
- "type": 113,
- "desc": "tilt y",
- "unit": "deg"
- }
- ]
- },
- {
- "name": "Dallas DS18B20",
- "lib": "ds18b201",
- "bus": "1wire",
- "types": [
- {
- "type": 0,
- "desc": "temperature",
- "unit": "°C"
- }
- ]
- },
- {
- "name": "Apogee SP-421",
- "bus": "sdi12",
- "types": [
- {
- "type": 0,
- "desc": "radiation",
- "unit": "watts/m2"
- },
- {
- "type": 10,
- "desc": "voltage",
- "unit": "mV"
- },
- {
- "type": 20,
- "desc": "tilt",
- "unit": "°"
- }
- ],
- "lib": "sdi121"
- },
- {
- "name": "AM2315",
- "bus": "i2c",
- "types": [
- {
- "type": 0,
- "desc": "humidity",
- "unit": "%"
- },
- {
- "type": 1,
- "desc": "temperature",
- "unit": "°C"
- }
- ],
- "lib": "am23151",
- "adr": 92
- },
- {
- "name": "Sentek drill&drop",
- "bus": "sdi12",
- "types": [
- {
- "type": 0,
- "desc": "soil moisture 10cm",
- "unit": "-"
- },
- {
- "type": 1,
- "desc": "soil moisture 20cm",
- "unit": "-"
- },
- {
- "type": 2,
- "desc": "soil moisture 30cm",
- "unit": "-"
- },
- {
- "type": 3,
- "desc": "soil moisture 40cm",
- "unit": "-"
- },
- {
- "type": 4,
- "desc": "soil moisture 50cm",
- "unit": "-"
- },
- {
- "type": 5,
- "desc": "soil moisture 60cm",
- "unit": "-"
- },
- {
- "type": 6,
- "desc": "soil moisture 70cm",
- "unit": "-"
- },
- {
- "type": 7,
- "desc": "soil moisture 80cm",
- "unit": "-"
- },
- {
- "type": 8,
- "desc": "soil moisture 90cm",
- "unit": "-"
- },
- {
- "type": 9,
- "desc": "soil moisture 100cm",
- "unit": "-"
- },
- {
- "type": 10,
- "desc": "soil moisture 110cm",
- "unit": "-"
- },
- {
- "type": 11,
- "desc": "soil moisture 120cm",
- "unit": "-"
- },
- {
- "type": 20,
- "desc": "soil salinity 10cm",
- "unit": "-"
- },
- {
- "type": 21,
- "desc": "soil salinity 20cm",
- "unit": "-"
- },
- {
- "type": 22,
- "desc": "soil salinity 30cm",
- "unit": "-"
- },
- {
- "type": 23,
- "desc": "soil salinity 40cm",
- "unit": "-"
- },
- {
- "type": 24,
- "desc": "soil salinity 50cm",
- "unit": "-"
- },
- {
- "type": 25,
- "desc": "soil salinity 60cm",
- "unit": "-"
- },
- {
- "type": 26,
- "desc": "soil salinity 70cm",
- "unit": "-"
- },
- {
- "type": 27,
- "desc": "soil salinity 80cm",
- "unit": "-"
- },
- {
- "type": 28,
- "desc": "soil salinity 90cm",
- "unit": "-"
- },
- {
- "type": 29,
- "desc": "soil salinity 100cm",
- "unit": "-"
- },
- {
- "type": 30,
- "desc": "soil salinity 110cm",
- "unit": "-"
- },
- {
- "type": 31,
- "desc": "soil salinity 120cm",
- "unit": "-"
- },
- {
- "type": 40,
- "desc": "temperature 10cm",
- "unit": "°C"
- },
- {
- "type": 41,
- "desc": "temperature 20cm",
- "unit": "°C"
- },
- {
- "type": 42,
- "desc": "temperature 30cm",
- "unit": "°C"
- },
- {
- "type": 43,
- "desc": "temperature 40cm",
- "unit": "°C"
- },
- {
- "type": 44,
- "desc": "temperature 50cm",
- "unit": "°C"
- },
- {
- "type": 45,
- "desc": "temperature 60cm",
- "unit": "°C"
- },
- {
- "type": 46,
- "desc": "temperature 70cm",
- "unit": "°C"
- },
- {
- "type": 47,
- "desc": "temperature 80cm",
- "unit": "°C"
- },
- {
- "type": 48,
- "desc": "temperature 90cm",
- "unit": "°C"
- },
- {
- "type": 49,
- "desc": "temperature 100cm",
- "unit": "°C"
- },
- {
- "type": 50,
- "desc": "temperature 110cm",
- "unit": "°C"
- },
- {
- "type": 51,
- "desc": "temperature 120cm",
- "unit": "°C"
- }
- ],
- "lib": "sdi121"
- },
- {
- "name": "Metergroup Teros11",
- "bus": "sdi12",
- "types": [
- {
- "type": 0,
- "desc": "ADC count for VWC",
- "unit": "-"
- },
- {
- "type": 1,
- "desc": "temperature",
- "unit": "°C"
- },
- {
- "type": 3,
- "desc": "volumetric water content",
- "unit": "m3/m3"
- },
- {
- "type": 4,
- "desc": "apparent dielectric permittivity",
- "unit": "-"
- }
- ],
- "lib": "teros1"
- },
- {
- "name": "Metergroup Teros12",
- "bus": "sdi12",
- "types": [
- {
- "type": 0,
- "desc": "ADC count for VWC",
- "unit": "-"
- },
- {
- "type": 1,
- "desc": "temperature",
- "unit": "°C"
- },
- {
- "type": 2,
- "desc": "electrical conductivity",
- "unit": "uS/cm"
- },
- {
- "type": 3,
- "desc": "volumetric water content",
- "unit": "m3/m3"
- },
- {
- "type": 4,
- "desc": "apparent dielectric permittivity",
- "unit": "-"
- }
- ],
- "lib": "teros1"
- },
- {
- "name": "Campbell Scientific CS320",
- "bus": "sdi12",
- "types": [
- {
- "type": 0,
- "desc": "Calibrated solar radiation",
- "unit": "W/m2"
- },
- {
- "type": 10,
- "desc": "Raw detector",
- "unit": "mV"
- },
- {
- "type": 20,
- "desc": "Sensor temperature",
- "unit": "°C"
- },
- {
- "type": 30,
- "desc": "X axis",
- "unit": "°"
- },
- {
- "type": 31,
- "desc": "Y axis",
- "unit": "°"
- },
- {
- "type": 32,
- "desc": "Z axis",
- "unit": "°"
- }
- ],
- "lib": "sdi121"
- },
- {
- "name": "FIS3000",
- "bus": "RS485",
- "types": [
- {
- "type": 0,
- "desc": "raw data",
- "unit": ""
- },
- {
- "type": 1,
- "desc": "raw data temperature compensated",
- "unit": ""
- },
- {
- "type": 2,
- "desc": "gas concentration",
- "unit": "%"
- },
- {
- "type": 3,
- "desc": "temperature",
- "unit": "°C"
- }
- ],
- "lib": "fis30001"
- },
- {
- "name": "Apogee SN-500",
- "bus": "sdi12",
- "types": [
- {
- "type": 0,
- "desc": "incoming SW",
- "unit": "W/m2"
- },
- {
- "type": 1,
- "desc": "outgoing SW",
- "unit": "W/m2"
- },
- {
- "type": 2,
- "desc": "incoming LW",
- "unit": "W/m2"
- },
- {
- "type": 3,
- "desc": "outgoing LW",
- "unit": "W/m2"
- },
- {
- "type": 10,
- "desc": "net SW",
- "unit": "W/m2"
- },
- {
- "type": 11,
- "desc": "net LW",
- "unit": "W/m2"
- },
- {
- "type": 12,
- "desc": "net SW",
- "unit": "W/m2"
- },
- {
- "type": 20,
- "desc": "mV signal incoming SW",
- "unit": "mV"
- },
- {
- "type": 21,
- "desc": "mV signal outgoing SW",
- "unit": "mV"
- },
- {
- "type": 30,
- "desc": "mV signal incoming LW",
- "unit": "mV"
- },
- {
- "type": 32,
- "desc": "mV signal outgoing LW",
- "unit": "mV"
- },
- {
- "type": 31,
- "desc": "body temperature incoming LW",
- "unit": "°C"
- },
- {
- "type": 33,
- "desc": "body temperature outgoing LW",
- "unit": "°C"
- },
- {
- "type": 40,
- "desc": "albedo",
- "unit": "W/m2"
- }
- ],
- "lib": "sdi121"
- },
- {
- "name": "Metergroup Teros21",
- "bus": "sdi12",
- "types": [
- {
- "type": 0,
- "desc": "matric potential",
- "unit": "kPa"
- },
- {
- "type": 1,
- "desc": "temperature",
- "unit": "°C"
- }
- ],
- "lib": "sdi121"
- },
- {
- "name": "Apogee SO-411",
- "bus": "sdi12",
- "types": [
- {
- "type": 0,
- "desc": "calibrated oxygen",
- "unit": "%"
- },
- {
- "type": 1,
- "desc": "oxygen mV",
- "unit": "mV"
- },
- {
- "type": 2,
- "desc": "body temperature",
- "unit": "°C"
- },
- {
- "type": 0,
- "desc": "calibrated oxygen compensated for temperature",
- "unit": "%"
- }
- ],
- "lib": "sdi121"
- },
- {
- "name": "Tinovi VCS3",
- "bus": "i2c",
- "types": [
- {
- "type": 0,
- "desc": "e25",
- "unit": "-"
- },
- {
- "type": 1,
- "desc": "ec",
- "unit": "mS/m"
- },
- {
- "type": 2,
- "desc": "temperature",
- "unit": "°C"
- },
- {
- "type": 3,
- "desc": "volumetric water content",
- "unit": "%"
- }
- ],
- "lib": "vcs3",
- "adr": 99
- },
- {
- "name": "Sensirion SCD30",
- "bus": "i2c",
- "types": [
- {
- "type": 0,
- "desc": "co2",
- "unit": "ppm"
- },
- {
- "type": 1,
- "desc": "temperature",
- "unit": "°C"
- },
- {
- "type": 2,
- "desc": "humidity",
- "unit": "%"
- }
- ],
- "lib": "scd30",
- "adr": 97
- },
- {
- "name": "Sensirion SGP30",
- "bus": "i2c",
- "types": [
- {
- "type": 0,
- "desc": "TVOC",
- "unit": "ppb"
- },
- {
- "type": 1,
- "desc": "CO2 equivalent",
- "unit": "ppm"
- }
- ],
- "lib": "sgp301",
- "adr": 88
- },
- {
- "name": "Sensirion SHTC1",
- "bus": "i2c",
- "types": [
- {
- "type": 0,
- "desc": "temperature",
- "unit": "°C"
- },
- {
- "type": 1,
- "desc": "humidity",
- "unit": "%"
- }
- ],
- "lib": "shtc11",
- "adr": 112
- },
- {
- "name": "Apar AR252",
- "bus": "rs485",
- "types": [
- {
- "type": 0,
- "desc": "measured relative humidity",
- "unit": "%"
- },
- {
- "type": 1,
- "desc": "measured temperature",
- "unit": "°C"
- },
- {
- "type": 2,
- "desc": "calculated relative humidity",
- "unit": "g/m3"
- },
- {
- "type": 3,
- "desc": "calculated dew/frost point",
- "unit": "°C"
- }
- ],
- "lib": "ar2521",
- "adr": 1
- },
- {
- "name": "Sensorika SWKD",
- "bus": "rs485",
- "types": [
- {
- "type": 0,
- "desc": "relative humidity",
- "unit": "%"
- },
- {
- "type": 1,
- "desc": "dry temperature",
- "unit": "°C"
- },
- {
- "type": 2,
- "desc": "dew point",
- "unit": "°C"
- },
- {
- "type": 3,
- "desc": "mixing ratio",
- "unit": "g/kg"
- },
- {
- "type": 4,
- "desc": "absolute humidity",
- "unit": "g/m3"
- }
- ],
- "lib": "swkd1",
- "adr": 9
- },
- {
- "name": "Lesprojekt flood detector",
- "bus": "di",
- "types": [
- {
- "type": 0,
- "desc": "flood",
- "unit": ""
- }
- ],
- "lib": "di1",
- "adr": 1
- },
- {
- "name": "Decagon MPS6",
- "bus": "sdi12",
- "types": [
- {
- "type": 0,
- "desc": "matric potential",
- "unit": "kPa"
- },
- {
- "type": 1,
- "desc": "temperature",
- "unit": "°C"
- }
- ],
- "lib": "sdi121",
- "adr": 0
- },
- {
- "name": "Catnip Chirp",
- "bus": "i2c",
- "types": [
- {
- "type": 0,
- "desc": "moisture",
- "unit": ""
- },
- {
- "type": 2,
- "desc": "temperature",
- "unit": "°C"
- }
- ],
- "lib": "chirp1",
- "adr": 32
- },
- {
- "name": "Leaf wetness sensor",
- "bus": "analog",
- "types": [
- {
- "type": 0,
- "desc": "leaf wetness",
- "unit": ""
- }
- ],
- "lib": "volt1",
- "adr": 1
- },
- {
- "name": "Vaisala WXT510",
- "lib": "sdi121",
- "bus": "sdi12",
- "adr": 0,
- "types": [
- {
- "type": 2,
- "desc": "air temperature",
- "unit": "°C"
- },
- {
- "type": 3,
- "desc": "air humidity",
- "unit": "%"
- },
- {
- "type": 4,
- "desc": "air pressure",
- "unit": "hPa"
- },
- {
- "type": 5,
- "desc": "rain amount",
- "unit": "mm/h"
- },
- {
- "type": 6,
- "desc": "hail amount",
- "unit": "hits/cm2]"
- },
- {
- "type": 0,
- "desc": "wind direction average",
- "unit": "deg"
- },
- {
- "type": 1,
- "desc": "wind speed average",
- "unit": "m/s"
- }
- ]
- }
- ]
- }
|