Luftdaten /AdGuard stopped working in 113.1

Is this just something on my side or does anybody experience the same issues? Both integrations stopped working. I deleted the integrations, but both do not connect to the api anymore. Any ideas, please?

hi, luftdatem stopped working on mine also, found a hacs integration that takes the data from the ip address and and can be used in HA.
called Local Luftdaten Sensor, read the docs and you put in yr config yaml

1 Like

Idem for me luftdaten doesn’t work singe the last upgrade 113

Regarding “Luftdaten” I have uncommented my old configuration.yaml code and this integration is back working again.

113.2 making me very happy! AdGuard issue is fixed. Thank you team :grinning:

What does your config for Luftdaten look like? It stopped working for me, too, but I’ve had no success configuring it manually so far :confused:

@checkleylane the hacs integration looks interesting, thanks for pointing it out!

I am not sure if the integration still requires the entries in the config.yaml. I leave them there as it works.

luftdaten:
  sensor_id: xxxxx
  show_on_map: false
  sensors:
    monitored_conditions:
      - P1
      - P2

I think the Luftdaten API itself is down (or blocked). If you go to the map, the sensors are visible with current measurements:

https://sensor.community/

If you try to access the official API (that most likely is used by the Integration), you get a timeout:

https://api.luftdaten.info/v1/sensor/19822/

but… if you use another (?) api, the sensor IS available:

https://data.sensor.community/airrohr/v1/sensor/19822/

EDIT: I noticed that the “api.lufdaten.info” link is redirected to “data.sensor.community”

I looked at the code and the component already seems to use the new API:

It looks like the api is a little bit flaky. Sometimes it works and sometimes it times out. For me for both manual YAML or UI based configuration.