Great work!
I will test it now.
Was just about to sit down and have another go, but you beat me to it
.
I believe AI is hallucinating here, because I’m fairly certain this openhab/tmp folder is populated by these manual steps we have to do every time there is a new OH version. Regular restarts should be OK.
OH_HOME=/var/lib/openhab
sudo chmod 777 /var/lib/openhab/tmp
python3 -m venv $OH_HOME/tmp/appletv-binding
source $OH_HOME/tmp/appletv-binding/bin/activate
pip3 install git+https://git.sr.ht/~hww3/pyatv
Edit:
Only difference is that my python version was 3.12 instead of 3.11
