{% extends "base.html" %} {% block title %}{{ page_title }} - Mercedes-Benz MYP{% endblock %} {% block content %}

🔌 {{ page_title }}

Übersicht aller Steckdosen-Statusänderungen und Smart Plug Monitoring-Daten

Gesamt-Logs

{{ stats.total_logs or 0 }}

Ø Antwortzeit

{% if stats.average_response_time_ms %} {{ "%.0f"|format(stats.average_response_time_ms) }}ms {% else %} -- {% endif %}

Fehlerrate

{{ "%.1f"|format(stats.error_rate) }}%

Aktive Drucker

{{ printers|length }}

Filter

Status-Verteilung (24h)

{% for status, count in stats.status_distribution.items() %}
{% if status == 'connected' %}🔌 {% elif status == 'disconnected' %}❌ {% elif status == 'on' %}🟢 {% elif status == 'off' %}🔴 {% else %}❓{% endif %}
{{ count }}
{{ status }}
{% endfor %}

Steckdosen-Logs

Lade Daten...
Lade Steckdosen-Logs...
{% endblock %}