Every now and then he/she (the ghost) press right in the middle of my kiosk monitor and brings the energy screen on.
It is driving me completly crazy. I have searched and searched but that behaviour is still hapening at ay time. I cannot say how long. I have sat in front of it 30 minutes but nothing. Some other time it may happen in 5 minutes. I cannot pinpoint where this is comming from. Well… I have my doughts.
Let’s start from the beginning. I replaced an old iPad with a raspberry pi 4 and a touch monitor 10.1 inch about 2 weeks ago. Since then, I have improoved it and many ways. At that point, everything was working just fine. The screen stayed on 24 hours a day. I was about to be 100% satisfied but then I decided to improove it a bit more…
I decided to make the screen turn off at night so the screen would not bother me in my sleep. Yes I see the light from my bedroom. The screen blanking option of the Pi was working fine except I could not find a way to activate and dis-activate it from a command line. I wished to leave it on during daytime, and off at night.
So I found all the info on the web related to xset dpms etc etc. and the “vcgencmd”,“display_power” and all of that stuff. But none of them worked properly as they either don’t wake up on a touch, or even worst, the wake up at the same time that it selects whatever was underneath the press region. Lucky there wasn’t a DELETE ALL command…
Anyway, I removed all of that (I think…).
But every now and then, it selects the center of the monitor. I know that because I replaced the “on tap” of the card that is in the middle of the screen, and the new place was selected.
AI suggested: disable motion/camera (I have none), Switch to panel mode (It’s already in panel mode), Adjust sleep/Screensaver settings (The blanking option in raspi-config is OFF). Also it said to check browser_mod integration: I have no clue what this is.
I also looked at the journalctl. There is an event happening every hour.
> Jan 29 15:17:01 home CRON[2810]: pam_unix(cron:session): session opened for user root(uid=0) by (uid=0)
> Jan 29 15:17:01 home CRON[2811]: (root) CMD (cd / && run-parts --report /etc/cron.hourly)
> Jan 29 15:17:01 home CRON[2810]: pam_unix(cron:session): session closed for user root
But this is happening at every x:17 and even when wahtching it at x:17, I see nothing.
I’m wondering if someone knows what is happening here. Or if someone can tell me how to find out what is triggering this. I see nothing in the HA log related to this. Any idea???
The command I use to start the kiosk mode is:
chromium-browser --noerrdialogs --disable-infobars --kiosk http://homeassistant.local:8123/dashboard-thermostat/thermostat-principal
`
`



