Before I can answer your question, I will need you to explain how and where you are using an input_text entity. For example, is it used in a State Trigger?
As I said, I am very new to HA.
I try to test as much as possible to understand a little bit better how it works.
I mean so if a certain trigger, eg sensor.printer_keuken_zaak_color, is activated from above, is it possible that I can put a certain value in eg “input_text.printer_keuken_zaak_color”?
For example, let’s say you want to use the input_text as a counter and sensor.printer_keuken_zaak_color triggered the automation. The following service call will take the existing value of input_text.printer_keuken_zaak_color and increment it by one.
Thank you very much, now I am getting a little further. Been searching all day! Try to understand all of this, but it is not so obvious. Would you be so kind as to tell me how I can read these values in the future.
You may also know where to find out how HA works. Preferably in Dutch
I don’t know where to find reference material for Home Assistant in Dutch. However, I do know there are native Dutch speakers who are members of this forum. Perhaps one of them will read this discussion and help you with that.
Most of what I have shown can be found in the official documentation, specifically here:
Ok, thank you again for helping me out. Yet I still hang somewhere!
I now have the counter “counter.printer_keuken_zaak_color” which has a certain value. How can I approach this value now. Have already tried several things but really can’t figure it out !!
But if I want to forward this value eg in my example to eg mobile phone how should I access it?
device_id: 0b463d7317e2bbc5ebf2d713aa5aae89
domain: mobile_app
type: notify
title: Inktniveau Printers
message: >-
{{ state_attr(trigger.entity_id, ‘friendly_name’) }}
{{states(‘input_text.printer_woord’)}} {{states(trigger.entity_id)}} % {{ {{states(counter.{{trigger.to_state.object_id}}}}