DebugLog should help.
Beitrag
RE: Relays turns randomly off
(Zitat)
I'd bet there's a local device in your home which sends the HTTP command, so most likely HA.
It's a device using the "old" syntax:
http://<ip>relay/0?turn=on
you can identify the device via Debug.
1) Go to settings - device and enable Websocket debug.
2) create a "dummy"-Script and change filter from "script only" to "full log" (lower right corner)
I've marked the important part in the debug output, the source ip will be logged.
Der Inhalt kann nicht angezeigt werden, da Sie keine…
I'd bet there's a local device in your home which sends the HTTP command, so most likely HA.
It's a device using the "old" syntax:
http://<ip>relay/0?turn=on
you can identify the device via Debug.
1) Go to settings - device and enable Websocket debug.
2) create a "dummy"-Script and change filter from "script only" to "full log" (lower right corner)
I've marked the important part in the debug output, the source ip will be logged.
Seven of Nine