Shelly with RESTRICT-LOGIN & Homematic

VPN/Proxy erkannt

Es scheint, dass Sie einen VPN- oder Proxy-Dienst verwenden. Bitte beachten Sie, dass die Nutzung eines solchen Dienstes die Funktionalität dieser Webseite einschränken kann.

    • Offizieller Beitrag

    Hello everybody,

    all my instructions on the Shelly pairings are based (so far) on the fact that the Shelly are not protected by the menu Internet security - Restrict Login with username and password.

    However, anyone who does not want to do without this security can still use all couplings. :)

    In this case, every URL call to the Shelly must be modified:


    Wherever the URL is to control (CMD EXEC fields and scripts), the IP must be


    Username Password@

    preceded.

    So, for example:

    Code
    http://192.168.1.139/relay/0?turn~3doff

    will be

    Code
    http://username:password@192.168.1.139/relay/0?turn~3doff

    My thanks again to @ReinP for his help with the syntax.:thumbup: