redynotredy
New Member
Hi all,
I've been working on a python script which is a countdown timer pretty much like the Advanced Scene Switcher, but with customised funcionality for myself.
The timer callback seems to work just fine, however when I try to set the scene from within the timer_callback function, the log prints everything right before 0, and everything stops responding.
The log file prints 0, but doesn't print anything afterwards.
The most intriguing part is that outside of the callback function, setting the scene has no issues, meaning to say there is a problem specifically only when setting the scene inside a timer.
Any help is appreciated!
I've been working on a python script which is a countdown timer pretty much like the Advanced Scene Switcher, but with customised funcionality for myself.
The timer callback seems to work just fine, however when I try to set the scene from within the timer_callback function, the log prints everything right before 0, and everything stops responding.
The log file prints 0, but doesn't print anything afterwards.
The most intriguing part is that outside of the callback function, setting the scene has no issues, meaning to say there is a problem specifically only when setting the scene inside a timer.
Any help is appreciated!