Page 1 of 1

Nest (goolge migrated) in domoticz

Posted: Wednesday 25 December 2019 13:14
by remko2000
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
~/domoticz/scripts $ sudo python plugin.py
I get an error:

Code: Select all

Traceback (most recent call last):
  File "plugin.py", line 41, in <module>
    import Domoticz
ImportError: No module named Domoticz
This has something to do with 'request' I read but how do I solve this?