-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Conversation
To validate the firmware version of the TStats, you can use the following menu on the device itself: Settings / Technical Info / Display You can see the same data from the Nest Application by:
If your TStats are not (yet) on the 5.6 version, the new binding will crash. @watou : You may want to add code that validates the Currently you'll bang out with an parsing exception. [EDIT] Adding a more specific link to the forum discussion: |
Signed-off-by: John Cocula <john@cocula.com>
Sorry; here's a new test JAR. |
Looks better now, thanks for the quick turn-around! |
Thanks for testing again, Mark. |
Signed-off-by: John Cocula <john@cocula.com>
A new test JAR, including new commit that accepts "" for |
Signed-off-by: John Cocula <john@cocula.com>
Only based on a guess, but... 511903214 278542 org.openhab.binding.nest-1.9.0-SNAPSHOT.jar |
I tested the most recent JAR (linked above) under a recent OH2 nightly and the v6 Nest Product permissions, and my JSON payload is parsing completely. New item bindings from this PR were coming through as expected. The thermostats in the payload are both still at v5.5 firmware. About testing under OH2: The configuration settings via Paper UI don't seem to have any effect on the running binding. I needed to enter them manually into nest.cfg before the binding would start doing work. |
Hello, |
* master: (29 commits) Zwave database (openhab#4755) Fatek PLC binding (openhab#2784) Update PAN08 (openhab#4750) Fixed some typos in jdbc log messages. (openhab#4746) [Mqttitude] Add the 1.9 binding to the OH2 distro (openhab#4743) Change default retention policy name to "autogen" (documentation have to be adapted). Bugfix: honour retention policy in queries. (openhab#4744) corrected link to calimero: (openhab#4739) TCP/UDP Binding enhancement 'MQTT style' (openhab#4658) [nma] Add NotifyMyAndroid actions to OH2 (openhab#4738) Add AutoUpdateBindingProvider for OH2 compatibility (openhab#4736) Log error returned in request for data model if there was an error. (openhab#4731) Bump jdbc postgressql 9.4 version to 1211 and minimal version to 1208. These (openhab#4726) [DSMR] Add openHAB 2 feature addon (openhab#4719) [nest] October 2016 API Update (openhab#4716) Moved binding.xml to correct place per docs. (openhab#4722) Fix openhab#366 (openhab#4721) Fix MPD handling of invalid volume levels (openhab#4715) [mpd] respect playerId in getItemNamesByPlayerAndPlayerCommand (openhab#4713) [mios] Add support for UI7 style thermostats. (openhab#4710) Database 161016 (openhab#4709) ...
Updates to the Nest binding to match the October 2016 API Update.
Please test this JAR to verify that the new features work. You will have to update your Product at developer.nest.com to use the v6 permissions, and set up a new PIN for your account and update your nest.cfg or openhab.cfg file. Also, the thermostat against which you are testing must be at the 5.6 or later firmware version.
Please report back here or on the forum with your results, and thanks!