avr
The pre-compiled binaries for RPi do definitely not work on PC due to CPU architecture mismatch. This has nothing to do with DietPi vs Raspbian, since DietPi basically is Raspbian. It’s x86 vs ARM.
Probably the Ubuntu ones work, since they are for x86_64: https://www.dresden-elektronik.de/deconz/ubuntu/beta/
But manual compiling should work on any device: https://github.com/dresden-elektronik/deconz-rest-plugin#get-and-compile-the-plugin
- As any build, apt install build-essential is required at least.