{% extends "base.html" %} {% block title %}{{ board.name }} – eWeLink Settings{% endblock %} {% block content %}
Back to Gateway
eWeLink Account Settings
{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %} {% for cat, msg in messages %} {% endfor %} {% endif %} {% endwith %}

Enter your eWeLink account credentials. These are stored on the server and used to authenticate with the eWeLink cloud API. Tip: create a secondary eWeLink account and share your devices with it to avoid being logged out of the mobile app.

Use email or full phone number (e.g. +1234567890)
Determines which eWeLink server region to use (EU, US, AS, CN)
Cancel
{% if board.config.get('ewelink_at') %}

Currently connected to eWeLink (region: {{ board.config.get('ewelink_region', '?') }})

{% endif %}
{% endblock %} {% block scripts %} {% endblock %}