Projet

Général

Profil

Révision b02548cc

IDb02548ccd854b78054d15da746e9ff40213ca438
Parent ca6107d3
Enfant 0d055149

Ajouté par Lars Kruse il y a environ 5 ans

Plugin feinstaubsensor: add sensor data from the optional BME280 component

Voir les différences:

plugins/luftdaten/feinstaubsensor
101 101
        "graph_info": "Weather information: air humidity",
102 102
        "fields": [
103 103
            {"api_key": "humidity"},
104
            {"api_key": "BME280_humidity", "info": "BME280", "field_suffix": "bme280"},
104 105
        ],
105 106
        "value_type": "GAUGE",
106 107
    }, {
......
110 111
        "graph_info": "Weather information: temperature",
111 112
        "fields": [
112 113
            {"api_key": "temperature"},
114
            {"api_key": "BME280_temperature", "info": "BME280", "field_suffix": "bme280"},
115
        ],
116
        "value_type": "GAUGE",
117
    }, {
118
        "name": "feinstaub_pressure",
119
        "graph_title": "Feinstaub Atmospheric Pressure",
120
        "graph_vlabel": "Pascal",
121
        "graph_info": "Weather information: atmospheric pressure",
122
        "fields": [
123
            {"api_key": "BME280_pressure"},
113 124
        ],
114 125
        "value_type": "GAUGE",
115 126
    }, {
......
169 180
        {"software_version": "NRZ-2017-099", "age":"88", "sensordatavalues":[
170 181
        {"value_type":"SDS_P1","value":"27.37"},{"value_type":"SDS_P2","value":"13.53"},
171 182
        {"value_type":"temperature","value":"23.70"},{"value_type":"humidity","value":"69.20"},
183
        {"value_type":"BME280_temperature","value":"9.76"},
184
        {"value_type":"BME280_humidity","value":"79.29"},
185
        {"value_type":"BME280_pressure","value":"100781.03"},
172 186
        {"value_type":"samples","value":"626964"},{"value_type":"min_micro","value":"225"},
173 187
        {"value_type":"max_micro","value":"887641"},{"value_type":"signal","value":"-47"}]}
174 188

  

Formats disponibles : Unified diff