Hi Moroen,moroen wrote: ↑Saturday 29 February 2020 17:06It appears that you're not running the latest version of the plugin, indicated by the "ModuleNotFoundError" you're seeing, in the newest version domoticz is imported in line 176, so your plugin.py is from before the command line part of the plugin was moved from tradfricoap.py to plugin.py.Basssment wrote: ↑Saturday 29 February 2020 8:40 ~/domoticz/plugins/IKEA-Tradfri $ python3 plugin.py list
Traceback (most recent call last):
File "plugin.py", line 41, in <module>
import Domoticz
ModuleNotFoundError: No module named 'Domoticz'
Looks like my module has been corupted? Should i reinstall Maybe? If so, how
Shut down domoticz, update to the latest version of the plugin and py3coap, and restart domoticz
The plugin version, as seen on the hardware page in domoticz should be version 0.9.1 and py3coap version 0.8.0.Code: Select all
$ sudo systemctl stop domoticz.service $ cd domoticz/plugins/IKEA-Tradfri $ git pull $ sudo -H pip3 install -U py3coap $ sudo systemctl stop domoticz.service
The latest IKEA firmware update went without a hitch on my system, but if the hardware entries for IKEA has been totally corrupted in domoticz, the easiest (unless you have a lot of devices and scenes) is to go to the hardware page in domotica, select IKEA-Tradfri and press delete to remove the plugin, and then add it again...
Regards,
M
I did do update it!
Look at my outcome if I try
$ git pull
Code: Select all
~/domoticz/plugins/IKEA-Tradfri $ git pull
Your configuration specifies to merge with the ref 'refs/heads/pycoap'
from the remote, but no such ref was fetched.
Code: Select all
~/domoticz/plugins/IKEA-Tradfri $ sudo -H pip3 install -U py3coap
Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple
Requirement already up-to-date: py3coap in /usr/local/lib/python3.7/dist-packages (0.8.0)
The bulbs are all there now, but the error i get still remains
Code: Select all
2020-03-01 12:51:46.952 Error: (Ikea) ----> Line 312 in '/home/pi/domoticz/plugins/IKEA-Tradfri/plugin.py'
2020-03-01 12:51:46.952 Error: (Ikea) ----> Line 217 in '/home/pi/domoticz/plugins/IKEA-Tradfri/plugin.py'
2020-03-01 12:51:46.952 Error: (Ikea) ----> Line 101 in '/home/pi/domoticz/plugins/IKEA-Tradfri/plugin.py'
2020-03-01 12:51:46.952 Error: (Ikea) ----> Line 65 in '/home/pi/domoticz/plugins/IKEA-Tradfri/plugin.py'
2020-03-01 12:51:46.952 Error: (Ikea) ----> Line 71 in '/home/pi/domoticz/plugins/IKEA-Tradfri/plugin.py'
2020-03-01 12:51:46.952 Error: (Ikea) ----> Line 73 in '/home/pi/domoticz/plugins/IKEA-Tradfri/tradfricoap.py'
2020-03-01 12:51:46.952 Error: (Ikea) ----> Line 41 in '/home/pi/domoticz/plugins/IKEA-Tradfri/tradfricoap.py'
2020-03-01 12:51:46.952 Error: (Ikea) ----> Line 47 in '/usr/local/lib/python3.7/dist-packages/pycoap/pycoap.py'