No Astro Functions prior to to 18h
When sunset is earlier than 18h, the adapter does show 18h as the earliest time. There are no additional restrictions (e.g. Not Earlier than XY) set in the adapter.
not sure if it should be like it is now but if you are only interested in real values you can set the Not Earlier fields to something real early, like 15::00 for sunset
This is the workaround that I use for the moment. But it's still a bug from my view, at least it's an unexpected behaviour.
its not a bug, these values are set intentionally in case fields are empty(== undefined). However, i fully agree that its an unexpected behaviour. At least fields should be filled with these default so the user knows they should'nt be left empty
I would expect that in case of an empty field the real astro times would be considered.
There are no additional restrictions (e.g. Not Earlier than XY) set in the adapter.
Please share your instance configuration - default is 18:00
https://github.com/ioBroker/ioBroker.javascript/blob/3130e4549da0d631d694d148aacbf147abbae0de/io-package.json#L297
Okay, this is the problem:
https://github.com/ioBroker/ioBroker.javascript/blob/3130e4549da0d631d694d148aacbf147abbae0de/admin/index_m.html#L238-L240
I'd recommend to set these defaults to times that are during bright daylight to avoid this unexpected behaviour. Or make these default settings visible.