forked from muexxl/ha_addons
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathconfig.yaml
More file actions
42 lines (35 loc) · 1.75 KB
/
Copy pathconfig.yaml
File metadata and controls
42 lines (35 loc) · 1.75 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
name: "EOS connect develop"
description: "DEVELOP version: Advanced energy management system with built-in MILP optimizer, multi-source price integration, and real-time battery control. Configure via web UI with automatic Home Assistant integration."
version: "0.3.38.340"
slug: "eos_connect_develop"
url: "https://github.com/ohAnd/EOS_connect"
arch:
- aarch64
- amd64
# - armhf # very long build time on github ~ 32mins - deprecated - https://www.home-assistant.io/blog/2025/06/11/release-20256/#deprecating-installation-methods-and-32-bit-architectures
# - armv7 # very long build time on github ~ 32mins - deprecated - https://www.home-assistant.io/blog/2025/06/11/release-20256/#deprecating-installation-methods-and-32-bit-architectures
# - i386 # deprecated - https://www.home-assistant.io/blog/2025/06/11/release-20256/#deprecating-installation-methods-and-32-bit-architectures
panel_icon: mdi:home-battery
panel_admin: false
ingress: true
ingress_port: 8081
init: false
image: "ghcr.io/ohand/ha-addon-eos_connect_develop_{arch}"
map:
- type: addon_config
read_only: false
path: /app/addon_config
ports:
8081/tcp: 8081
ports_description:
8081/tcp: "EOS_connect web server (edit for port conflict resolution)"
# Bootstrap configuration
# All other settings are managed through the web UI and stored in the database
options:
eos_connect_web_port: 8081 # Port for EOS Connect web server
time_zone: Europe/Berlin # Time zone for the application
log_level: info # Log level: debug, info, warning, error
schema:
eos_connect_web_port: int(1,65535)? # Port for EOS Connect web server - default: 8081
time_zone: str # Time zone for the application - default: Europe/Berlin
log_level: list(debug|info|warning|error) # Log level options - default: info