nkitanov / iaq_board

IAQ Board is a DIY (Do-It-Yourself) device for measuring internal air quality
358 stars 32 forks source link

Looks like the latest update (2024.2.0) breaks iaq firmware #34

Open Dinth opened 4 months ago

Dinth commented 4 months ago

Mast likely due to this breaking change: PMSx003 add relevant device and state classes to default config esphome#5633 by @wheimbigner (breaking-change)

Dinth commented 4 months ago
INFO ESPHome 2024.2.0
INFO Reading configuration /config/esphome/iaq-livingroom.yaml...
Failed config

sensor.bme280: [source /config/esphome/iaq-livingroom.yaml:290]

  Platform not found: 'sensor.bme280'.
  platform: bme280
  temperature: 
    name: Temperature
    oversampling: 1x
    id: temp
    filters: 
      - offset: -1.5
    on_value: 
      - lambda: |-
          if(id(temp).state > id(temp_max)) { id(temp_max) = id(temp).state; }
          if(id(temp).state < id(temp_min)) { id(temp_min) = id(temp).state; }
  pressure: 
    name: Pressure
    oversampling: 1x
    id: press
  humidity: 
    name: Humidity
    oversampling: 1x
    id: hum
  address: 118
  update_interval: 10s
Badn1nja commented 1 month ago

https://github.com/Badn1nja/iaq_board_fork/

I have a fork that I keep updated for the latest HA and have added some new features