Create Navigation menu in layout.html
Split index.html in index.html and settings.html
Add toggle button to index.html (not active yet)
Fix typo
CSS
Use Bootstrap basic template to enhance UI -> modification in main.css
JS
Exentend AddTimeSlot function to allow display of an existing schedule get from the database
Core
thermostat.py
Add high_target_temperature and low_target_temperature totoggle between these based on schedule
Rename set-target to define-target
Add set-target function to set target temperature for thermostat
Add toggle function to toggle between high_target_temp and low_target_temp this function will be triggered by a button on the Pi and on index.html
Add schedule_daemon function to follow defined schedule have to be tested
Web Interface
Templates
Create Navigation menu in layout.html Split index.html in index.html and settings.html Add toggle button to index.html (not active yet) Fix typo
CSS
Use Bootstrap basic template to enhance UI -> modification in main.css
JS
Exentend AddTimeSlot function to allow display of an existing schedule get from the database
Core
thermostat.py
Add high_target_temperature and low_target_temperature totoggle between these based on schedule Rename set-target to define-target Add set-target function to set target temperature for thermostat Add toggle function to toggle between high_target_temp and low_target_temp this function will be triggered by a button on the Pi and on index.html Add schedule_daemon function to follow defined schedule have to be tested