Installationsprobleme

Fragen zur Nutzung, Features, usw..
Benutzeravatar
mrinas
Beiträge: 1867
Registriert: Mi Jan 29, 2020 10:12 pm

Re: Installationsprobleme

Beitrag von mrinas »

Feu77 hat geschrieben: Do Jun 23, 2022 10:22 pm ICH HAB'S!!! :D :D

Code: Alles auswählen

sudo pip install requests
hat's gebracht. Musste den Befehl mit sudo geben!!

Jetzt wird das Opel SoC korrekt angezeigt!!


VIIELEN Dank an alle!!!

So, nächste Baustelle: ich hab doch irgendwo gelesen, daß die Go-E auch mit OpenWB phasengesteuert werden kann...Da war doch was mit API v2 und so....
Philipp123 hat das eben schon verlinkt, es gibt ein community-Projekt um das zu ermöglichen, ist dann aber außerhalb des offiziellen Software-Release. Was sich erstmal nicht so dramatisch anhören mag, allerdings gibts halt auch keine Updates einfach so - diese müssen auch erst durch die Community nachgepflegt werden.
15,2kWp SMA (SB4000TL-21, SB3.0, STP6.0-SE + BYD HVS, EnergyMeter), openWB Standard+, openWB Pro, Peugeot e2008, Tesla Model Y LR.
Feu77
Beiträge: 39
Registriert: Di Jun 21, 2022 8:52 pm

Re: Installationsprobleme

Beitrag von Feu77 »

Ich hab denn nun auch die Phasenumschaltung aktiviert und es scheint wunderbar zu funktionieren.
Nun feue ich mich auf die 2.0 Version. Bis dahin werde ich mich hüten zuviel drsan rum zu spielen... :lol:


Euch allen vielen Dank für den Support!!!

Liebe Grüße
Chris
Tesla Y LR, Tesla Y SR 2024, Opel Mokka-e, 2x Go-eCharger Homefix 11kW, openWB RPi4
21kWp SMA Tripower 10 SE, SMA Tripower 10, HM2.0, BYD 16.6 kWh Batterie
feldiman
Beiträge: 8
Registriert: Di Sep 22, 2020 11:58 am

Re: Installationsprobleme

Beitrag von feldiman »

Hat jemand die OpenWB schon mal mit dem noch relativ neuen SMA Smart Energy Hybrid-Wechselrichter in Betrieb?

Habe aktuell einen normalen SMA Tripower. Mit dem läuft das alles super und ich überlege zu wechseln… gerne ohne Konfigurationspallaver 😜
courage2000
Beiträge: 57
Registriert: Fr Jun 05, 2020 10:37 pm

Re: Installationsprobleme

Beitrag von courage2000 »

So, the installation does not work with Debian Stretch lite version on rPi 3b.

I've just tried now and I got stuck the same step.

apt update/upgrade, reboot, extended file system, reboot

Code: Alles auswählen

curl -s https://raw.githubusercontent.com/snaptec/openWB/master/openwb-install.sh | sudo bash
I've also tried Buster Lite

I've got this far:

Code: Alles auswählen

Building wheels for collected packages: Adafruit-MCP4725, Adafruit-GPIO, adafruit-pureio
  Running setup.py bdist_wheel for Adafruit-MCP4725 ... done
  Stored in directory: /root/.cache/pip/wheels/ac/37/67/66a39ab1c4b0e0e012c7fb837db93b24de05ed36574295a8a3
  Running setup.py bdist_wheel for Adafruit-GPIO ... done
  Stored in directory: /root/.cache/pip/wheels/4c/f3/5e/762e517d0fa6217290169f4cb2fb9a0e44d2c2ac8093bd68a5
  Running setup.py bdist_wheel for adafruit-pureio ... done
  Stored in directory: /root/.cache/pip/wheels/74/1a/42/562e829207b81e5e9be8bb26f8c83c9d6780c3054c836cac2f
Successfully built Adafruit-MCP4725 Adafruit-GPIO adafruit-pureio
Installing collected packages: adafruit-pureio, Adafruit-GPIO, Adafruit-MCP4725
Successfully installed Adafruit-GPIO-1.0.3 Adafruit-MCP4725-1.0.4 adafruit-pureio-1.0.1
cat /var/log/openWB.log

