The scheduler recalculates time for sunset, sunrise, etc., when the position has changed.
Sometimes this happens too often when the detector is placed at positions where the values toggles. The solution here is to use a delta distance instead of comparing two rounded values.
The scheduler recalculates time for sunset, sunrise, etc., when the position has changed.
Sometimes this happens too often when the detector is placed at positions where the values toggles. The solution here is to use a delta distance instead of comparing two rounded values.