myoung34 / tilty-pi

Raspberry Pi Image For Tilty
MIT License
0 stars 0 forks source link

Tilty Pi

A Raspberry Pi distribution for Tilt Hydrometers

Installation

Grab a recent release

  1. Unzip the image and install it to an sd card like any other Raspberry Pi image
  2. Configure your WiFi by editing tiltypi-wpa-supplicant.txt on the root of the flashed card when using it like a thumb drive
  3. (Optional) Configure your configuration by editing tilty.ini
  4. Boot the Pi from the card. The default ssh username is pi and the default password is raspberry

Note It is recommended to change the ssh password via raspi-config.

TiltyPi will be located at http://ipaddress:5000

Upgrade

To upgrade tilty and tilty-dashboard

  1. SSH into the pi
  2. run sudo pip3 install -U tilty tilty-dashboard to upgrade the packages
  3. run sudo systemctl restart tilty and sudo systemctl restart tilty-dashboard to restart the services