Add pi analysis mode and HA history filtering
This commit is contained in:
parent
325917c09b
commit
ba667b9e2d
3 changed files with 86 additions and 23 deletions
|
|
@ -28,10 +28,16 @@ RELEVANT_DOMAINS="sensor,binary_sensor,person,device_tracker,climate,light,switc
|
|||
# EXCLUDED_ENTITIES="device_tracker.my_phone,camera.front_door"
|
||||
EXCLUDED_ENTITIES=""
|
||||
|
||||
# AI backend for the 05:00 analysis: none, ollama, or openai
|
||||
# AI backend for the 05:00 analysis: none, pi, ollama, or openai
|
||||
# none publishes a page, but without real AI conclusions.
|
||||
# pi uses your logged-in pi subscription via `pi -p`.
|
||||
LLM_MODE="none"
|
||||
|
||||
# For pi subscription mode. Run `pi /login` interactively once first.
|
||||
PI_BIN="/usr/local/bin/pi"
|
||||
PI_MODEL=""
|
||||
PI_TIMEOUT="600"
|
||||
|
||||
# For local Ollama, recommended for privacy
|
||||
OLLAMA_URL="http://localhost:11434"
|
||||
OLLAMA_MODEL="llama3.1"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue