I was wondering if there was a way to open i.e. an Excel File by clicking a button on the dashboard. I tried just using the local path but I it didn’t work - as I was fairly sure it wouldn’t work but I still tried it.
Do you know of anyway to accomplish this? Maybe through a script or template?
Okay so I solved it a bit differently since no command seemed to work.
I wrote a python script that listens to mqtt topics and opens the excel file when a certain topic gets published. To trigger that I equipped a button with the MQTT Publish service.
Does exactly what I wanted to so this is good enough for me.