From efe9752d29913c75a3cf96bb0e94bcfa659a8dfa Mon Sep 17 00:00:00 2001 From: Michael Zanetti Date: Wed, 13 Nov 2019 20:02:12 +0100 Subject: [PATCH] DaylightSensor: Update README.md --- daylightsensor/README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/daylightsensor/README.md b/daylightsensor/README.md index 26c8e53f..b1dfd910 100644 --- a/daylightsensor/README.md +++ b/daylightsensor/README.md @@ -1,7 +1,8 @@ # Daylight sensor -This plugin allows to determin if currently daylight is available or not for a certain location. -The plugin supports autodetect location using the WAN IP, but also offline calculation for sunrise -and sunset. +A simple daylight "sensor". Works offline, just like that, no hardware required. +During setup, a one time geolocation lookup is performed using local network's public IP address. After that, the plugin calculates sunset and sunrise for your location completely offline. + +This comes in handy for setting up rules, e.g. automatically turn on lights at sunset.