Hi, I’m the developer of the Rachio integration for openHAB. I want to use the MyOpenHab Cloud Connector to prevent port forwarding on the router and setting up a reverse proxy. The cloud connector is transparent.
When I try to register a webhook the calls goes through but I never receive a webhook event. myopenhab.org requires basic authentication, and identifies are based on the e-mail address. Therefor a webhook url looks like https://markus12345@gmail.com:mypassword@home.myopenhab.org
Is Rachio Cloud able to handle two @ in the URL? The first one from the myopenhab e-mail address (user-id) and the 2nd to seperate the hostname.
I also tried to use %40 instead of @ (url encoding), but makes no difference
Any advise?