Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ecobee] Add support for the Smart Thermostat Premium #12892

Merged
merged 1 commit into from
Jun 8, 2022

Conversation

robnielsen
Copy link
Contributor

The new Smart Thermostat Premium provides the following capabilities:

{
  "id": "ei:0",
  "name": "Dining Room",
  "type": "thermostat",
  "inUse": true,
  "capability": [
    {
      "id": "1",
      "type": "temperature",
      "value": "705"
    },
    {
      "id": "2",
      "type": "humidity",
      "value": "50"
    },
    {
      "id": "3",
      "type": "occupancy",
      "value": "false"
    },
    {
      "id": "4",
      "type": "airQualityAccuracy",
      "value": "unknown"
    },
    {
      "id": "5",
      "type": "airQuality",
      "value": "unknown"
    },
    {
      "id": "6",
      "type": "vocPPM",
      "value": "unknown"
    },
    {
      "id": "7",
      "type": "co2PPM",
      "value": "unknown"
    },
    {
      "id": "8",
      "type": "airPressure",
      "value": "unknown"
    }
  ]
}

Signed-off-by: Rob Nielsen <rob.nielsen@yahoo.com>
@robnielsen robnielsen added the enhancement An enhancement or new feature for an existing add-on label Jun 5, 2022
@robnielsen robnielsen requested a review from mhilbush as a code owner June 5, 2022 15:24
Copy link
Contributor

@mhilbush mhilbush left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the improvements.

LGTM

Copy link
Contributor

@lolodomo lolodomo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@lolodomo lolodomo merged commit 045de1b into openhab:main Jun 8, 2022
@lolodomo lolodomo added this to the 3.3 milestone Jun 8, 2022
@robnielsen robnielsen deleted the ecobee branch June 8, 2022 11:33
leifbladt pushed a commit to leifbladt/openhab-addons that referenced this pull request Oct 15, 2022
Signed-off-by: Rob Nielsen <rob.nielsen@yahoo.com>
andan67 pushed a commit to andan67/openhab-addons that referenced this pull request Nov 6, 2022
Signed-off-by: Rob Nielsen <rob.nielsen@yahoo.com>
andrasU pushed a commit to andrasU/openhab-addons that referenced this pull request Nov 12, 2022
Signed-off-by: Rob Nielsen <rob.nielsen@yahoo.com>
Signed-off-by: Andras Uhrin <andras.uhrin@gmail.com>
psmedley pushed a commit to psmedley/openhab-addons that referenced this pull request Feb 23, 2023
Signed-off-by: Rob Nielsen <rob.nielsen@yahoo.com>
nemerdaud pushed a commit to nemerdaud/openhab-addons that referenced this pull request Feb 28, 2023
Signed-off-by: Rob Nielsen <rob.nielsen@yahoo.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement An enhancement or new feature for an existing add-on
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants