Quantcast
Channel: Configuration - Home Assistant Community
Viewing all articles
Browse latest Browse all 106036

Automation runs but does not seem to update status

$
0
0

I am running an automation that should update some entity values
Although tracing shows that it did run, the entity was not updated.
Iopened this topic january 17 at 14:06
I cannot find why this goes wrong.

image

This is a part of the trace:

Executed: January 17, 2025 at 1:59:13 PM
Result:
params:
  domain: input_text
  service: set_value
  service_data:
    value: >-
      foscam_voordeur: Twee kleine beeldjes staan bij een deur, met een plant in
      een pot ernaast en een auto gedeeltelijk zichtbaar op een betegelde
      oprit.  Het is momenteel 15:31.
    entity_id:
      - input_text.beschrijving_foto_foscam
  target:
    entity_id:
      - input_text.beschrijving_foto_foscam
running_script: false

this is the part of yaml of the automation:

  - action: input_text.set_value
    metadata: {}
    data:
      value: "foscam_voordeur: {{response_voordeur_foscam.response_text}}"
    target:
      entity_id: input_text.beschrijving_foto_foscam
    enabled: true
  - action: input_text.set_value
    metadata: {}
    data:
      value: "foscam_voordeur: {{response_voordeur_foscam.response_text}}"
    target:
      entity_id: input_text.beschrijving_fotolaatst
  - action: notify.lg_webos_tv_oled55c8pla
    metadata: {}
    data:
      message: "{{response_voordeur_foscam.response_text}}"
    enabled: false

The entity input_text.beschrijving_fotolaatst does not exists att all.

2 posts - 2 participants

Read full topic


Viewing all articles
Browse latest Browse all 106036

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>