local_luftdaten
local_luftdaten copied to clipboard
Custom component for Home Assistant that integrates your (own) local Luftdaten sensor (air quality/particle sensor) without using the cloud.
SENSOR_DS18B20_TEMPERATURE ='DS18B20_temperature' SENSOR_DS18B20_TEMPERATURE: ['Temperature', TEMP_CELSIUS, DEVICE_CLASS_TEMPERATURE],
https://developers.home-assistant.io/blog/2021/08/12/sensor_temperature_conversion https://developers.home-assistant.io/docs/core/entity/sensor
Please add support for ClimateGuard Radiation sensor https://climateguard.info/radsens/ It's integrated in beta of Luftdaten since last March. Here is the json for it: `{"software_version": "NRZ-2020-134-B1-airomsk2custom", "age":"93", "sensordatavalues":[{"value_type":"SDS_P1","value":"20.17"},{"value_type":"SDS_P2","value":"9.93"},{"value_type":"BME280_temperature","value":"-7.99"},{"value_type":"BME280_pressure","value":"99043.78"},{"value_type":"BME280_humidity","value":"78.89"},{"value_type":"samples","value":"4952196"},{"value_type":"min_micro","value":"28"},{"value_type":"max_micro","value":"20513"},{"value_type":"interval","value":"145000"},{"value_type":"signal","value":"-86"},{"value_type":"RadSens_radiation_static","value":"10.20"}]}`
Hi Can you add suport fot long term statistics from last HA update?
With e13069a84eb7d6778a8bae674e450736285b8c2c we introduced a new way of building the unique entity id. To prevent errors and confusion when updating component we need to add either a BIG warning and...
https://sensor.community/de/sensors/dnms/ output from data.json: {"software_version": "NRZ-2020-133", "age":"62", "sensordatavalues":[{"value_type":"DNMS_noise_LAeq","value":"54.52"},{"value_type":"DNMS_noise_LA_min","value":"43.09"},{"value_type":"DNMS_noise_LA_max","value":"75.97"},{"value_type":"samples","value":"6093860"},{"value_type":"min_micro","value":"23"},{"value_type":"max_micro","value":"9888"},{"value_type":"interval","value":"145000"},{"value_type":"signal","value":"-84"}]}
Hi I would like to see support for custom luftdaten build with RadSens radiation sensor included. Sample json is below. Value name is RadSens_radiation_static { "software_version": "NRZ-2020-134-B1-airomsk2custom", "age": "124", "sensordatavalues":...
@lichtteil Integration does not load in latest HA beta. See error log below: Logger: homeassistant.components.sensor Kilde: helpers/entity_platform.py:728 integration: Sensor (dokumentation, problemer) Første forekomst: 10.07.49 (4 forekomster) Senest logget: 10.07.49 local_luftdaten:...