-
Notifications
You must be signed in to change notification settings - Fork 0
Description
I am trying to use your code to access the Hive Thermostat. I had code I wrote several years ago which allowed me to read/set temperatures, read/set schedules, etc but they have recently changed the auth mechanism so my code no-longer works.
Their API, once connected used to provide an auth token to pass with future requests and a list of device nodes (the thermostat appears as several) so is it possible to access these and if so how?
I used the JSON list of nodes to work out which is the central heating and which the hot water and then control the temps / schedules from there. I understand their API functionality once logged in remains the same so I'm really just wanting to use your code initially just to get logged in but then I should be able to extend your classes to add a thermostat device which I'd be happy to share back here.