Is there some method to track / Indicate if someone is logging into the HA Web page. Ideally it would be nice if I could see log ins in the history page AND turn on a LED (Rapberry pi GPIO) for a minute or so.
Thanks in advance,
Calvin
Is there some method to track / Indicate if someone is logging into the HA Web page. Ideally it would be nice if I could see log ins in the history page AND turn on a LED (Rapberry pi GPIO) for a minute or so.
Thanks in advance,
Calvin
I’m trying to re-add a more human-readable log entry for the login process.
What you want to do, could be possible with a command line and an external script which is monitoring the log file.
See this custom component, I have tested it a bit and it is catching all of my external log-ins (ie. from outside my network). From inside my network a lot of activitiy shows up as coming from my router as I am connecting using my duckdns address and my router loops it back. Every computer/device IP that have I have accessed the front end with though, has been flagged.