Commit Graph

179 Commits

Author SHA1 Message Date
claus 25c7757f8b Require empty house for scheduled Roborock runs 2026-04-09 15:43:44 +02:00
claus 6392ea7572 Add cooldown for driveway AI notifications 2026-04-09 15:40:00 +02:00
claus b1e76703a5 Fix Tesla failsafe charge condition 2026-04-09 15:26:31 +02:00
claus 59b118b111 Add maintenance dashboard and summary counter 2026-04-09 07:35:15 +02:00
claus f949b35edf Adjust Andreas motion light schedule 2026-04-08 17:53:35 +02:00
claus ea7e9277a6 Migrate room dashboard toggles to template 2026-04-08 17:00:03 +02:00
claus 01872f4cb5 Refine Andreas and Daniel room dashboards 2026-04-08 16:36:11 +02:00
claus 2ded592147 Migrate AI driveway surveillance to AI Task 2026-04-08 07:35:46 +02:00
claus cea46f911a Adjust living room light automation for TV evenings 2026-04-07 19:44:15 +02:00
claus 463d24bddd Refine Roborock home dashboard row 2026-04-07 17:42:26 +02:00
claus 9595723762 Fix kommerhjem automation YAML indentation 2026-04-07 17:06:38 +02:00
claus cf52096d82 Migrate Claus notifications to iPhone 15 Pro 2026-04-07 16:27:58 +02:00
claus b43e973c57 Fix family presence sensor sources 2026-04-07 15:50:47 +02:00
claus d0379f31ee Improve indoor motion alert automation 2026-04-06 19:31:13 +02:00
claus 8f31bce128 Add receiver preset and volume controls 2026-04-06 19:18:28 +02:00
claus c37fc87347 Fix compact home overview sensor entities 2026-04-06 17:54:00 +02:00
claus a0b2e33e49 Compact home overview status cards 2026-04-06 17:27:54 +02:00
claus 89b4724762 Clean up Tesla sensors and HomeKit filter 2026-04-06 16:20:52 +02:00
claus 61b60dd78b Fix Tesla log warnings 2026-04-06 16:00:06 +02:00
claus 4a18e66bd5 Fix template include loading 2026-04-06 13:46:13 +02:00
claus 32b4fbf6d9 Fix dishwasher price planning template 2026-04-06 13:04:49 +02:00
claus cd6643cd35 Fix Tesla smart charging hysteresis 2026-04-06 13:01:06 +02:00
claus 57531a5a23 Refine dashboards and vacation automations 2026-04-06 12:59:42 +02:00
claus 8e6c6d0111 Show compact dishwasher start time 2026-04-06 11:42:19 +02:00
claus 1169411aca Add scheduled Roborock syd cleaning 2026-04-06 10:06:25 +02:00
claus 3aa824e581 Add dishwasher night scheduling automation 2026-04-06 09:10:57 +02:00
claus 175bf99c7a Add curtain schedule automation 2026-04-06 07:40:19 +02:00
claus 9bc76effe6 Migrate legacy template sensors 2026-04-06 07:15:09 +02:00
claus e800b3ba69 Use hybrid family presence tracking 2026-04-05 19:29:36 +02:00
claus b68c4a3382 Fix presence simulation activation flow 2026-04-05 19:23:09 +02:00
claus bc706543b3 Add stue motion lighting automation 2026-04-05 18:29:21 +02:00
claus 49f42b1f27 Rename and refine skab lighting automation 2026-04-05 18:15:24 +02:00
claus 61aca67c45 Refine kontor lighting automation 2026-04-05 17:59:27 +02:00
claus 79eb860711 Add forgang motion lighting automation 2026-04-05 17:41:10 +02:00
claus 14824b0ab7 feat: improve presence simulation with staggered lighting and realistic behavior
- Replace simultaneous light activation with sequential (staggered) control
- Add per-light random delays for more natural behavior
- Implement reverse-order light shutdown for realism
- Introduce time-based variations (morning, midday, evening)
- Add randomized music playback using Spotify playlist on Sonos
- Refactor automation using repeat loops and variables for maintainability
2026-03-26 15:47:26 +01:00
claus 0b4fc7f2f4 fix presence 2026-03-25 21:06:57 +01:00
claus bef3fc5b4c slettes - redundant 2026-03-25 21:06:25 +01:00
claus 40c78ed6af numeric opvasker 2026-03-25 07:15:29 +01:00
claus c91e669761 tesla 2026-03-24 20:45:05 +01:00
claus 7f0859f446 tesla 2026-03-24 18:25:18 +01:00
claus 64032e6682 tesla charging 2026-03-24 18:24:58 +01:00
claus 6b6b69b766 vacation 2026-03-24 18:24:27 +01:00
claus cbeb832dd7 presence simulation 2026-03-24 18:22:52 +01:00
claus 8fa01e1eb4 slettet 2026-03-22 07:51:34 +01:00
claus 5eae8e1d6a nu virker det 2026-03-22 07:50:18 +01:00
claus 1dc0866fe3 Nu virker det 2026-03-22 07:49:16 +01:00
claus 5e368938bc tilpasset 2026-03-22 07:48:54 +01:00
claus 18c6b5e4cb feat(tesla): automate charge deadline to next morning
- Add daily automation to set tesla_charge_deadline at 07:00 next day (13:05 trigger)
- Add automation to update deadline when car is plugged in
- Ensures smart charging always has valid future window
- Eliminates manual deadline management
2026-03-22 07:48:31 +01:00
claus 5cfb27c3ad Refactor Tesla charging templates to modern template syntax
- Converted all Tesla sensors and binary_sensors to the modern
  `template:` integration format compatible with Home Assistant 2026+
- Combined kWh needed, charge hours, and smart charging decision
  into a single template file for inclusion via !include_dir_merge_named
- Preserves existing behavior while preparing for future HA versions
- Legacy template warnings remain for binary_sensor but functionality works
2026-03-20 20:19:50 +01:00
claus 70b78b6275 Improve garage closing logic using vehicle activity
- Only close garage when vehicle tracker is active (speed available)
- Prevents closing when leaving on foot or bike
- Add delay to ensure safe closing after departure
- Align closing logic with car-based opening conditions
2026-03-20 16:31:58 +01:00