Hi all,
Pretty new to home assistant and this community so a big shout out to everyone for all the useful information. Hopefully in time I will be able to share my projects and assist others!
I am testing Kiosker.app on iOS for my HA dashboard. It has a screensaver functionality which uses the camera to turn on/off with proximity.
They have Javascript Integration (https://docs.kiosker.io/#/javascript) which enables the different functions to be controlled in-browser.
{
"event":"pauseScreenSaver",
"data": {"state": true}
}
Is there anyway to bring this into HA so that I could call a script (?) to automate this?
What I’m trying to create is:
- if no HA dashboard input for 30s --> turn on screensaver.
- camera motion trigger --> turn off screensaver…delay 10s…turn on screensaver.
I’ve attempted a few methods, including node-red, to try and gain control of Kiosker through JavaScript but I haven’t been able to do this.
Any help would be much appreciated!