I came accross a minor issue with the TimeInput when I started testing with it for one of my new projects.
Not sure if I’m doing something wrong or if it is a bug …
My test cases in sequnce. / First use after installation of the widget:
- All options off. Start Time set to 00:00
Debug Output on the Arduino: >vw[00]50[00]0[00|00]Europe/Berlin[00|00]7200
- All options switched on. Start Time set to 04:59, Stop Time set to Sunset, some weekdays selected.
Debug Output on the Arduino: >vw[00]50[00]17940[00]ss[00]Europe/Berlin[00]3,4,6,7[00]7200
- Days of week option switched off.
Debug Output on the Arduino: >vw[00]50[00]17940[00]ss[00]Europe/Berlin[00|00]7200
- “Allow Start/Stop Input” switched off.
Debug Output on the Arduino: >vw[00]50[00]17940[00]ss[00]Europe/Berlin[00|00]7200
I.e. the widget still sends the “old” Stop Time that was set before, and not as I expected:
>vw[00]50[00]17940[00|00]Europe/Berlin[00|00]7200