Code: Alles auswählen

2023-09-17 23:04:12: at_reboot: Collecting bs4
2023-09-17 23:04:13: at_reboot: Downloading https://www.piwheels.org/simple/bs4/bs4-0.0.1-py3-none-any.whl
2023-09-17 23:04:13: at_reboot: Collecting pkce
2023-09-17 23:04:13: at_reboot: Downloading https://files.pythonhosted.org/packages/15/51/52c22ec0812d25f5bf297a01153604bfa7bfa59ed66f6cd8345beb3c2b2a/pkce-1.0.3-py3-none-any.whl
2023-09-17 23:04:13: at_reboot: Collecting typing-extensions>=3.7.4; python_version < "3.8" (from aiohttp)
2023-09-17 23:04:13: at_reboot: Downloading https://files.pythonhosted.org/packages/ec/6b/63cc3df74987c36fe26157ee12e09e8f9db4de771e0f3404263117e75b95/typing_extensions-4.7.1-py3-none-any.whl
2023-09-17 23:04:14: at_reboot: Collecting async-timeout<5.0,>=4.0.0a3 (from aiohttp)
2023-09-17 23:04:14: at_reboot: Downloading https://files.pythonhosted.org/packages/a7/fa/e01228c2938de91d47b307831c62ab9e4001e747789d0b05baf779a6488c/async_timeout-4.0.3-py3-none-any.whl
2023-09-17 23:04:14: at_reboot: Collecting multidict<7.0,>=4.5 (from aiohttp)
2023-09-17 23:04:19: at_reboot: Downloading https://www.piwheels.org/simple/multidict/multidict-6.0.4-cp37-cp37m-linux_armv7l.whl (53kB)
2023-09-17 23:04:20: at_reboot: Collecting yarl<2.0,>=1.0 (from aiohttp)
2023-09-17 23:04:23: at_reboot: Downloading https://www.piwheels.org/simple/yarl/yarl-1.9.2-cp37-cp37m-linux_armv7l.whl (99kB)
2023-09-17 23:04:23: at_reboot: Collecting aiosignal>=1.1.2 (from aiohttp)
2023-09-17 23:04:24: at_reboot: Downloading https://files.pythonhosted.org/packages/76/ac/a7305707cb852b7e16ff80eaf5692309bde30e2b1100a1fcacdc8f731d97/aiosignal-1.3.1-py3-none-any.whl
2023-09-17 23:04:24: at_reboot: Collecting asynctest==0.13.0; python_version < "3.8" (from aiohttp)
2023-09-17 23:04:24: at_reboot: Downloading https://files.pythonhosted.org/packages/e8/b6/8d17e169d577ca7678b11cd0d3ceebb0a6089a7f4a2de4b945fe4b1c86db/asynctest-0.13.0-py3-none-any.whl
2023-09-17 23:04:24: at_reboot: Collecting attrs>=17.3.0 (from aiohttp)
2023-09-17 23:04:25: at_reboot: Downloading https://files.pythonhosted.org/packages/f0/eb/fcb708c7bf5056045e9e98f62b93bd7467eb718b0202e7698eb11d66416c/attrs-23.1.0-py3-none-any.whl (61kB)
2023-09-17 23:04:25: at_reboot: Collecting frozenlist>=1.1.1 (from aiohttp)
2023-09-17 23:04:26: at_reboot: Downloading https://www.piwheels.org/simple/frozenlist/frozenlist-1.3.3-cp37-cp37m-linux_armv7l.whl (66kB)
2023-09-17 23:04:26: at_reboot: Collecting charset-normalizer<4.0,>=2.0 (from aiohttp)
2023-09-17 23:04:28: at_reboot: Downloading https://files.pythonhosted.org/packages/bf/a0/188f223c7d8b924fb9b554b9d27e0e7506fd5bf9cfb6dbacb2dfd5832b53/charset_normalizer-3.2.0-py3-none-any.whl (46kB)
2023-09-17 23:04:28: at_reboot: Collecting six>=1.15.0 (from pymodbus)
2023-09-17 23:04:28: at_reboot: Using cached https://files.pythonhosted.org/packages/d9/5a/e7c31adbe875f2abbb91bd84cf2dc52d792b5a01506781dbcf25c91daf11/six-1.16.0-py2.py3-none-any.whl
2023-09-17 23:04:28: at_reboot: Collecting pyserial>=3.4 (from pymodbus)
2023-09-17 23:04:29: at_reboot: Using cached https://files.pythonhosted.org/packages/07/bc/587a445451b253b285629263eb51c2d8e9bcea4fc97826266d186f96f558/pyserial-3.5-py2.py3-none-any.whl
2023-09-17 23:04:29: at_reboot: Collecting dnspython (from ipparser)
2023-09-17 23:04:29: at_reboot: Downloading https://files.pythonhosted.org/packages/12/86/d305e87555430ff4630d729420d97dece3b16efcbf2b7d7e974d11b0d86c/dnspython-2.3.0-py3-none-any.whl (283kB)
2023-09-17 23:04:30: at_reboot: Collecting beautifulsoup4 (from bs4)
2023-09-17 23:04:30: at_reboot: Downloading https://files.pythonhosted.org/packages/57/f4/a69c20ee4f660081a7dedb1ac57f29be9378e04edfcb90c526b923d4bebc/beautifulsoup4-4.12.2-py3-none-any.whl (142kB)
2023-09-17 23:04:30: at_reboot: Requirement already satisfied: idna>=2.0 in /usr/lib/python3/dist-packages (from yarl<2.0,>=1.0->aiohttp) (2.6)
2023-09-17 23:04:30: at_reboot: Collecting importlib-metadata; python_version < "3.8" (from attrs>=17.3.0->aiohttp)
2023-09-17 23:04:31: at_reboot: Downloading https://files.pythonhosted.org/packages/ff/94/64287b38c7de4c90683630338cf28f129decbba0a44f0c6db35a873c73c4/importlib_metadata-6.7.0-py3-none-any.whl
2023-09-17 23:04:32: at_reboot: Collecting soupsieve>1.2 (from beautifulsoup4->bs4)
2023-09-17 23:04:32: at_reboot: Downloading https://files.pythonhosted.org/packages/49/37/673d6490efc51ec46d198c75903d99de59baffdd47aea3d071b80a9e4e89/soupsieve-2.4.1-py3-none-any.whl
2023-09-17 23:04:32: at_reboot: Collecting zipp>=0.5 (from importlib-metadata; python_version < "3.8"->attrs>=17.3.0->aiohttp)
2023-09-17 23:04:33: at_reboot: Downloading https://files.pythonhosted.org/packages/5b/fa/c9e82bbe1af6266adf08afb563905eb87cab83fde00a0a08963510621047/zipp-3.15.0-py3-none-any.whl
2023-09-17 23:04:33: at_reboot: Building wheels for collected packages: jq
2023-09-17 23:04:33: at_reboot: Running setup.py bdist_wheel for jq: started
2023-09-17 23:05:01: PID: 16550: ##### cron5min.sh Ramdisk not set up. Maybe we are still booting. (LV0)
courage2000
Beiträge: 57
Registriert: Fr Jun 05, 2020 10:37 pm

Re: Installationsprobleme

Beitrag von courage2000 »

Code: Alles auswählen

sudo pip3 install --upgrade requests
sudo pip install requests
Fixed the problem in Buster, openWB runs, but installer is stuck.
courage2000
Beiträge: 57
Registriert: Fr Jun 05, 2020 10:37 pm

Re: Installationsprobleme

Beitrag von courage2000 »

The install script stalls at the end - Buster.

https://raw.githubusercontent.com/snapt ... install.sh

Code: Alles auswählen

chmod 777 /var/www/html/openWB/openwb.conf
chmod +x /var/www/html/openWB/modules/*
chmod +x /var/www/html/openWB/runs/*
chmod +x /var/www/html/openWB/*.sh
touch /var/log/openWB.log
chmod 777 /var/log/openWB.log
sudo -u pi /var/www/html/openWB/runs/atreboot.sh
Put sudo in front of chmod 777 /var/log/openWB.log

Code: Alles auswählen

sudo chmod 777 /var/log/openWB.log
Antworten