projects for a smart home using raspberry pi and python
- configured with ssh access (user/pass)
- a linux (debian family) playground that supports running ansible (use WSL in Windows OS)
install some tools:
add to ansible some collections:dnf install -y git ansible-core python3 create a ssh key to connect to PI at ~/.ssh/id_rsa:ansible-galaxy collection install ansible.posix community.crypto community.general *copy the key to raspberry pissh-keygen -b 4096 clone this repo to a local folder:ssh-copy-id [email protected] git clone https://github.com/fchioralia/autohome.git 
To deploy this app using Ansible, navigate to the Ansible playbook directory 'auto_sprinklers-ansible' and follow instructions in readme.md. After install the app should be available at https://yourdomainname.tld.
Go to https://yourdomainname.tld/admin and add the IDs of GPIOs that will be connected to some relays