JVaassen / domoticz-remote-Pi-Monitor

Extended Xorfors pimonitor to run in client-server setup, monitoring other rasperry pi's in Domoticz
1 stars 3 forks source link

Error on adding hardware in domoticz #4

Open MedicoreV8 opened 4 years ago

MedicoreV8 commented 4 years ago

The following is the output of the log in domoticz after adding the hardware and setting the IP of the remote system.

2020-02-23 13:35:34.125 Status: (PiHoleSys) Started.
2020-02-23 13:35:34.259 Error: (jva_pimonitor) failed to load 'plugin.py', Python Path used was '/home/pi/domoticz/plugins/PiRemote/:/usr/lib/python37.zip:/usr/lib/python3.7:/usr/lib/python3.7/lib-dynload:/usr/local/lib/python3.7/dist-packages:/usr/lib/python3/dist-packages:/usr/lib/python3.7/dist-packages'.
2020-02-23 13:35:34.259 Error: (PiHoleSys) Module Import failed, exception: 'ModuleNotFoundError'
2020-02-23 13:35:34.259 Error: (PiHoleSys) Module Import failed: ' Name: lxml'
2020-02-23 13:35:34.259 Error: (PiHoleSys) Error Line details not available.
MedicoreV8 commented 4 years ago

Solution is to install lxml: sudo apt-get install python3-lxml python-lxml