Nest (goolge migrated) in domoticz
Posted: Wednesday 25 December 2019 13:14
I try to implent the plugin.py script of fillip to get my nest thermostat working in domoticz after google migration. I copy the script in domotics; scripts. I run python 2.7 on a raspberry and installed request. When I
This has something to do with 'request' I read but how do I solve this?
I get an error:~/domoticz/scripts $ sudo python plugin.py
Code: Select all
Traceback (most recent call last):
File "plugin.py", line 41, in <module>
import Domoticz
ImportError: No module named Domoticz