Hi,
Is there a way to find out if a new connection is made to Fhemweb? I want to get the IP of the device (peer) that connects.
Eventmonitor does not record an event when a new connection is made. Is there another way to trigger an action ?
Luc
There will be no event generated when a new connection is established, you have to poll for devices of "TYPE=FHEMWEB" e.g. with list, end evaluate the result.
Danke für die Antwort