184 Commits

Author SHA1 Message Date
57076b810a add description 2025-10-20 17:11:01 +02:00
43ebc4c2a3 Merge branch 'upgrade-ha-mqtt' 2025-10-11 16:25:29 +02:00
d193b9bb1b update to ha-mqtt stable 2.0.0 2025-10-11 16:22:50 +02:00
afc252062e webserver: separate setup from start 2025-10-08 22:14:17 +02:00
2804528a92 use standard fixed length types 2025-10-08 17:38:06 +02:00
6b597790dc build components with temporary Builder instances 2025-10-08 15:28:06 +02:00
9337c4a738 Merge branch 'resume-timer' 2025-10-08 15:27:47 +02:00
2c0346680d simplify timer by using first iteration functionality of the task - avoid using start and decreasing value on first iteration 2025-09-29 10:47:34 +02:00
5421e52bf4 when turning timer on, resume remaining time instead of resetting it to initial value 2025-09-28 12:21:45 +02:00
db8cb1d16c add license 2025-09-17 17:10:40 +02:00
e7d816d189 upgrade ha-mqtt library that includes web server 2025-09-08 17:30:16 +02:00
8801af5687 upgrade libraries - return list of commands as json 2025-09-08 14:13:16 +02:00
74ff694293 add webserver with API for controlling commands 2025-09-07 10:22:35 +02:00
57c6051f7d update ha-mqtt library to be able to use long term statistics for
sensors - temperature and humidity
2025-06-20 11:39:56 +02:00
331bf8ee66 add sensor for Wifi info 2025-06-07 10:49:56 +02:00
90b033a9af display negative timer 2025-06-04 16:51:07 +02:00
c3c7553198 use common restart button 2025-03-27 12:33:15 +01:00
63a25fbfd7 add icons 2025-03-26 13:42:38 +01:00
60b4e99bbd display timer even if it's below 0, but not negative - for the use case where sensor or date are displayed during timer 2025-03-26 11:09:55 +01:00
ccd9112087 change starting hour for day brightness 2025-03-25 13:48:08 +01:00
16befa50e5 allow changing timer while it is on 2025-02-28 14:11:22 +01:00
0882cb0a19 fix timer display when permanent 2025-02-14 10:59:18 +01:00
02f25d8e1f add button for displaying time 2025-02-13 10:05:21 +01:00
71a5e96994 Merge branch 'display-task-improvements' 2025-02-12 18:12:39 +01:00
598638239f move logic for deciding enabling a task inside the controller 2025-02-12 18:11:41 +01:00
ca31851afe simplify reading/displaying sensor values 2025-02-12 18:11:41 +01:00
985bcd1c09 bring back functionality where displaying various info can be overwritten by adding a display controller class 2025-02-12 18:11:41 +01:00
21cf917906 extract timer and generic callback in dedicated files 2025-02-10 16:02:17 +01:00
e2aea2a428 Merge branch 'display-properties-refactor' 2025-02-10 13:22:17 +01:00
daf6c876a8 use struct for timer and use generic callback 2025-02-10 13:15:24 +01:00
3df8f48538 add generic callback struct and use it for brightness and hourFormat24 2025-02-10 13:15:24 +01:00
f10c456f68 encapsulate hourFormat24 under a struct 2025-02-10 13:15:24 +01:00
dbaae667ec remove unused incremental increase/decrease of brightness 2025-02-10 13:15:16 +01:00
6e608da1f0 move brightness defines inside the struct 2025-02-10 11:12:02 +01:00
4e9f6c1116 make Brightness a class instead of namespace 2025-02-10 11:12:02 +01:00
0010f856aa Merge branch 'timer' 2025-02-10 11:11:32 +01:00
b90a190504 small improvement 2025-02-10 11:07:11 +01:00
e2607ffe6d edge case for when threshold is smaller than timer 2025-02-10 09:33:23 +01:00
06fd7ad3cd pass parameter with current timer to timerCallback 2025-02-10 09:33:23 +01:00
d123fe06ea expose button to control displaying of remaining timer 2025-02-10 09:33:23 +01:00
67355c7122 expose sensor with remaining timer 2025-02-10 09:33:23 +01:00
e6ef1bb8b9 change exposed name of the timer duration 2025-02-10 09:32:25 +01:00
70f92f4d7e display timer for 10 secs when started and then continuously when 16 mins are left 2025-02-10 09:31:52 +01:00
06cdca9036 fix issue with overlapping display of sensor and date by allowing them to be displayed only when time is being displayed 2025-02-10 09:31:52 +01:00
b7b8fc603d add timer and expose:
- duration
- start/stop switch
On start, it will display the remaining time instead of the watch
2025-02-10 09:31:52 +01:00
cf581bc03e upgrade to ha-mqtt v1.5.1 - calling withStateTopic() and restoreFromState() is redundant 2025-02-10 09:31:13 +01:00
f7ba499292 change led type to light 2025-02-03 19:12:31 +01:00
8e50f89a72 display date 2024-12-22 15:56:25 +01:00
a2e6469903 upgrade to ha-mqtt v1.4.0 2024-10-28 16:42:49 +01:00
2d1c946bf5 avoid possible buffer overflows by using snprintf 2024-10-19 08:18:51 +02:00