{{_('Define the setpoint over a period of time based on specific times of the day. This method will repeat daily. Start the first entry at midnight (00:00) if you wish to fill the entire day.')}}
{{_("The new entry's start time may be equal to the last entry's end time, but it cannot overlap. The default setpoint for the PID will be used if there is any unaccounted time.")}}
{{form_add_method.daily_time_start.label(class_='control-label')}}
{{form_add_method.daily_time_start(class_='form-control', value=last_end_time)}}
{{form_add_method.daily_time_end.label(class_='control-label')}}
{{form_add_method.daily_time_end(class_='form-control')}}
{{form_add_method.setpoint_start.label(class_='control-label')}}
{{form_add_method.setpoint_start(class_='form-control', value=last_setpoint)}}
{{form_add_method.setpoint_end.label(class_='control-label')}}
{{form_add_method.setpoint_end(class_='form-control')}}
OR
{{_('Output')}}
{{_('Activate or deactivate an output at a specific time of day. Hour and minute (HH:MM) here is defined as the time of day. For example, 3:05 PM would be "15:05".')}}
{{form_add_method.relay_daily_time.label(class_='control-label')}}
{{form_add_method.relay_daily_time(class_='form-control')}}
{{form_add_method.relay_id.label(class_='control-label')}}
{{form_add_method.relay_state.label(class_='control-label')}}
{{form_add_method.relay_state(class_='form-control')}}
{{form_add_method.relay_duration.label(class_='control-label')}}
{{form_add_method.relay_duration(class_='form-control')}}
{{form_add_method.save(class_='form-control btn btn-default')}}