Service Netatmo

Okay, I did check a bit more nonetheless — the case occurs on all platforms.
The problem is only with Gladys Plus:

Can you confirm @Psoy that you were indeed on Gladys Plus for the first attempt and local for the second attempt?

And looking at the code:

{props.notOnGladysGateway \u0026\u0026 (
                  \u003cdiv class={style.buttonGroup}\u003e
                    \u003cLocalizer\u003e
                      \u003cbutton type=\"submit\" class={`btn btn-success`} onClick={props.saveConfiguration}\u003e
                        \u003cText id=\"integration.netatmo.setup.saveLabel\" /\u003e
                      \u003c/button\u003e
                    \u003c/Localizer\u003e
                    {props.notOnGladysGateway \u0026\u0026 props.connected \u0026\u0026 (
                      \u003cbutton
                        onClick={this.disconnectNetatmo.bind(this)}
                        class={`btn btn-danger`}
                        disabled={props.connectNetatmoStatus === STATUS.DISCONNECTING}
                      \u003e
                        \u003cText id=\"integration.netatmo.setup.disconnectLabel\" /\u003e
                      \u003c/button\u003e
                    )}
                  \u003c/div\u003e
                )}

I think I probably forgot this case, but it seems I had limited the ability to connect to local because I couldn’t get the redirection to work with Gladys Plus.

@pierre-gilles, what do you think? Should I leave it like this (in which case I’d put an alert message to warn that connection to Netatmo is only possible locally) or is it possible and necessary to do it from Gladys Plus?