40 lines
1.1 KiB
Markdown
40 lines
1.1 KiB
Markdown
---
|
|
id: task-4
|
|
title: Update Immich Power Tools for v2.4 compatibility
|
|
status: To Do
|
|
assignee: []
|
|
created_date: '2026-01-02 13:54'
|
|
labels:
|
|
- immich
|
|
- power-tools
|
|
- dependency
|
|
- blocked
|
|
dependencies: []
|
|
priority: low
|
|
---
|
|
|
|
## Description
|
|
|
|
<!-- SECTION:DESCRIPTION:BEGIN -->
|
|
Immich Power Tools geo-heatmap feature is currently broken with Immich v2.4.x due to database schema changes.
|
|
|
|
## Issue:
|
|
- Power Tools queries fail with: `column "assetId" does not exist`
|
|
- Database schema changed in Immich v2.4 (column renamed to different case or structure)
|
|
- Power Tools latest version (v0.19.0 from Oct 2025) predates Immich v2.4.1 (Dec 2025)
|
|
|
|
## Action Required:
|
|
- Monitor https://github.com/varun-raj/immich-power-tools/releases for v2.4 compatible release
|
|
- Once available, update Power Tools container and test geo-heatmap feature
|
|
|
|
## Workaround:
|
|
Custom heatmap solution deployed at https://heatmap.jeffemmett.com as alternative
|
|
<!-- SECTION:DESCRIPTION:END -->
|
|
|
|
## Acceptance Criteria
|
|
<!-- AC:BEGIN -->
|
|
- [ ] #1 Power Tools releases v2.4 compatible version
|
|
- [ ] #2 Update container to new version
|
|
- [ ] #3 Geo-heatmap feature works without errors
|
|
<!-- AC:END -->
|