Tapo c500 sensors

just a simple question:

I’m trying to test the “binary_sensor.tapo_c500_all_occupancy” sensor in an automation, but it never activates (it doesn’t switch from off to on). Does anyone have any ideas? All my available Tapo C500 sensors are:

binary_sensor.tapo_c500_person_occupancy
binary_sensor.tapo_c500_cat_occupancy
binary_sensor.tapo_c500_all_occupancy
binary_sensor.tapo_c500_motion
binary_sensor.tapo_c500_cell_motion_detection_2

binary_sensor.tapo_c500_person_detection_2

This last sensor (person_detection) works correctly.

Thanks

Share your automation YAML and we should be able to help.
Use the “</>” button in the editor here to post it.

What usually trips people up is the trigger happens as the change from false to true happens. So if the automation is enabled and the “binary_sensor.tapo_c500_person_occupancy” changes from off to on, it will trigger. If it is already on, it won’t trigger until after it goes off, then back on again. Automations #1: trigger only fires when it changes from not true to true

I am asking my question about: binary_sensor.tapo_c500_all_occupancy !!! i know that the “binary_sensor.tapo_c500_person_occupancy” changes from off to on, it will trigger :smiley:

The fact you have entities ending in _2 means that they were added more than once. Find the device page for those _2 entities & check if you have other occupancy_2 entities. They may be disabled, so check under disabled sensors too

i don’t speak about entities ending in _2 but about ONE entity: " **

binary_sensor.tapo_c500_all_occupancy

**". Is there anyone with this type of camera who has managed to use this entity? thanks