source: @ 91

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @91   8 years mcvflorin [IDTI-2361] Handle more version formats.
(edit) @90   8 years mcvflorin [IDTI-2318] Update the setpoint limits in the CustomModeControls? variable …
(edit) @89   8 years mcvflorin [IDTI-2038] Handle the case when a package is missing. Optimized the …
(edit) @88   8 years mcvflorin Added validation for Eco mode support. Implemented more aggressive …
(edit) @87   8 years sorin -IDTI-1968 Create json files for the various Nest variations
(edit) @86   8 years mcvflorin [IDTI-1943] Added support for the 'no eco' Nest variation. [IDTI-1968] …
(edit) @85   8 years mcvflorin [IDTI-1945] Added variables for setpoint step, min setpoint and max …
(edit) @84   8 years ciprian.bacioiu + Added a small function that sets the following variables at startup: …
(edit) @83   8 years claudiu [IDTI-1915] - Add support for changing both setpoints at the same time - …
(edit) @82   8 years claudiu [IDTI-1915] - Add support for changing both setpoints at the same time - …
(edit) @81   8 years mcvflorin [IDTI-1915] Added support for changing both setpoints with …
(edit) @80   8 years mcvflorin Fixed bug: setpoints couldn't be changed in Auto mode.
(edit) @79   8 years mcvflorin Use the thermostat mode status from the ModeStatus? variable to test if the …
(edit) @78   8 years mcvflorin [VUI-14005] Added support for starting the fan and setting the fan timer …
(edit) @77   8 years mcvflorin [VUI-13956] Added support for changing both setpoints in Auto mode from …
(edit) @76   8 years mcvflorin [VUI-13460] Implemented request throttling, to prevent spamming the Nest …
(edit) @75   8 years sorin -VUI-13923 Heat / cool setpoint controls should be disabled appropriately …
(edit) @74   8 years claudiu [VUI-6051] - Add support in UI for setting two setpoint values in Auto …
(edit) @73   8 years mcvflorin Made a change to make switching between the primary and backup accounts …
(edit) @72   8 years mcvflorin [IDTI-1760] Added action and function for deauthorizing the access token. …
(edit) @71   8 years claudiu [IDTI-1770] - Replace the reauthorization link with a deauthorization one
(edit) @70   8 years tudor.leferman VUI-13659 VUI-13657
(edit) @69   8 years tudor.leferman VUI-13658 - send notification when Heat setpoint goes above value
(edit) @68   8 years mcvflorin [VUI-13529] Added the CustomModeControls? variable and updated the …
(edit) @67   8 years mcvflorin [VUI-13576] Fixed calls to the 'displayMessage' function with wrong number …
(edit) @66   8 years mcvflorin Don't delete the "Invalid or missing token" message after 30 seconds.
(edit) @65   8 years mcvflorin [VUI-13569] Round Celsius setpoints to multiples of 0.5, and Fahrenheit …
(edit) @64   8 years mcvflorin [VUI-13543] Explicitly set the json file to use when detecting a change in …
(edit) @63   8 years mcvflorin Replaced all the hardcoded service IDs with variables. Added all the …
(edit) @62   8 years claudiu [VUI-13499] - Cool and Auto buttons ... - added missing 'COmmands' value
(edit) @61   8 years mcvflorin [IDTI-1717] Added SetModeAndSetpoint? action which first changes the …
(edit) @60   8 years mcvflorin [IDTI-1718] Update the Commands and CustomModeConfiguration? variables if …
(edit) @59   8 years mcvflorin [IDTI-1718] Removed Cool and Auto from house modes too.
(edit) @58   8 years mcvflorin [IDTI-1718] Use a json with no Cool and Auto buttons if the thermostat …
(edit) @57   8 years mcvflorin [IDTI-1711] Handle HTTP 401 errors. [VUI-13482] Added support for …
(edit) @56   8 years claudiu [VUI-13441] - Remove temperature selector when thermostat is in eco mode
(edit) @55   8 years mcvflorin [VUI-13438] Added more detailed logging, to find what causes this issue. …
(edit) @54   8 years mcvflorin Install the Deauthorization Plugin if it's not installed already. Removed …
(edit) @53   8 years mcvflorin [IDTI-1707] Added event for the Eco mode.
(edit) @52   8 years claudiu [IDTI-1707] Add "Eco" button on widget
(edit) @51   8 years mcvflorin [IDTI-1709] Added support for the "Eco" thermostat mode. [VUI-13368] Check …
(edit) @50   8 years tudor.leferman minor refactoring
(edit) @49   8 years mcvflorin [IDTI-1705] Removed the Auto-Away button and events.
(edit) @48   8 years mcvflorin Handle the case when ours is the only code in Startup Lua.
(edit) @47   8 years mcvflorin Reverted back to using the primary app ID, to send it to Nest for …
(edit) @46   8 years alex.i Disable curl SSL check when deauthorizing
(edit) @45   8 years alex.i - Added Base64 encoding / decoding - Remove the code after deauthorizing
(edit) @44   8 years vladstg VUI-4959 (VUI-MX) EN text in Add Device Wizard for Nest Thermostat
(edit) @43   8 years mcvflorin [VUI-11034] Changed subcategory for thermostat to 1.
(edit) @42   8 years mcvflorin Added the 'Id' SVN keyword.
(edit) @41   8 years mcvflorin Use the backup client ID. Fixed command for checking if the streaming is …
(edit) @40   8 years mcvflorin
(edit) @39   9 years alex.i Injected Nest deauth script in StartupCode?
(edit) @38   9 years alex.i Partially implemented startup code for deauth
(edit) @37   9 years alex.i Don't return string "empty" if request failed. Return nil instead
(edit) @36   9 years alex.i Handle device error when failed to send commands
(edit) @35   9 years alex.i Fixed smoke_co_alarms bug
(edit) @34   9 years alex.i - Refresh LuuP devices added/removed structures/devices - Ability to …
(edit) @33   9 years alex.i Using each thermostat's temperature scale
(edit) @32   9 years andrei - validation for Commands variable on Thermostat devices - VUI-11187
(edit) @31   9 years sorin -VUI-6659 Many retries to authorize the Nest App
(edit) @30   9 years andrei - added validation for POLLING_RATE variable
(edit) @29   9 years andrei - added fix for temperature format; - fix for notification stream check;
(edit) @28   9 years andrei - fix for triggers in scenes; - added hvac_state support;
(edit) @27   9 years andrei - fix for high number of authorization requests - VUI-7655
(edit) @26   10 years andrei - update for 7.11
(edit) @25   10 years andrei - fix for the issue mentioned by Nest
(edit) @24   10 years andrei - changed implementation for Home/Away? structure
(edit) @23   10 years andrei - final fix for Digest authentication issue
(edit) @22   10 years andrei - updated package check for Vera Light/3
(edit) @21   10 years andrei - added packages check;
(edit) @20   10 years andrei - added 2 seconds delay before reloading after validating the access code
(edit) @19   10 years andrei - added support for heat and cool setpoints in auto mode - changed …
(edit) @18   10 years andrei - fixed set setpoint issue
(edit) @17   10 years andrei - updated plugin icon
(edit) @16   10 years andrei - fixed json typo
(edit) @15   10 years andrei - update for plugin wizard v2
(edit) @14   10 years andrei - added support for device wizard
(edit) @13   10 years andrei - added debugging information; - added Commands variable
(edit) @12   10 years andrei - Beta version with proper account
(edit) @11   10 years andrei - added energy saving(Beta version with testing account)
(edit) @10   10 years andrei - beta version(with testing account)
(edit) @9   10 years alexstr - added support for 'AUTHORIZED' flag and changed some messages displayed …
(edit) @8   10 years alexstr - re-commit
(edit) @7   10 years andrei - alpha
(edit) @6   10 years alexstr - added check for AUTHORIZED variable
(edit) @5   10 years alexstr - added some user friendly text
(edit) @4   10 years andrei
(edit) @3   10 years andrei - added Authorize tab
(edit) @2   10 years andrei - without connection tab
(add) @1   10 years andrei - first upload -> template;
Note: See TracRevisionLog for help on using the revision log.