LukeSkywalker92 / TeleFrame

TeleFrame - a digital picture frame for telegram
MIT License
92 stars 28 forks source link

ToggleMonitor, TurnOnHour and TurnOffHour in 7" touch monitor with Raspi 4 not working #166

Closed Lupus1968 closed 3 years ago

Lupus1968 commented 3 years ago

Hi, I have 2 Teleframes running, both with the Raserei Pi 7" original monitor, one with Raspi 3B and one with Raspi 4. I'd like to turn the monitors off on 10pm and on again on 9am. ToggleMonitor is set to true, TurnOnHour to 9 and TurnOffHour to 22 - but nothing happened. The monitors remain on.

I'm using the Raspian 10, the actual release. Trying to update Telegramm I get the message: Bereits aktuell.

teleframe@3.2.3 install /home/pi/TeleFrame

So I don't think it's a version error. Does anyone hav a hint?

thanks a lot & kind regards

Kai

Lupus1968 commented 3 years ago

Hi, I now use a different method by setting the displays backlight brightness to 0 and back to 150 using a cronjob. These statements can be used:

sudo sh -c "echo 'Value of Brightness' >> /sys/class/backlight/rpi_backlight/brightness" Value of brightness between 0-255

Lupus1968 commented 3 years ago

Found solution