So, finally an easier trick works on my system and enabled Wifi to my SSID on every boot and also enabled the ethernet interface:
In file /etc/connman.conf
I changed line
PreferredTechnologies=ethernet,wifi
to
PreferredTechnologies=wifi,ethernet
that’s all. But I do not know whether this is just an unwanted side effect.