colinrblake
colinrblake
I have the same problem. Anyone have a solution? ``` ./hs.py -g Nest Nest_Thermostat [{'iid': 10, 'description': 'Target Heating Cooling State', 'value': 2}, {'iid': 11, 'description': 'Current Temperature', 'value': 26.1222},...
OK, the debug error was because I wasn't running the latest Python3 (now running 3.10.5). Here's the debug logs: [homescript_debug_2022.08.18.log](https://github.com/menahishayan/HomeScript/files/9378424/homescript_debug_2022.08.18.log) [homescript_exception_2022.08.18.log](https://github.com/menahishayan/HomeScript/files/9378425/homescript_exception_2022.08.18.log)
Found the problem for trying to set a Nest thermostat temperature. setStates is hardwired to use a valueIndex of 0, where it should be using a valueIndex of 2 (in...
> In my jaunts though these aid/iid data structures, I learned not to rely on the array index being deterministic, but rather I have to loop over the array index...
@joeyhage These are Sylvania lights and I linked them to Alexa via the Sylvania app on my iPhone. On Alexa I have the "Sylvania Smart Wifi" skill.
Heisenberg's Uncertainty Principle :-)
Any updates? I'm still getting these messages.