I would like to realise the process below and need an idea of how I could do this:
type: entities
entities:
- entity: input_number.pellet_storage_new
name: New value
icon: mdi:content-save
tap_action:
action: navigate
navigation_path: /lovelace/heating-set
I use this to create an input field on the dashboard.
If I have entered a value and click on the icon, it should display “heating-set”. So far it works …
But now I want to process the event (icon clicked) further in Node-RED (among other things, a timer should be started and communication with an Arduino, which provides me with values from my pellet heater).
How could I solve this problem? For example, could you somehow set an auxiliary entity in the above code at tap_action which you can then query in Node-RED? What could the code then look like?
Thank you very much for your help - I’m really stumped by this problem …
There is a button card for the dashboard. The click action can call a service. Otherwise make a button helper. It will give you a button entity that you can use as a trigger.