Solved TIMER RESET
-
Hello everyone. I hope you are all well. I would like to ask if there is any way to disable the timer of the EXT-Screen module. I use this module only for the recipe to turn my screen on and off by vocal command. I don’t want my screen to turn off after the module’s timer expires. I have tried to put * instead of numbers but didn’t work and when I tried 0 it turned off immediately as expected. Thank you in advance.
-
Hello
Did you try to put in config :
turnOffDisplay: false,In wiki :
turnOffDisplay : Should the display turn off after timeout? -
@2hdlockness Hello. Thank you for your reply. Yes I have tried the
turnOffDisplay: false,
option but after time out it hides all the modules. The screen is on but all modules are hidden. Is there any chance that another module is responsible for that?
-
You have to set ecomode to false
ecoMode: false,
-
@2hdlockness I tried this also with same result. Maybe it is not this module’s fault. I will search more about it and I hope to find an answer. Thank you for your time.
-
Hi, better way is:
- set timer to 1 month (or more) : 1000 * 60 * 60 * 24 * 31
- disable last-presence, displayCounter and displayBar
and should works
-
@bugsounet, @2hdlockness Thank you both for your replies. I just made all changes you mentioned and I’ll see how it goes. Again thank you.
-
turnOffDisplay: true and ecoMode: true (sorry @2hdlockness)
because, when it will send an turn off screen … will have a block screen and screen will not pause modules
-
bugsounet