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.
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