Hallo liebe Leute,
Zuerst entschuldigung führ meine schreibfehler.. Ich bin nur ein kleiner Belgiër... ![]()
So, und nun weiter:
Monaten her hab Ich auf nen kleine Proxmox Maschine EOS installiert, folgend der Youtube Video von Jörg von Meintechblog, 27-05-2025.
So weit so gut.
Damals habe Ich nur ungefähr bis 40 minuten von der 60 minuten daurende Video durch gemacht. Damals lief das alles ok, aber EOS war nog nicht konfiguriert.
Heute, 08-07-2025, mach Ich weiter.
Im video wird dan ein update vollzieht.
Das ist bei mir offensichtlich auch gelungen aber jetzt ist der EOS nicht mehr per Browser erreichbar.
In so weit Ich gut verstanden hab, gibt es im Total 3 porten um der EOS server zu erreichen:
- 1880 (Node-RED)
- 8503
- 8504
Der Node-RED funktioniert gut, aber die 8503 und 8504 sind nicht erreichbar.
Was kan Ich machen um ein und ander zu kontrollieren?
In so weit Ich verstehe benutzt EOS ein Uvicorn Web-server.
Ich habe keine arnung, aber Node-RED muß meine meinung nach auch der Uvicorn Web-server benutzen? Also der laüft..
Anbei listung meiner "systemctl status eos.service"
(Ich hoffe das sieht ein bischen OK aus)
Schon vielen Dank für eure Hilfe!
Blockzitat
erwin@EOS:~$ systemctl status eos.service
● eos.service - EOS Energy Optimization Server
Loaded: loaded (/etc/systemd/system/eos.service; enabled; preset: enabled)
Active: active (running) since Tue 2025-07-08 17:46:23 CEST; 1h 38min ago
Main PID: 445 (python)
Tasks: 31 (limit: 2299)
Memory: 683.8M
CPU: 26.917s
CGroup: /system.slice/eos.service
├─445 /home/erwin/EOS/.venv/bin/python /home/erwin/EOS/src/akkudoktoreos/server/eos.py
├─514 /home/erwin/EOS/.venv/bin/python -m akkudoktoreos.server.eosdash --host 127.0.0.1 --port 8504 --eos-host 127.0.0.1 --eos-port 8503 --log_level info --access_log >
├─527 /home/erwin/EOS/.venv/bin/python -c "from multiprocessing.resource_tracker import main;main(13)"
└─528 /home/erwin/EOS/.venv/bin/python -c "from multiprocessing.spawn import spawn_main; spawn_main(tracker_fd=14, pipe_handle=16)" --multiprocessing-fork
Jul 08 17:46:27 EOS python[445]: 2025-07-08 17:46:27.794 | DEBUG | akkudoktoreos.config.config:_get_config_file_path:506 - Found config file: '/home/erwin/.config/net.akkudoktor>
Jul 08 17:46:27 EOS python[445]: 2025-07-08 17:46:27.797 | DEBUG | akkudoktoreos.config.config:_get_config_file_path:498 - Environment config dir: '/home/erwin/EOS/config'
Jul 08 17:46:27 EOS python[445]: 2025-07-08 17:46:27.797 | DEBUG | akkudoktoreos.config.config:_get_config_file_path:506 - Found config file: '/home/erwin/.config/net.akkudoktor>
Jul 08 17:46:27 EOS python[445]: 2025-07-08 17:46:27.808 | INFO | akkudoktoreos.core.logging:track_logging_config:136 - Logger reconfigured - console: INFO, file: None.
Jul 08 17:46:27 EOS python[445]: 2025-07-08 17:46:27.922 | INFO | akkudoktoreos.core.logging:track_logging_config:136 - Logger reconfigured - console: INFO, file: None.
Jul 08 17:46:27 EOS python[445]: 2025-07-08 17:46:27.955 | INFO | logging:callHandlers:1706 - Started server process [445]
Jul 08 17:46:27 EOS python[445]: 2025-07-08 17:46:27.955 | INFO | logging:callHandlers:1706 - Waiting for application startup.
Jul 08 17:46:27 EOS python[445]: 2025-07-08 17:46:27.968 | INFO | logging:callHandlers:1706 - Application startup complete.
Jul 08 17:46:27 EOS python[445]: 2025-07-08 17:46:27.969 | INFO | logging:callHandlers:1706 - Uvicorn running on http://127.0.0.1:8503 (Press CTRL+C to quit)
Jul 08 17:46:32 EOS python[445]: 2025-07-08 17:46:32.969 | INFO | akkudoktoreos.core.ems:run:284 - Energy management run (crippled version - prediction update only)
lines 1-23/23 (END)