{% extends "base.html" %} {% block title %}{{ device.name or device.device_id }} – Sonoff Device{% endblock %} {% block content %}
| Device ID | {{ device.device_id }} |
|---|---|
| UIID | {{ device.uiid }} ({{ device.device_label }}) |
| Type | {{ device.kind }} |
| Channels | {{ device.num_channels }} |
| Firmware | {{ device.firmware }} |
| LAN IP | {{ device.ip_address or 'Not detected'|safe }} |
| Connection | {% if device.ip_address %} LAN available {% else %} Cloud only {% endif %} |
| Last Seen | {{ device.last_seen.strftime('%Y-%m-%d %H:%M:%S') }} |
By default the LAN IP is auto-detected during cloud sync. You can override it here if the device is reachable on a static IP.
{{ device.params_json }}