mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2026-07-22 14:24:26 -07:00
Document TeslaMate road-trip reporting
This commit is contained in:
@@ -18,10 +18,10 @@
|
||||
|
||||
Live, personal Home Assistant configuration shared for **browsing and inspiration**. This is not a turnkey clone-and-run setup; borrow ideas, adapt entity IDs/secrets, and test in your own environment.
|
||||
|
||||
### Latest video: Home Assistant Sprinkler Automation: Rachio and Beyond
|
||||
[](https://youtu.be/a--1iTDWhSo)
|
||||
### Latest video: Turn TeslaMate Data Into Road Trip Reports with Codex
|
||||
[](https://youtu.be/9-9T6v17NEw)
|
||||
|
||||
The Rachio package reads native integration entities first, derives controller and active-zone summaries, captures per-zone run duration on each on-to-off transition, and feeds an overview tile plus a detailed sprinkler dashboard. The same five-capability model can be adapted to Rain Bird, Hydrawise, OpenSprinkler, and other controllers. [](https://youtu.be/a--1iTDWhSo) [](https://www.vcloudinfo.com/2026/07/home-assistant-sprinkler-automation-rachio.html). Browse [](config/packages/rachio.yaml), [](config/dashboards/infrastructure/views/10_sprinklers.yaml), and [](config/dashboards/infrastructure/partials/home_water_sections.yaml).
|
||||
TeslaMate keeps the detailed drive and charging history. Codex groups complete road trips, calculates the useful metrics with data-quality caveats, compares prior qualifying trips, and flags personal records. The Home Assistant bridge delivers compact milestone and final alerts to both household recipients while the long-form channel keeps the detailed report. [](https://youtu.be/9-9T6v17NEw) [](https://www.vcloudinfo.com/2026/07/teslamate-road-trip-reports-codex.html). Browse [](config/packages/bearclaw.yaml) and [issue #1845](https://github.com/CCOSTAN/Home-AssistantConfig/issues/1845) for the public implementation notes.
|
||||
|
||||
### Quick navigation
|
||||
- You are here: `/` (root repo guide)
|
||||
@@ -51,6 +51,7 @@ The Rachio package reads native integration entities first, derives controller a
|
||||
- Docker update reporting and exception review: [](config/packages/tugtainer_updates.yaml), [config/dashboards/infrastructure](config/dashboards/infrastructure), [](https://youtu.be/4NNOkXzUyYw), [](https://www.vcloudinfo.com/2026/07/home-assistant-tugtainer-docker-updates.html)
|
||||
- Entity registry and Docker telemetry cleanup: [](config/packages/docker_infrastructure.yaml), [](config/packages/infrastructure.yaml), [recorder](config/recorder.yaml), [logbook](config/logbook.yaml), [](https://youtu.be/aceV7ObKJVA), [](https://www.vcloudinfo.com/2026/07/using-codex-clean-up-home-assistant-entities.html)
|
||||
- Codex reset-credit tracking: [](config/packages/bearclaw.yaml), [config/dashboards/infrastructure](config/dashboards/infrastructure), [](https://youtu.be/7wKhtrvtyiI)
|
||||
- TeslaMate road-trip reports and milestone alerts: [](config/packages/bearclaw.yaml), [issue #1845](https://github.com/CCOSTAN/Home-AssistantConfig/issues/1845), [](https://youtu.be/9-9T6v17NEw), [](https://www.vcloudinfo.com/2026/07/teslamate-road-trip-reports-codex.html)
|
||||
- Water leak response loop: [](config/packages/phynplus.yaml), [](https://youtu.be/xbhgWnomFYI)
|
||||
- Water softener salt maintenance: [](config/packages/maintenance_log.yaml), [](config/dashboards/overview/views/09_salt_trends.yaml), [](config/dashboards/overview/partials/water_sections.yaml), [](https://youtu.be/_OqTv9i-jAs), [](https://www.vcloudinfo.com/2026/07/home-assistant-water-softener-salt-automation.html), [issue #1816](https://github.com/CCOSTAN/Home-AssistantConfig/issues/1816)
|
||||
- Sprinkler status and last-run dashboard: [](config/packages/rachio.yaml), [](config/dashboards/infrastructure/views/10_sprinklers.yaml), [](config/dashboards/infrastructure/partials/home_water_sections.yaml), [](https://youtu.be/a--1iTDWhSo), [](https://www.vcloudinfo.com/2026/07/home-assistant-sprinkler-automation-rachio.html)
|
||||
|
||||
@@ -59,7 +59,7 @@ Live collection of plug-and-play Home Assistant packages. Each YAML file in this
|
||||
| [](processmonitor.yaml) | Root filesystem disk-pressure monitoring with immediate digest/logbook notes at 80%, Joanna review after 10 minutes above 80%, and delayed phone alerts only if the issue stays unresolved after dispatch. | `sensor.disk_use_percent`, `repairs.create`, `script.joanna_dispatch`, `tts.clear_cache` |
|
||||
| [](tugtainer_updates.yaml) | Tugtainer container update notifications via webhook + persistent alerts, with immediate Joanna recovery dispatch for `### Failed:` / `### Rolled-back:` reports and event-based review dispatch for `### Available:` reports. Home Assistant core updates remain held for explicit approval, config check, and a maintenance window; the Available-report path keeps its 24h cooldown without blocking failures. [](https://youtu.be/4NNOkXzUyYw) [](https://www.vcloudinfo.com/2026/07/home-assistant-tugtainer-docker-updates.html) | `persistent_notification.create`, `event: tugtainer_available_detected`, `script.joanna_dispatch`, `input_datetime.tugtainer_last_update` |
|
||||
| [](printer.yaml) | Epson ink watchdog with one-day and one-week mobile snooze actions for low-ink reminders. | `input_datetime.printer_ink_snooze_until`, `sensor.epson_*`, mobile app action events |
|
||||
| [](bearclaw.yaml) | Joanna/BearClaw bridge automations that forward Telegram commands to codex_appliance, include LLM-first routing context for freeform text, relay replies back, deliver compact hourly TeslaMate road-trip milestone and final summaries to Carlo and Stacey, ingest `/api/bearclaw/status` telemetry, and expose dispatch, QMD/memory-index, plus Codex reset-credit expiry sensors and Repairs for Infrastructure dashboards. [](https://youtu.be/7wKhtrvtyiI) [](https://www.vcloudinfo.com/2026/06/track-codex-resets-home-assistant.html) | `rest_command.bearclaw_*`, `sensor.bearclaw_status_telemetry`, `sensor.joanna_*`, `sensor.codex_reset_*`, `binary_sensor.joanna_*`, `binary_sensor.codex_reset_credit_expiring_soon`, `automation.bearclaw_*`, `automation.codex_reset_credit_expiry_repair`, `repairs.create`, `repairs.remove`, `script.notify_engine`, `script.send_to_logbook` |
|
||||
| [](bearclaw.yaml) | Joanna/BearClaw bridge automations that forward Telegram commands to codex_appliance, include LLM-first routing context for freeform text, relay replies back, deliver compact hourly TeslaMate road-trip milestone and final summaries to Carlo and Stacey, ingest `/api/bearclaw/status` telemetry, and expose dispatch, QMD/memory-index, plus Codex reset-credit expiry sensors and Repairs for Infrastructure dashboards. Road-trip companion: [](https://youtu.be/9-9T6v17NEw) [](https://www.vcloudinfo.com/2026/07/teslamate-road-trip-reports-codex.html). Codex reset companion: [](https://youtu.be/7wKhtrvtyiI) [](https://www.vcloudinfo.com/2026/06/track-codex-resets-home-assistant.html). | `rest_command.bearclaw_*`, `sensor.bearclaw_status_telemetry`, `sensor.joanna_*`, `sensor.codex_reset_*`, `binary_sensor.joanna_*`, `binary_sensor.codex_reset_credit_expiring_soon`, `automation.bearclaw_*`, `automation.codex_reset_credit_expiry_repair`, `repairs.create`, `repairs.remove`, `script.notify_engine`, `script.send_to_logbook` |
|
||||
| [](telegram_bot.yaml) | Legacy Telegram transport marker for BearClaw; the shared `joanna_send_telegram` helper now forwards through the codex_appliance direct Telegram API. | `rest_command.bearclaw_telegram_send`, `script.joanna_send_telegram` |
|
||||
| [](phynplus.yaml) | Phyn shutoff automations with leak-test guard, Activity Feed context, Repairs tracking, and critical push recovery when the valve closes. [](https://youtu.be/xbhgWnomFYI) | `valve.phyn_shutoff_valve`, `binary_sensor.phyn_leak_test_running`, `script.phyn_send_actionable_leak_notification`, `repairs.create` |
|
||||
| [](water_delivery.yaml) | ReadyRefresh delivery date helper with Joanna email-triage updates, night-before plus day-before garage door Alexa reminders, helper-change audit logging, and Telegram confirmations. | `input_datetime.water_delivery_date`, `script.send_to_logbook`, `script.joanna_send_telegram`, `notify.alexa_media_garage` |
|
||||
|
||||
@@ -19,6 +19,8 @@
|
||||
# Notes: Codex reset-credit expiry telemetry is sourced from the appliance `codexUsage` status field.
|
||||
# Notes: Codex reset walkthrough: https://youtu.be/7wKhtrvtyiI
|
||||
# Notes: Codex reset companion post: https://www.vcloudinfo.com/2026/06/track-codex-resets-home-assistant.html
|
||||
# Notes: TeslaMate road-trip walkthrough: https://youtu.be/9-9T6v17NEw
|
||||
# Notes: TeslaMate road-trip companion post: https://www.vcloudinfo.com/2026/07/teslamate-road-trip-reports-codex.html
|
||||
# Notes: Nightly Duplicati verification calls a codex_appliance admin endpoint and returns structured health to HA via response_variable.
|
||||
# Notes: v2 intake is the primary HA contract; legacy command/ingest routes remain appliance-side shims.
|
||||
# Notes: Command payload supports async_only for automation-first queueing when immediate inline handling is not required.
|
||||
|
||||
Reference in New Issue
Block a user