pFenners / mijia-sensor-domoticz

69 stars 38 forks source link

ModuleNotFoundError #11

Open MennoLabs opened 3 years ago

MennoLabs commented 3 years ago

When I try to run the script I get:

Traceback (most recent call last): File "domoticz_mijia.py", line 5, in from mijia.mijia_poller import MijiaPoller, \ ModuleNotFoundError: No module named 'mijia'

mijia_poller.py is present in the same directory

Demonolog82 commented 2 years ago

Probably you didn't cloned full repo, do you have folder mijia where domoticz_mijia.py is located?

MennoLabs commented 2 years ago

Thanks. In the mean time I had to do a reinstall of Domoticz and did a fresh install of this repo too. Script works now, but I get: 1: updating connect: No route to host (113)

I'll open up a separate issue for that.