{% extends "base.html" %} {% block title %}Dashboard — Demeter IoT{% endblock %} {% block content %}
{{ device.config.ip }}:{{ device.config.port }} · {{ device.config.id }}
{% if device.readings %} {% for uri, reading in device.readings.items() %}No readings yet
{% endif %}config/devices.yaml and restart the server.