[2026-09-16] eagle: family/documents/home-automation-wishlist.md family/how-to/ha-automations.md family/how-to/home-automation.md family/plans/heating-cable-automation.md family/plans/t610-heating-cable-automation.md family/tech/ha-registry-operations.md family/tech/heating-cable-water-inlet.md

This commit is contained in:
Alexey Martemyanov
2026-09-16 00:02:25 +06:00
parent 82e5cb2640
commit 6a350cc802
7 changed files with 190 additions and 409 deletions
+3 -1
View File
@@ -194,6 +194,8 @@ ssh root@192.168.2.176 'bash /tmp/ghost_purge.sh /config/.storage/core.entity_re
| 12 | `weather.get_forecasts()` в Jinja → `'weather' is undefined` | Вызывать как **ДЕЙСТВИЕ** `action: weather.get_forecasts` + `response_variable`; `variables:` — внутри `actions:` ПОСЛЕ вызова. Helper'ы НЕ нужны |
| 13 | WS `render_template` возвращает `null` даже для `{{ 2 + 2 }}` | Шаблоны рендерить через REST `POST /api/template` |
| 14 | `write_file` режет строку `Authorization: Bearer *** | Собирать заголовок из переменных: `P1=Authorization; P2=Bearer; AUTH=*** ${P2} ${TOK}"` |
| 15 | 🔴 **Fail-safe на `min([99, fc_min])` не работает:** `min([99, 11.1])` = 11.1, а не 99 → проверка отвала датчика через `float(99)` + `min` **не срабатывает никогда** | Отдельный флаг по строковому состоянию: `zont_ok: "{{ states('sensor.x') not in ['unknown','unavailable','none',''] }}"`, затем `eff: "{{ zont if zont_ok else fc_min }}"` |
| 16 | `automation.trigger` через WS **не обновляет `last_triggered`** | Прогон подтверждать иначе: значения в `variables`, `logbook.log`, лог HA Core |
---
@@ -280,5 +282,5 @@ ssh root@192.168.2.176 'bash /tmp/ghost_purge.sh /config/.storage/core.entity_re
- [[family/tech/zigbee-t610-z2m-i-zha]] — Zigbee на ZHA, §13 вычистка призраков
- [[family/how-to/home-automation]] — t610: топология, аддоны, доступ
- [[family/tech/heating-cable-water-inlet]] — практический кейс §8 (прогноз для греющего кабеля)
- [[family/how-to/ha-automations]] §7 — греющий кабель ввода водыс §8 (прогноз для греющего кабеля)
- [[family/plans/t610-heating-cable-automation]] — план автоматизации на базе §8.1