You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was testing your python script with my Thermostat and got a KeyError: 'home_name'
on line 308 self.thermostatData['name'] = self.thermostatData['home_name']
and line 311 self.defaultThermostat = self.thermostatData['home_name']
I changed it to ['station_name'] and now it give no Error's more.
This is the name for the Relaisstation,
Was this the intended "name" or do you mean the name of the thermostat ?
I see another reference on line 350 but I think there it is OK
The text was updated successfully, but these errors were encountered:
I was testing your python script with my Thermostat and got a
KeyError: 'home_name'
on line 308
self.thermostatData['name'] = self.thermostatData['home_name']
and line 311
self.defaultThermostat = self.thermostatData['home_name']
I changed it to
['station_name']
and now it give no Error's more.This is the name for the Relaisstation,
Was this the intended "name" or do you mean the name of the thermostat ?
I see another reference on line 350 but I think there it is OK
The text was updated successfully, but these errors were encountered: