Locked out of myopenHAB

I reinstalled openhab on my raspberry pi, and updated the UUID and secret on myopenhab.org. Now it won’t let me log in. I try to change the password but as soon as I do it says that I have a bad email address or password (even though I just set it). I can access my sitemaps on iOS when I’m on my home network but not when I’m off my home network. What can I do to regain access?
Thanks.

Mike

Try uninstalling the binding, deleting the UUID, cleaning the cache, then restarting OH. After the startup, if all is good, reinstall the binding and allow it to create a new UUID. Enter the new ID in myopenhab.org then try to access away from your network.

Thanks. Which binding sets the UUID?

When you install the openhab cloud connector via PaperUI it will generate the UUID. You can find the UUID that generated via the binding at var/lib/openhab2/uuid. If you not familiar with linux commands use cat var/lib/openhab2/uuid to show the file contents.

Thanks, I’ll try it tonight!

That did it! Thanks.