There is an issue with the Fritz!Box which causes that you can’t connect Homey local (ssl) by a webapp like homeydash. DNS rebinding protection does not allow homeylocal.com to point to your local homey IP.
To solve this issue you need first the IP of your Homey. That’s for example 192.168.178.123
then you go into your Fritz!Box and enable “advanced view”.
Next go to Home Network -> Network and on the top menu on Network setting. On the bottom of the page you should find a box which called something like “DNS-Rebind-Protection”. There you have to enter the domain which homey uses for local connection. It starts with your IP which is seperated with dashes instead of dots followed with .homey.homeylocal.com In our example it would be 192-168-178-123.homey.homeylocal.com Dont forget to click on apply.
I think I have the same issue and it started when I got Synology DSM 7 on my NAS and decided to start using a local DNS …
Unfortunately my ZIGGO connect modem doesn’t have a DNS-REbind-Protection option
But at least I have now something to investigate further!
You should be able to find out if this issue is causing your problems by trying to resolve a hostname like 127-0-0-1.homey.homeylocal.com; it should resolve to 127.0.0.1, if it doesn’t (or it returns an error), DNS rebind protection is probably active.
Correct the query was for 192.168.0.240 - which is the reserved ip in the Synology DHCP server for Homey’s MAC-address.
Out of curiousity I did a portscan on my homey and port 53 was open, don’t know if that matters…