Astro binding to move switches at sunset/sunrise

Thanks. Will try to do that this weekend. But I’m not sure which conclusions I could draw from that. Suppose that would work, what does it learn me?

[EDIT]
Ok, I decided to give it one more try. In the issue I reported on GitHUB, @triller-telekom provided a new Astro-jar.
This is what I did:

  • I delete the things “local sun” and “local moon”;
  • I removed the Astro binding installed via PaperUI;
  • I stopped OpenHAB;
  • I deleted the contents of /cache and /tmp;
  • I upgraded to the latest build (#1028);
  • I started OpenHAB;
  • I added the jar-file to the addons-file;
  • Two things where found in PaperUI - I added them. Latitude/longitude were prefilled nicely.
  • In openHAB.log I see:
2017-08-31 12:37:58.883 [INFO ] [thome.binding.astro.internal.job.Job] - Scheduled Astro event-jobs for thing astro:moon:local
2017-08-31 12:37:58.893 [INFO ] [ding.astro.handler.AstroThingHandler] - Scheduled Positional job astro:moon:local every 300 seconds
2017-08-31 12:37:59.106 [INFO ] [thome.binding.astro.internal.job.Job] - Scheduled Astro event-jobs for thing astro:moon:local
2017-08-31 12:37:59.114 [INFO ] [ding.astro.handler.AstroThingHandler] - Scheduled Positional job astro:moon:local every 300 seconds
2017-08-31 12:38:02.297 [INFO ] [thome.binding.astro.internal.job.Job] - Scheduled Astro event-jobs for thing astro:sun:local
2017-08-31 12:38:02.315 [INFO ] [ding.astro.handler.AstroThingHandler] - Scheduled Positional job astro:sun:local every 300 seconds
2017-08-31 12:38:03.263 [INFO ] [thome.binding.astro.internal.job.Job] - Scheduled Astro event-jobs for thing astro:sun:local
2017-08-31 12:38:03.283 [INFO ] [ding.astro.handler.AstroThingHandler] - Scheduled Positional job astro:sun:local every 300 seconds

Now fingers crossed! I hope it makes a difference.