Git Product home page Git Product logo

Comments (4)

lichtteil avatar lichtteil commented on July 29, 2024 1

I added BME280 values, you can define them in you config:

monitored_conditions:
  - BME280_temperature
  - BME280_humidity
  - BME280_pressure

Let me know if it works.

from local_luftdaten.

vtashev avatar vtashev commented on July 29, 2024

I have fixed that for myself and created pull request
you can see here vtashev@65201dd

from local_luftdaten.

lichtteil avatar lichtteil commented on July 29, 2024

Thanks for the sample output. Looks like default DHT22 renders value type temperature but BME280 has for some reason value type BME280_temperature.

from local_luftdaten.

lichtteil avatar lichtteil commented on July 29, 2024

I just replaced my DHT22 (which had always 99% humidity) with the BME280 and it works fine. For air pressure I use this template sensor:

air_pressure:
  value_template: '{{ (states("sensor.feinstaubsensor_pressure") | float / 100) | round(1) }}'
  friendly_name: 'Luftdruck'
  unit_of_measurement: 'hPa'

from local_luftdaten.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.