-
Notifications
You must be signed in to change notification settings - Fork 1
Installation
Lokonli edited this page Dec 22, 2019
·
6 revisions
The python framework for Domoticz must have been installed. See the instructions.
On some systems the development library is not installed by default. In that case can install with:
sudo apt install libpython3-dev
Create a folder name slide-domoticz in the domoticz/plugins folder:
cd <Domoticz>/plugins
mkdir slide-domoticz
Copy plugin.py to this folder
or, in [domoticz]/plugins:
git clone https://github.com/lokonli/slide-domoticz
Then restart Domoticz.
sudo systemctl restart domoticz.service
Add the Slide hardware to Domoticz. Slide can be found in Domoticz under Domoticz->Hardware
In the configuration page fill in your email address and password as used for registration in the Slide app.
Slide devices will be created automatically.
todo
todo
- Don't forget to set 'Allow new hardware' in Domoticz, otherwise the new devices cannot be created.
- The plugin uses the Slide Open API, so your Domoticz server must be able to contact https://api.goslide.io
- The plugin only has been tested on Ubuntu and Raspberry. Installation instructions on Windows or Synology will be slightly different. You can help others by editing this Wiki.