Maybe someone here has the solution. My SHS subscription just expired, and I couldn’t access Homey anymore, either through the app or the web app. However, even after paying for the subscription, it still isn’t working.
My router has also restarted in the meantime, and I suspect that my IP address isn’t the same as the one I entered in SHS. However, I can’t find the IP address I entered back then. Does anyone have any ideas?
I’ve already restarted the RPI 5 several times, restarted the router, and tried accessing it locally, but none of that worked. The internet connection is fine, because my 2019 Pro is still working.
You’ll either have to connect a screen (and mouse and keyboard) to the Raspberry PI or you’ll need to SSH from a remote machine (macbook, terminal) to the Raspberry PI. For the lather you must have the IP address and that might be an issue, after reading this:
Another way is to reinstall Homey on the Raspberry Pi, but you would have to start from scratch. Later, you might need the knowledge you are gaining now more, because by then you will have configured more in Homey.
So:
Local: Connect screen, mouse and keyboard to Raspberry PI, follow troubleshooting steps in the link shared by @s73nm
Remote:
Find out the IP Address (use Youtube for example: find raspberry pi ip address without monitor)
Macbook, terminal: ssh <username>@<ip-address-rpi> and next fill in the password to connect with the Rpi. Both username and password have been specified during installation (as can be read in the same instruction)
Follow the troubleshooting steps as mentioned in the article.