Here is the Raspberry Pi installation manaual contributed by Ondřej Kolenatý
1) flash raspbian + config WiFi and SSH
see: https://www.raspberrypi.org/downloads/
see: https://medium.com/@aallan/setting-up-a-headless-raspberry-pi-zero-3ded0b83f274
2) finish RPI instalation - change password
log via SSH:
user: pi
password: raspberry
change the password using passwd
3) upgrade Raspbian Stretch to Buster
sudo sync
sudo apt-get update
sudo apt-get -y upgrade
sudo apt-get -y dist-upgrade
sudo sed -i 's/stretch/buster/g' /etc/apt/sources.list
sudo sed -i 's/stretch/buster/g' /etc/apt/sources.list.d/raspi.list
sudo apt-get update
sudo apt-get -y upgrade
sudo apt-get -y dist-upgrade
sudo apt -y autoremove
sudo sync
4) Set time zone
sudo dpkg-reconfigure tzdata
5) Add Max! Home Automation package to source.list
see: http://www.dmitry-kazakov.de/ada/max_home_automation.htm
6) Install MAX! Home Automation (check the latest version)
sudo vi /etc/apt/sources.list
add line:
deb [trusted=yes] http://www.dmitry-kazakov.de/distributions buster main
run install:
sudo apt-get update
sudo apt-get install max-home-automation-2.18
7) Install xvfb for running MHA headlessly
sudo apt-get install xvfb
8) Set configuration using Running remotely
see: http://www.dmitry-kazakov.de/ada/max_home_automation.htm
for Windows see: https://itekblog.com/ssh-x11-forwarding-display-using-mobaxterm/#How_To
Updates. The supported version is "bookworm" and there is no need to specify a version. In the position 6, installation goes like this:
The sources.list line is this:
To run the application from the console type
It may happen that the cube is not discovered. First, reboot it. Power off, wait 5 seconds, the power it on.