Sometimes some of my automations don’t trigger, so when I look at the trace to find out why, I’ll see something like unknown entity. Does anyone know what’s happening and how to fix it?

  • sabreW4K3@lemmy.tfOP
    link
    fedilink
    English
    arrow-up
    0
    ·
    8 months ago

    See that’s the weird thing. I haven’t removed or renamed any devices and most of the time everything works, but once in awhile I get these errors.

    • thehatfox@lemmy.world
      link
      fedilink
      English
      arrow-up
      0
      ·
      edit-2
      8 months ago

      Once I had devices that replaced entities with new ones with a different ID after a firmware update. It happened to some ESPHome devices I had after upgrading the firmware. Have you checked the device the entity belongs to?

      • sabreW4K3@lemmy.tfOP
        link
        fedilink
        English
        arrow-up
        0
        ·
        8 months ago

        Yup, once I manually trigger the automations, everything starts working again

          • sabreW4K3@lemmy.tfOP
            link
            fedilink
            English
            arrow-up
            0
            ·
            edit-2
            8 months ago

            Automatic builder. Just had it happen again

            alias: Illuminate Bathroom
            description: ""
            trigger:
              - type: occupied
                platform: device
                device_id: 59772f660e8f058102f9e94a02403969
                entity_id: d4e7dc31bf50b3a2302c611bbf16bc94
                domain: binary_sensor
            condition:
              - type: is_illuminance
                condition: device
                device_id: 59772f660e8f058102f9e94a02403969
                entity_id: c192872a4d9f435658f8e84c4ad110b5
                domain: sensor
                below: 1200
              - type: is_motion
                condition: device
                device_id: 0ae8165edc6622b670e24f99a7911c07
                entity_id: 2314ba20932943fdb166814cfa6156b0
                domain: binary_sensor
            action:
              - service: switch.turn_on
                metadata: {}
                data: {}
                target:
                  device_id: bd72cd3e24be2facbf8e6bf459e93b09
            mode: single