no luck for me yet, but sinds i do only have a thermostat it's problable my fault somewheredressie wrote: ↑Monday 02 December 2019 21:01Yes! That did it! It works outside Domoticz right now, so time to see what happens in Domoticz!Filip wrote: ↑Monday 02 December 2019 20:57 Do you have a nest protect (smoke alarm from nest)? Or only a thermostat?
I suppose not and this is then the problem. If this analysis is correct, delete than the following 2 lines in the function "GetDevicesAndStatus" and try again:
I suppose this should solve your problem. Hopefully no side-effects because I cannot test it...Code: Select all
for protect in self.status['topaz']: self.protect_list.append(str(protect))
Please give feedback and if it works, I will adapt the script so that it take into account this scenario.
Filip
ill try from the top