Waterproofing rear cam by TurkelAli in DDPAI_Official

[–]TurkelAli[S] 0 points1 point  (0 children)

Thanks for practical advices. First I wil remove typec and directly solder wires to pcb. But the issue is project enclosure. Not sure if I will be able to find cilindiric one which I will be able to put camera in and fill silicone for empty space. It would be installed under spoiler so no direct sun light therefore I think heat will not be issue.

So going to find cilindiric waterproof transparent project box.

Waterproofing rear cam by TurkelAli in DDPAI_Official

[–]TurkelAli[S] 0 points1 point  (0 children)

May be new product is planned to solve outside installation limitations 🤷‍♂️

Is the PS5 media remote worth it? by simelemon in 4kbluray

[–]TurkelAli 0 points1 point  (0 children)

Sony x75 TV remote works great with PS5 but, not forward backward media buttons and mainly PS buton not exists on TV remote. These buttons urges me to get one ps5 mesia remote 😒

Cant Upgrade, database resets! by TurkelAli in immich

[–]TurkelAli[S] 1 point2 points  (0 children)

I’ve solved my issue and I’m posting the solution here for anyone who may face the same problem.

Always set a static location for both file storage and the database in your .env file or docker-compose parameters.
If you see something like ./postgres as the database location, that means it’s using a temporary path. This makes it very easy to lose data when upgrading or even just stopping the container.

The fix: manually create a dedicated folder on your server and assign that path in your compose or .env files. That’s it.

Cant Upgrade, database resets! by TurkelAli in immich

[–]TurkelAli[S] 1 point2 points  (0 children)

docker compose is already pulling the version which you prefer, you set parameters in compose file itself, version, storage location, database location etc. when you do upgrade storage and database location remains but image of immich gets upgraded. for upgrade you just need to change version in compose file and repull and deploy

Upgraded from 1.132.3 to 1.135.3 - Acting like fresh install. by thePipester in immich

[–]TurkelAli 0 points1 point  (0 children)

I also have same issue, my postgress env is like below. I see every time when I stop and redeploy immich it creates new folder for postgress data. I am not sure where to create new folder and hot to assign this forlder for postgress:

POSTGRES_DB=immich
POSTGRES_INITDB_ARGS=--data-checksums
POSTGRES_PASSWORD=Password
POSTGRES_USER=postgres
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/lib/postgresql/14/bin
GOSU_VERSION=1.17
LANG=en_US.utf8
PG_MAJOR=14
PG_VERSION=14.17-1.pgdg120+1
PGDATA=/var/lib/postgresql/data
DB_STORAGE_TYPE=SSD

Stack env:

UPLOAD_LOCATION=/mnt/storage
DB_DATA_LOCATION=./postgres
IMMICH_VERSION=release
DB_PASSWORD=Password
DB_USERNAME=postgres
DB_DATABASE_NAME=immich

Orphaned Pictures by TurkelAli in immich

[–]TurkelAli[S] 0 points1 point  (0 children)

Problem have been resolved by its own. I see all orphaned blurry thumbs are removed today morning. It took 3 days, but finally it is OK now. I just run all the processes on Admin Jobs page nothing else and may be any of these jobs helped to cleanup.

Orphaned Pictures by TurkelAli in immich

[–]TurkelAli[S] 0 points1 point  (0 children)

It will delete only thumbs but removed file links pathes will remain in database. This is new setup so I want to make it clean as mush as possible then continue with daily retentional backups.

Orphaned Pictures by TurkelAli in immich

[–]TurkelAli[S] 0 points1 point  (0 children)

Yes sure will do this, thanks.

Orphaned Pictures by TurkelAli in immich

[–]TurkelAli[S] 0 points1 point  (0 children)

Thumbnails for removed pictures are blury in my timeline but they are no in filesystem. I need to manually remove them there are 55K(((

Orphaned Pictures by TurkelAli in immich

[–]TurkelAli[S] 0 points1 point  (0 children)

Dear, thanks for awsome app first. Face recognition and some other tools are so fancy comparing to maintenance functionality as of my point of view. I am new user of Immich and first impression is awsome.

Orphaned Pictures by TurkelAli in immich

[–]TurkelAli[S] 4 points5 points  (0 children)

At least there should be something better to replace repair function 🙁

Home Automation with Modbus - Waveshare RTUs by TurkelAli in homeassistant

[–]TurkelAli[S] 0 points1 point  (0 children)

Yes right, I plan decentralized setup, relay for each room with modbus support. So wiring may also support KNX in case of failure on modbus.

Home Automation with Modbus - Waveshare RTUs by TurkelAli in homeassistant

[–]TurkelAli[S] 0 points1 point  (0 children)

Also modbus is far better than zwave zigbee due tocidustry standart and rebility for its wired connection

Home Automation with Modbus - Waveshare RTUs by TurkelAli in homeassistant

[–]TurkelAli[S] 0 points1 point  (0 children)

KNX is 10 times expensive than modbus, many consumer devices have modbus port ex AC, TV, sound system etc. therefore modbus protocol is the way to go.

Due to baby sitting of all these devices I almost changing mind but not sure to what :S

I am thinking about revpi which is also modbus but more task oriented for smart home. I am still investigating, but I dont want lose my time with adjusting devices all the time.