#Automation not triggering based on C02 levels

1 messages · Page 1 of 1 (latest)

idle shale
#

Hi there. I have a Netatmo Multisensor. I have setup an automation, to when C02 levels are above 1000, it should run some actions. I was able to trigger the automation once after setup and then it stopped working.

One thing that I noticed is that I can't see the sensors updating within the device logs.
In dev tools the entity looks fine.

This is my trigger:


type: carbon_dioxide
device_id: 2472a88688e3a7c64354bf86163c77be
entity_id: 45c183aca970e0e3b0d89f89c1e79dc1
domain: sensor
trigger: device
above: 1000

in the one successful trace I could find:

through numeric state of sensor.netatmo_kohlendioxid at 9. December 2024 um 00:01:31 triggered

Which again was the only time it ran a test action of turning on the light.

Please let me know if I should attach anything that will help resolve my issue.

On second thought, I might be thinking its the sensors capabilities itsself, it needs some time to update sensors state in hass vs in Netatmo native app.