Skip to content

🏠 Home daemon, built to run on my Raspberry Pi

Notifications You must be signed in to change notification settings

piaverous/homed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

7cd5d7f Β· Oct 31, 2021

History

19 Commits
Apr 25, 2021
Oct 31, 2021
Apr 25, 2021
Apr 25, 2021
Oct 25, 2020
Oct 25, 2020
Apr 25, 2021
Apr 25, 2021
Feb 22, 2021
May 3, 2021
Apr 21, 2021
Apr 25, 2021
Oct 18, 2020

Repository files navigation

homed

  • Install pipenv
  • Install dependencies with pipenv install
  • Install Adafruit Python library :
    • cd ..
    • git clone https://github.com/adafruit/Adafruit_Python_DHT.git
    • cd homed
    • pipenv shell
    • cd ../Adafruit_Python_DHT
    • python setup.py install
  • Link pigpiod service with sudo ln -s /etc/systemd/system/pigpiod.service ./pigpiod.service
  • Link service with sudo ln -s /etc/systemd/system/homed.service ./homed.service

Now that all is ready, setup .env file with openweathermap API key (see template).

About

🏠 Home daemon, built to run on my Raspberry Pi

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published