first commit
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
# Serwer HTTP
|
||||
GREE_BIND=0.0.0.0:8787
|
||||
GREE_DATABASE=./data/gree-controller.db
|
||||
RUST_LOG=gree_controller=info,tower_http=info
|
||||
|
||||
# Pusty token = dostęp bez logowania w zaufanej sieci LAN.
|
||||
# Ustaw długi losowy token, gdy interfejs jest dostępny poza zaufanym VLAN-em.
|
||||
GREE_APP_TOKEN=
|
||||
|
||||
# Tryb symulacji pozwala uruchomić aplikację bez klimatyzatora.
|
||||
GREE_SIMULATE=true
|
||||
GREE_AUTO_SEED=true
|
||||
GREE_POLL_INTERVAL_SECONDS=15
|
||||
GREE_ZONE_INTERVAL_SECONDS=5
|
||||
GREE_DISCOVERY_TIMEOUT_MS=3000
|
||||
GREE_DISCOVERY_BROADCAST=255.255.255.255:7000
|
||||
GREE_CONTROLLER_ID=gree-controller
|
||||
|
||||
# Opcjonalny sensor temperatury z Home Assistant.
|
||||
HA_URL=
|
||||
HA_TOKEN=
|
||||
HA_ENTITY_ID=
|
||||
Reference in New Issue
Block a user