An open source audio and home automation platform that puts local action and privacy first.
- Install the core dependencies.
sudo apt install python3.9
sudo apt install python3.9-dev
sudo apt install python3.9-venv
sudo apt install python3.9-pip
sudo apt install git autoconf libssl-dev libxml2-dev libxslt1-dev libjpeg-dev libffi-dev libudev-dev zlib1g-dev pkg-config libavformat-dev libavcodec-dev libavdevice-dev libavutil-dev libswscale-dev libavresample-dev libavfilter-dev ffmpeg
- Download this repository:
git clone https://github.com/sviete/AIS-home-assistant.git
cd AIS-home-assistant
- Install the requirements with a provided script
./script/setup
- Activate your virtual environment
source venv/bin/activate
- Run AIS
hass -c /data/data/com.termux/files/home/AIS
- Open app in browser http://localhost:8180
-
Install PyCharm IDE https://www.jetbrains.com/pycharm/download/#section=linux
-
Add a configuration to project
- Add some break point and start debugging