{% extends "layout.html" %} {% set active_page = "calibration" %} {% block title %} - {{_('Calibration & Setup')}}: DS18B20{% endblock %} {% block head %} {% endblock %} {% block body %}
{% include 'flash_messages.html' %}

DS-Sensor Setup

Set the precision of DS18B20, DS1822, DS28EA00, and DS1825 sensors. Below are the resolutions, precisions, and response times that may be set for any detected DS-type sensors. This setting will be written to the EEPROM to allow persistence after power loss. The EEPROM has a limited amount of writes (>50k).

{{form_ds.device_id.label(class_='control-label')}}
{{form_ds.resolution.label(class_='control-label')}}
{{form_ds.set_resolution(class_='form-control btn btn-primary')}}
{% endblock %}