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

ClimateType - smart14 #63

Open
sup-one opened this issue Dec 3, 2020 · 6 comments
Open

ClimateType - smart14 #63

sup-one opened this issue Dec 3, 2020 · 6 comments
Assignees
Labels
in progress Working on it question Further information is requested

Comments

@sup-one
Copy link

sup-one commented Dec 3, 2020

Hi,

Just noticed that my Ecobee nodeserver logs are filling with the following error:

2020-12-03 03:19:46,857 Controller polyinterface ERROR node_types:getClimateIndex: Unknown climateType='smart14'
2020-12-03 03:22:46,806 Controller polyinterface ERROR node_types:getClimateIndex: Unknown climateType='smart14'
2020-12-03 03:25:46,884 Controller polyinterface ERROR node_types:getClimateIndex: Unknown climateType='smart14'
2020-12-03 03:28:46,792 Controller polyinterface ERROR node_types:getClimateIndex: Unknown climateType='smart14'

This entry is repeated exactly the same every 3 min

@jimboca jimboca self-assigned this Dec 14, 2020
@jimboca
Copy link
Collaborator

jimboca commented Dec 14, 2020

Thanks, looks like something new added by Ecobee. Will look into it.

@jimboca
Copy link
Collaborator

jimboca commented Dec 25, 2020

@sup-one is this still happening? Looking at the code it seems that Ecobee is asking about that smart14 but it's not listed in the climate list they provide to me.

@jimboca jimboca added question Further information is requested in progress Working on it labels Dec 25, 2020
@sup-one
Copy link
Author

sup-one commented Dec 25, 2020

@jimboca Yes, it is showing - I looked through the log when the nodeserver reboots and it corresponds to my custom comfort in Ecobee.

Here is what I see:

2020-12-25 22:45:50,741 NodeServer polyinterface DEBUG ecobee-poly:start: customData=
{
"_data_dtm": "2020-12-25T22:18:51.135691",
"_data_lock": false,
"climates": {
"XXXXXXXXXXX": [
{
"name": "Home",
"ref": "home"
},
{
"name": "Away",
"ref": "away"
},
{
"name": "Sleep",
"ref": "sleep"
},
{
"name": "Home Aft",
"ref": "smart4"
},
{
"name": "Home Winter",
"ref": "smart11"
},
{
"name": "Wknd",
"ref": "smart13"
},
{
"name": "Home Eve",
"ref": "smart14"
},
{
"name": "Wknd PM",
"ref": "smart15"
}
]
},

@jimboca
Copy link
Collaborator

jimboca commented Dec 26, 2020

Ok I see, it should understand that. Can you download log package and email that to me?

@jimboca
Copy link
Collaborator

jimboca commented Dec 26, 2020

@sup-one Never mind, I found the issue.

@jimboca
Copy link
Collaborator

jimboca commented Dec 26, 2020

This will have to wait until next release after 2.2.0 is stable. Looks like the number of Comfort settings is increased for some theremostat's so I'll need enhance to support this based on each thermostat.

jimboca added a commit that referenced this issue Dec 26, 2020
jimboca added a commit that referenced this issue Dec 26, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in progress Working on it question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants