🔌 Device Simulator Monitor

Real-time monitoring of simulated home automation devices

MQTT: {{ broker }}
Simulator: Running
💡 {{ light_devices|length }} Lights
🌡️ {{ thermostat_devices|length }} Thermostats

💡 Light Devices

{% for device_id in light_devices %}
{{ device_id }}
Power: off, Brightness: 50
{% endfor %}

🌡️ Thermostat Devices

{% for device_id in thermostat_devices %}
{{ device_id }}
Mode: auto, Target: 21.0°C, Current: 20.5°C
{% endfor %}

📡 Real-time Events

0
Total Events
0
Commands Received
0
States Published

Waiting for events...