Skip to content

Sync with Google automatically and more features

Compare
Choose a tag to compare
@kikeelectronico kikeelectronico released this 24 Jan 00:13
· 743 commits to master since this release
9575e30

How to update

Follow this instructions:

  1. SSH into your Raspberry Pi.
  2. Install some new dependencies.
sudo apt install npm
sudo apt install unzip
  1. Download the new update script.
cd /usr/share/Homeware-LAN/bash
sudo rm update.sh
wget https://raw.githubusercontent.com/kikeelectronico/Homeware-LAN/master/bash/update.sh
  1. Change directory.
cd ../back
  1. Run the script.
sudo sh ../bash/update.sh

If the npm process fails, run it manually:

cd ../front/
sudo npm run build 

I hope this is the last manual update. Sorry about that. If you know how to solved it, please PR or contact me.

New features

  • More visual feedback for some devices #175
  • Feedback for the user via toasts #229
  • Sync automatically with Google when changes are made #49 #50

Bugs

  • The update button doesn't work #241