It is edited.
It should work with bullseye.
Don't forget to add the crontab lines manually.
Die Suche ergab 57 Treffer
- So Jan 14, 2024 8:59 pm
- Forum: Software 1.9x
- Thema: Tutorial - Install openwb 1.9 in 2023
- Antworten: 41
- Zugriffe: 25819
- Di Nov 14, 2023 4:56 pm
- Forum: Software 1.9x
- Thema: Tutorial - Install openwb 1.9 in 2023
- Antworten: 41
- Zugriffe: 25819
Re: Tutorial - Install openwb 1.9 in 2023
Buster is dead.
The openwb is working also on Bullseye.
I’ll edit
Please signal any problems to edit
The openwb is working also on Bullseye.
I’ll edit
Please signal any problems to edit
- Fr Sep 29, 2023 6:40 am
- Forum: Software 1.9x
- Thema: Tutorial - Install openwb 1.9 in 2023
- Antworten: 41
- Zugriffe: 25819
Re: Tutorial - Install openwb 1.9 in 2023
Oh... Why? KIOSK MODE ON = OpenWB interface on the external LCD. KIOSK MODE OFF = OpenWB interface is NOT on the external LCD. The Chromium browser does not start, so you can only control the charger via a computer interface/phone/browser accessing the openWB interface. KIOSK Mode is only for the ex...
- Fr Sep 29, 2023 6:32 am
- Forum: Software 1.9x
- Thema: Tutorial - Install openwb 1.9 in 2023
- Antworten: 41
- Zugriffe: 25819
Re: Tutorial - Install openwb 1.9 in 2023
Code: Alles auswählen
sudo sed -i 's/#@\/home\/pi\/chromium_start.sh/@\/home\/pi\/chromium_start.sh/g' /etc/xdg/lxsession/LXDE-pi/autostart
sudo reboot
- Fr Sep 29, 2023 6:22 am
- Forum: Software 1.9x
- Thema: Tutorial - Install openwb 1.9 in 2023
- Antworten: 41
- Zugriffe: 25819
Re: Tutorial - Install openwb 1.9 in 2023
It has a 50s delay to start the browser.
It waits for the openWb to start first.
It waits for the openWb to start first.
- Fr Sep 29, 2023 3:18 am
- Forum: Software 1.9x
- Thema: Tutorial - Install openwb 1.9 in 2023
- Antworten: 41
- Zugriffe: 25819
Re: Tutorial - Install openwb 1.9 in 2023
Please use the image from LINK REMOVED
It is working on my WB, with kiosk mode enabled; no need to change anything.
You used the EVCC image version.
EDIT BY ADMIN: Please don't share links to images
It is working on my WB, with kiosk mode enabled; no need to change anything.
You used the EVCC image version.
EDIT BY ADMIN: Please don't share links to images
- Mi Sep 27, 2023 7:31 pm
- Forum: Software 1.9x
- Thema: openWB 1.9 with EVCC control image download
- Antworten: 10
- Zugriffe: 13449
Re: openWB 1.9 with EVCC control image download
Sudo apt install xscreensaver -y
- Di Sep 26, 2023 10:34 pm
- Forum: Software 1.9x
- Thema: openWB 1.9 with EVCC control image download
- Antworten: 10
- Zugriffe: 13449
Re: openWB 1.9 with EVCC control image download
sudo nano /etc/xdg/lxsession/LXDE-pi/autostart this should be the content: #@lxpanel --profile LXDE-pi #@pcmanfm --desktop --profile LXDE-pi @xset dpms @xscreensaver -no-splash sleep 50 @chromium-browser --noerrdialogs --incognito --disable-pinch --overscroll-history-navigation=0 --kiosk http://loc...
- Mo Sep 25, 2023 7:04 pm
- Forum: Software 1.9x
- Thema: openWB 1.9 with EVCC control image download
- Antworten: 10
- Zugriffe: 13449
Re: openWB 1.9 with EVCC control image download
You can also add
--hide-scrollbars
--hide-scrollbars
Code: Alles auswählen
chromium-browser --noerrdialogs --incognito --disable-pinch --overscroll-history-navigation=0 --kiosk --hide-scrollbars http://localhost/openWB/web/display.php
- Mo Sep 25, 2023 7:00 pm
- Forum: Software 1.9x
- Thema: openWB 1.9 with EVCC control image download
- Antworten: 10
- Zugriffe: 13449
Re: openWB 1.9 with EVCC control image download
That is the browser scroll bar. It's disabled when you have this in the command line:
--kiosk
--kiosk
Code: Alles auswählen
chromium-browser --noerrdialogs --incognito --disable-pinch --overscroll-history-navigation=0 --kiosk http://localhost/openWB/web/display.php