Screen off during away/sleep mode

Forum about the Toon firmware, and its extensions

Moderators: marcelr, TheHogNL, Toonz

Post Reply
wirdo02
Starting Member
Starting Member
Posts: 17
Joined: Mon Mar 04, 2019 11:07 pm

Screen off during away/sleep mode

Post by wirdo02 »

Hi Guys,

I have two questions:

1)For some reason my rooted toon doesn't turn of it's display when being in sleeping mode.
On away mode it seems to be working just fine. In settings it's configured that it should go off on both programs.

2) Is there a way to configure the kWh pricing in the toon?

Thank-you.
wirdo02
Starting Member
Starting Member
Posts: 17
Joined: Mon Mar 04, 2019 11:07 pm

Re: Screen off during away/sleep mode

Post by wirdo02 »

Question 1 is solved in the newest version of toon :)
TerrorSource
Administrator
Administrator
Posts: 494
Joined: Thu May 04, 2017 9:28 pm

Re: Screen off during away/sleep mode

Post by TerrorSource »

Well, did you update the toon to the latest firmware? It shouldn’t be any difference between Toon1 and Toon2.

kWh pricing is editable. We don’t know the “good” file to edit. Values are in multiple files.
It’s on our To-Do list to find out but on low priority.
wirdo02
Starting Member
Starting Member
Posts: 17
Joined: Mon Mar 04, 2019 11:07 pm

Re: Screen off during away/sleep mode

Post by wirdo02 »

TerrorSource wrote:Well, did you update the toon to the latest firmware? It shouldn’t be any difference between Toon1 and Toon2.

kWh pricing is editable. We don’t know the “good” file to edit. Values are in multiple files.
It’s on our To-Do list to find out but on low priority.
Yes, the update solved the issue where the screen didn't go off in sleep mode.
Thanks!
PeJeWe
Member
Member
Posts: 80
Joined: Thu Apr 25, 2019 6:51 am

Re: Screen off during away/sleep mode

Post by PeJeWe »

i am running on a toon 1 firmware 5.5.7 and tsc on 1.5.2

i noticed that when the program automatically goes to "slapen" at 22:00 the screen is not going off.
When the time is before 22:00 and i switch my toon manually to "slapen" the screen is going off.
When the time is after 22:00 and i switch my toon manually from "slapen" to "comfort" and back to "slapen" the screen is not going off.
When i set the toon to "weg" the screen is going off.

How can i solve this?

i want to have my screen off when it is on "slapen" or "weg", i know that i can choose this in the screen settings menu, only the toon doesn't respond correctly tho these settings.
and the toon doesn't remember the setting dim on 5%, it goes back to 10% after awhile

i now have set it to "screen off after one hour"
Rooted Toon 1, Domoticz running on a RPI3b+, RFXCOM XL, RFLINK.
Toonz
Forum Moderator
Forum Moderator
Posts: 1873
Joined: Mon Dec 19, 2016 1:58 pm

Re: Screen off during away/sleep mode

Post by Toonz »

screen goes off 60min after start of the sleep program
member of the Toon Software Collective
Ron_nl
Member
Member
Posts: 78
Joined: Tue Mar 26, 2019 3:20 pm
Location: Friesland

Re: Screen off during away/sleep mode

Post by Ron_nl »

PeJeWe wrote: i want to have my screen off when it is on "slapen" or "weg", i know that i can choose this in the screen settings menu, only the toon doesn't respond correctly tho these settings.
and the toon doesn't remember the setting dim on 5%, it goes back to 10% after awhile

i now have set it to "screen off after one hour"
See: viewtopic.php?f=99&t=11683#wrap third posting.
Toonz wrote:Hi all,

apologies for my lousy version control.
In the last few releases 5 lines were missing from BuienradarApp.qm at line 255:

Code: Select all

						if (BuienradarJS.determineNight (timeStr, zonopkomst, zononder)) 
							screenStateController.backLightValueScreenDimmed = 10;
						else
							screenStateController.backLightValueScreenDimmed = 30;
						screenStateController.notifyChangeOfSettings();
These lines reduces the brightness value in dim state to 10 automatically after sunset and increase again to 30 after sunrise.
I personally find at very convenient. If you don't think this is important you can either stick to the last release or comment out these lines.
N.B. Last change was to add a full screen weather forecast (text only) when clicking on the weather forecast text in the detail screen for easier reading.
The big screen is scrollable as well, so all text is now easily readable.

EDIT: attachment removed. Buienradar now available via ToonStore
Ron.
Toonz
Forum Moderator
Forum Moderator
Posts: 1873
Joined: Mon Dec 19, 2016 1:58 pm

Re: Screen off during away/sleep mode

Post by Toonz »

check!

Maybe best if I remove that brightness settings change from the buienradar app, or make it configurable.
(if you want to get rid of it now, feel free to remove this if-statement from the BuienradarApp.qml file.)

And nowadays the Toon 2 has automatic brightness anyway.
member of the Toon Software Collective
PeJeWe
Member
Member
Posts: 80
Joined: Thu Apr 25, 2019 6:51 am

Re: Screen off during away/sleep mode

Post by PeJeWe »

Ron_nl wrote:
PeJeWe wrote: i want to have my screen off when it is on "slapen" or "weg", i know that i can choose this in the screen settings menu, only the toon doesn't respond correctly tho these settings.
and the toon doesn't remember the setting dim on 5%, it goes back to 10% after awhile

i now have set it to "screen off after one hour"
See: viewtopic.php?f=99&t=11683#wrap third posting.
Toonz wrote:Hi all,

apologies for my lousy version control.
In the last few releases 5 lines were missing from BuienradarApp.qm at line 255:

Code: Select all

						if (BuienradarJS.determineNight (timeStr, zonopkomst, zononder)) 
							screenStateController.backLightValueScreenDimmed = 10;
						else
							screenStateController.backLightValueScreenDimmed = 30;
						screenStateController.notifyChangeOfSettings();
These lines reduces the brightness value in dim state to 10 automatically after sunset and increase again to 30 after sunrise.
I personally find at very convenient. If you don't think this is important you can either stick to the last release or comment out these lines.
N.B. Last change was to add a full screen weather forecast (text only) when clicking on the weather forecast text in the detail screen for easier reading.
The big screen is scrollable as well, so all text is now easily readable.

EDIT: attachment removed. Buienradar now available via ToonStore
Ron.
thanks :)
Rooted Toon 1, Domoticz running on a RPI3b+, RFXCOM XL, RFLINK.
PeJeWe
Member
Member
Posts: 80
Joined: Thu Apr 25, 2019 6:51 am

Re: Screen off during away/sleep mode

Post by PeJeWe »

My dim settings are now OK.

I noticed something else.

I have set my toon to go to slapen at 10pm.
When I set my toon manually to slapen before 10pm my screen is going off immediately, after 10pm the screen is going off after 1 hour, when I set it to "weg" after 10pm the screen is going off immediately.
OK so I thought I wil set my daily program to "weg" when I want the my screen off at 10pm.
My screen isn't going off at 10pm on "weg". When I set it on "slapen" (programed it on weg) my screen is going off immediately

I find it strange.
Rooted Toon 1, Domoticz running on a RPI3b+, RFXCOM XL, RFLINK.
Stampre
Starting Member
Starting Member
Posts: 13
Joined: Sat Feb 15, 2020 8:16 pm

Re: Screen off during away/sleep mode

Post by Stampre »

I updated yesterday my Toon from 5.0.X to 5.X.X. after the update my screen wont go off when in Away or Sleep modus. In the buienradarapp i already disabled the autodim.
Post Reply

Return to “Toon Firmware”