{% extends "base.html" %} {% block content %}
Sensor_id | Sensor_hostname | Sensor_type | Temperature | Pressure | Humidity |
---|---|---|---|---|---|
{{ sensor.sensor_id }} | {{ sensor.hostname }} | {{ sensor.sensor_type }} | {{ temp_dict|get_item:sensor.sensor_id }} °C | {{ pressure_dict|get_item:sensor.sensor_id }} HPa | {{ humidity_dict|get_item:sensor.sensor_id }} % |
No sensor set for this room. You can browse sensor list and add sensor to this room.
Device_id | Device_type | Device_value | ||
---|---|---|---|---|
{{ device.device_id }} | {{ device.device_type }} | {% if device.device_type == "sunblind" %}{{ device.set_open_value }} | {% elif device.device_type == "thermo_head" %}{{ device.set_heat_value }} | {% endif %}Edit device values |
No device set for this room. You can browse device list and add device to this room.