Has anyone got this to work on a RPI?
I only have a nest thermostat. I do **NOT** have a nest protect.
I can get "nest.py" to work, but I can't get the domotiz plugin.py to work.
I am able to download and install the plugin and add the new hardware, but i dont see any devices added after I reboot.
I am getting the following error in the log.
Code: Select all
2020-01-14 16:04:18.439 Error: NestPythonic hardware (10) thread seems to have ended unexpectedly
Steps i followed to install:
1) downloaded the zip file from
https://github.com/FilipDem/Domoticz-NE ... ree/master
2) unzipped it to
3) install/make the plugin executable (for linux)
4) reboot to see the plugin installed
5) add the new hardware via the domoticz web interface
setup->Hardware->add Type=Nest Thermostat/Protect Google
"enable" the new hardware
input "issue_token" for my account retrieved via the instructions in the readme.
input "cookie" for my account retrieved via the instructions in the readme.
hit add button
6)reboot rpi (because threading issues)
7) notice issues in the log
8) no nest devices are added
I tried both the
"GoogleNest3.zip" via the attachment in the original post.
https://www.domoticz.com/forum/download ... p?id=21458
And downloading the zip from Git Hub (appears to be newer?)
https://github.com/FilipDem/Domoticz-NE ... ree/master
debug output via nest.py:
Code: Select all
python3 nest.py
{'Where': 'Hallway', 'Name': 'MotoHome', 'Away': False, 'Target_temperature': 19.88889, 'Current_temperature': 20.12, 'Heating': True, 'Temperature_scale': 'F', 'Eco': False, 'Humidity': 39}
{'Where': 'Hallway', 'Name': 'MotoHome', 'Away': False, 'Target_temperature': 19.88889, 'Current_temperature': 20.12, 'Heating': True, 'Temperature_scale': 'F', 'Eco': False, 'Humidity': 39}
Domoticz version:
Version: 4.10717
Build Hash: b38b49e
Thanks for any help, and Filip for posting this workaround.