Unikey added captcha login requirement which breaks the current implementation.
This is a Kevo Plus interface for ISY Polyglot.
MIT license.
#Requirements
Kevo Gateway aka Kevo Plus
Install:
- Go to your polyglot/config/node_servers/ folder.
git clone https://github.com/cswelin/kevo-polyglot
cd kevo-polyglot
- Add your username and password to a new file called login.py
echo USERNAME='"<username>"' >> login.py
echo PASSWORD='"<password>"' >> login.py
- Restart Polyglot and add the Kevo nodeserver via web interface If you have the Polyglot systemctl script installed do this:
sudo systemctl restart polyglot
orsudo service polyglot restart
- Download the profile from the Kevo Polyglot configuration page and copy baseURL
- Add as NodeServer in ISY. Profile Number MUST MATCH what you put in Polyglot
- Upload profile you download from Polyglot to ISY
- Reboot ISY
- Upload Profile again in the node server (quirk of ISY)
- Reboot ISY again (quirk of ISY)
- Once ISY is back up, go to Polyglot and restart the Kevo nodeserver.
- All Thermostats will be automatically added as 'Kevo '
- Write programs and enjoy.