pysensorpush icon indicating copy to clipboard operation
pysensorpush copied to clipboard

pysensorpush not returning values extra measurements for the HTP.xw

Open royaldunlin opened this issue 2 years ago • 0 comments

Pysensorpush is only returning temperature and humidity for the HTPS.xw, and not the barometric pressure, bpd, and dewpoint.

--Gateways--
{ 'Gateway': { 'id': '6vZKaNaoVE1P4jJVNGhrPX0rEwAVVJZ0kBXER41jRc4=',
               'last_alert': None,
               'last_seen': '2023-08-11T02:25:20.000Z',
               'message': None,
               'name': 'Gateway',
               'paired': True,
               'tags': None,
               'version': '1.1.7(35)'}}

--Sensors--
{ '16899867.2440417877829260829': { 'active': True,
                                    'address': '90:7B:C6:93:13:64',
                                    'alerts': { 'humidity': {'enabled': False},
                                                'temperature': { 'enabled': False,
                                                                 'max': 0,
                                                                 'min': 0}},
                                    'battery_voltage': 3.09,
                                    'calibration': { 'humidity': 0,
                                                     'temperature': 0},
                                    'deviceId': '16899867',
                                    'id': '16899867.2440417877829260829',
                                    'name': 'Outside',
                                    'rssi': -67,
                                    'type': 'HTP.xw'}}

--Samples--
{ 'last_time': '2023-08-11T02:28:26.000Z',
  'sensors': { '16899867.2440417877829260829': [ { 'gateways': '6vZKaNaoVE1P4jJVNGhrPX0rEwAVVJZ0kBXER41jRc4=',
                                                   'humidity': 68.83,
                                                   'observed': '2023-08-11T02:28:26.000Z',
                                                   'temperature': 72.43}]},
  'status': 'OK',
  'total_samples': 1,
  'total_sensors': 1,
  'truncated': False}

royaldunlin avatar Aug 11 '23 02:08 royaldunlin