I’m running conbee 2 with deConz 2.32.4 beta on raspberry pi (bookworm) and wanted to update to V33.2 stable. First I tried to update, using console, with “sudo systemctl stop deconz” and "wget -O deconz-latest.deb https://deconz.dresden-elektronik.de/raspbian/stable/deconz-latest.deb" (see tutorial update deConz manually). No success: 2026-08-21 17:12:46 ERROR 404: Not Found.
After that, I tried with “wget -O deconz-2.33.2-qt5.deb https://deconz.dresden-elektronik.de/raspbian/stable/deconz-2.33.2-qt5.deb”. The file was downloaded, but when I trie to install, I get this error:
dpkg: regarding deconz-2.33.2-qt5.deb containing deconz:armhf:
deconz:armhf conflicts with deconz-qt6
deconz-qt6 (version 2.32.4-beta) is present and installed.
dpkg: error processing archive deconz-2.33.2-qt5.deb (–install):
conflicting packages - not installing deconz:armhf
Errors were encountered while processing:
deconz-2.33.2-qt5.deb
I’m unable to find deconz-2.33.2-qt6.deb. Under Index of /raspbian/stable/ there are only qt5 versions listed.
So I tried to uninstall deConz by “sudo apt remove deconz”. Nothing happened, deConz is still running.
I’m at a loss and don’t know how to continue. Can anybody help?
Thanks