This is what he means i think:
--------------------------------------------------
First install the debian chroot package from the synocommunity
ssh to synology:
run: /var/packages/debian-chroot/scripts/start-stop-status chroot
Now you are in debian
Update:
apt-get update
apt-get upgrade
Select your timezone:
dpkg-reconfigure tzdata
Install git and python:
apt-get install git python-simplejson python-setuptools python-pip python-dateutil -y
cd /home
Follow the 'Scripting for RFG100' instructions from the wiki page:
https://www.domoticz.com/wiki/Evohome
Exit from debian-chroot:
exit
Run update script every minute:
- Open Open Control Panel -> Task Scheduler
- Click on Create -> User-defined script
- In General settings give it a name, leave user as root
- Commandline: chroot /volume1/@appstore/debian-chroot/var/chroottarget /home/evohome-client/evo-update.sh
- Click on Schedule tab and set Frequency "Every 1 minute(s)"