lichtteil / local_luftdaten

Custom component for Home Assistant that integrates your (own) local Luftdaten sensor (air quality/particle sensor) without using the cloud.
MIT License
46 stars 19 forks source link

BMP and BMP280 sensors #8

Closed patkan closed 4 years ago

patkan commented 4 years ago

Hi! I have a BMP and BMP280 sensor which produce the following entries in the json:

{"software_version": "NRZ-2020-129", "age":"2", "sensordatavalues":[{"value_type":"SDS_P1","value":"1.27"},{"value_type":"SDS_P2","value":"1.12"},{"value_type":"BMP_pressure","value":"97986.00"},{"value_type":"BMP_temperature","value":"18.80"},{"value_type":"BMP280_pressure","value":"97707.13"},{"value_type":"BMP280_temperature","value":"18.51"},{"value_type":"samples","value":"4389330"},{"value_type":"min_micro","value":"32"},{"value_type":"max_micro","value":"20054"},{"value_type":"signal","value":"-74"}]}

It would be great if the component could support it :-)

lichtteil commented 4 years ago

Danke @patkan!