Die Suche ergab 57 Treffer

von courage2000
So Jan 14, 2024 8:59 pm
Forum: Software 1.9x
Thema: Tutorial - Install openwb 1.9 in 2023
Antworten: 35
Zugriffe: 12028

Re: Tutorial - Install openwb 1.9 in 2023

It is edited.
It should work with bullseye.

Don't forget to add the crontab lines manually.
von courage2000
Di Nov 14, 2023 4:56 pm
Forum: Software 1.9x
Thema: Tutorial - Install openwb 1.9 in 2023
Antworten: 35
Zugriffe: 12028

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
von courage2000
Fr Sep 29, 2023 6:40 am
Forum: Software 1.9x
Thema: Tutorial - Install openwb 1.9 in 2023
Antworten: 35
Zugriffe: 12028

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...
von courage2000
Fr Sep 29, 2023 6:32 am
Forum: Software 1.9x
Thema: Tutorial - Install openwb 1.9 in 2023
Antworten: 35
Zugriffe: 12028

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
von courage2000
Fr Sep 29, 2023 6:22 am
Forum: Software 1.9x
Thema: Tutorial - Install openwb 1.9 in 2023
Antworten: 35
Zugriffe: 12028

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.
von courage2000
Fr Sep 29, 2023 3:18 am
Forum: Software 1.9x
Thema: Tutorial - Install openwb 1.9 in 2023
Antworten: 35
Zugriffe: 12028

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
von courage2000
Mi Sep 27, 2023 7:31 pm
Forum: Software 1.9x
Thema: openWB 1.9 with EVCC control image download
Antworten: 10
Zugriffe: 11762

Re: openWB 1.9 with EVCC control image download

Sudo apt install xscreensaver -y
von courage2000
Di Sep 26, 2023 10:34 pm
Forum: Software 1.9x
Thema: openWB 1.9 with EVCC control image download
Antworten: 10
Zugriffe: 11762

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...
von courage2000
Mo Sep 25, 2023 7:04 pm
Forum: Software 1.9x
Thema: openWB 1.9 with EVCC control image download
Antworten: 10
Zugriffe: 11762

Re: openWB 1.9 with EVCC control image download

You can also add

--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
von courage2000
Mo Sep 25, 2023 7:00 pm
Forum: Software 1.9x
Thema: openWB 1.9 with EVCC control image download
Antworten: 10
Zugriffe: 11762

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

Code: Alles auswählen

chromium-browser --noerrdialogs --incognito --disable-pinch --overscroll-history-navigation=0 --kiosk http://localhost/openWB/web/display.php