-
Notifications
You must be signed in to change notification settings - Fork 23
Common errors
moroen edited this page Oct 20, 2020
·
1 revision
-
tradfricoap is installed with pip3, but the plugin fails with "Module 'tradfricoap' not found"
On some systems domoticz uses a different python3 interpreter than the one used from the command line. Tradfricoap must be installed with the same interpreter that domoticz uses. If this problem is not fixable, a workaround is to install tradfricoap into the plugin directory:$ cd plugins/IKEA-Tradfri $ git clone https://github.com/moroen/tradfricoap.git
To update to a newer version of tradfricoap when installed locally, use git to pull the latest changes
$ cd plugin/IKEA-Tradfri/tradfricoap $ git pull