Add PetKit food watchdog + D4H raw probes

- petkit_food_check.py: watchdog для state.food (алярм мало/пусто, сброс при доливе)
- petkit_raw.py, petkit_roster.py: прямые запросы к API для отладки
- .gitignore: исключить .food_state (runtime состояние)
This commit is contained in:
hermes-home
2026-08-04 16:02:45 +00:00
parent b5c497530d
commit dace7ab46c
4 changed files with 218 additions and 0 deletions

3
.gitignore vendored
View File

@@ -3,6 +3,9 @@
secrets/
*.token
# Runtime состояние
.food_state
# Python
__pycache__/
*.pyc