Skip to content

Releases: bwssytems/nest-controller

Better Device Deserialize handling

08 Mar 16:59
Compare
Choose a tag to compare

Issues persisted if no location or room has added for a device.

Validate where_id before deserialize

10 Jan 17:46
Compare
Choose a tag to compare

Issues when the where_id is null, checking before deserialize.

Updated device deserializer to include where_id

05 Dec 17:59
Compare
Choose a tag to compare

Missed where Id in the previous release.

Updated temp values from double to long and Deserialize issues

05 Dec 17:13
Compare
Choose a tag to compare

Updated temp type for internal structures to be Double instead of long. Update device detail deserialize to be specific for issues in values. Updated Readme dependencies:
Fixes #1
Fixes #3

Updated DeviceDetail parsing

01 Dec 22:35
Compare
Choose a tag to compare

Removed more items that may cause issues.

Upodated Strcuture Detail parsing

23 Sep 20:18
Compare
Choose a tag to compare

Removed some variables that may be causing parsing issues in the StructureDetail object.

Fixed target type comparison

09 Mar 19:10
Compare
Choose a tag to compare

Thermostat would not be able to set temperature for range type.

Home and Thermostat logging update

09 Mar 17:20
Compare
Choose a tag to compare

Added more logging in the calls to Nest.

Fixed set thermostat debug logging

08 Mar 19:20
Compare
Choose a tag to compare

Had to read the StringEntity content in a stream to get the string to log.

Added more logging

23 Feb 16:23
Compare
Choose a tag to compare

Added more debug logging for net communication.