Skip to content
Discussion options

You must be logged in to vote

Figured this out... @ZeliardM - thanks a ton for your help! For future reference... I added the following lines to the startup script (from homebridge settings):

apt-get update
apt install -y software-properties-common
add-apt-repository -y ppa:deadsnakes/ppa
apt update
apt install -y python3.10
update-alternatives --install /usr/bin/python3 python /usr/bin/python3.10 2
update-alternatives --install /usr/bin/python3 python /usr/bin/python3.8 1

apt install -y python3.10-venv

This then got everything working an all my kasa devices are now beautifully showing up on my phone!

Replies: 1 comment 7 replies

Comment options

You must be logged in to vote
7 replies
@mexzar
Comment options

@mexzar
Comment options

@ZeliardM
Comment options

@mexzar
Comment options

Answer selected by ZeliardM
@ZeliardM
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants