Hello,
I’m trying to set up a home assistant dashboard on a windows tablet. This is all working fine, but I would like to show a certain entity when a certain action occurs (for example 3d printer is printing or pause, doorbell rings, …).
I can use IOTLink to start programs on the tablet. And I wanted to use this to start a vbscript that types the following keys in the Home Assistant browser window:
e
camera.octoprint
{ENTER}
This is actually working fine, except for the enter key at the end, this doesn’t do anything. Tried with nircmd as well, but that’s the same.
When I enter manually after running the script, the entity is shown.
Anyone who has other ideas to accomplish the same, or might have an idea why this isn’t working?
I found AppDaemon scripts (but didn’t try them) since I only want the dashboard on the tablet to change, not all dashboards that are open at that moment.
regards,
Stijn