{% extends 'base.html' %} {% load static %} {% load custom_tags %} {% block title %}Ibertec IT{% endblock %} {% block content %} {% comment %} {% include 'includes/device_menu.html' %} {% endcomment %} {% csrf_token %} {% if user.is_authenticated %} {% last_values_action action 50 as values %}

{{ action.pin_name }}

{% if 'readdht22' in action.pin_type.action_type_topic %}

Días Gráfica:

{% elif 'readrpict3v1' in action.pin_type.action_type_topic %}

Días Gráfica:

{% endif %}

{% if 'readdht22' in action.pin_type.action_type_topic %} {% get_temp_values_char action 1 as values_char_temp %} {% get_hum_values_char action 1 as values_char_hum %}

Valores de TEMPERATURA:

Valores de HUMEDAD:

{% elif 'readrpict3v1' in action.pin_type.action_type_topic %}

Valores de Intensidad

{% else %}
Valores
{% for value in values %} {% endfor %}
Sensor valor Pin + detalle
{{ value.action_values_values }} {{ value.action_values_created_at }} {{ value.action_values_discriminate}}--{{ value.action_values_action.pin_name}}
{% endif %} {% else %}

No estas autenticado, por favor, inicia sesion.

Iniciar Sesion {% endif %} {% endblock %}