We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
For some Objects (Data-Points) there are Enums for values defined, but not for all.
E.g.: For the Datapoint "CONTROL_MODE" of HmIP-eTRV, there is the Enumeration missing: 0=Auto 1=Manu 2=?
"CONTROL_MODE": { "MIN": 0, "OPERATIONS": 2, "MAX": 3, "FLAGS": 1, "ID": "CONTROL_MODE", "TYPE": "INTEGER", "DEFAULT": 0, "CONTROL": "HEATING_CONTROL_HMIP.CONTROL_MODE" },
The same for SET_POINT_MODE.
The Enumeration for ACTUAL_TEMPERATURE_STATUS is available: "ACTUAL_TEMPERATURE_STATUS": { "MIN": "NORMAL", "OPERATIONS": 5, "MAX": "UNDERFLOW", "FLAGS": 1, "ID": "ACTUAL_TEMPERATURE_STATUS", "TYPE": "ENUM", "DEFAULT": "NORMAL", "VALUE_LIST": [ "NORMAL", "UNKNOWN", "OVERFLOW", "UNDERFLOW" ] },
So please add the missing Enums for eTRV. Maybe for all other HmIP-Hardware, too.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
For some Objects (Data-Points) there are Enums for values defined, but not for all.
E.g.:
For the Datapoint "CONTROL_MODE" of HmIP-eTRV, there is the Enumeration missing:
0=Auto
1=Manu
2=?
The same for SET_POINT_MODE.
The Enumeration for ACTUAL_TEMPERATURE_STATUS is available:
"ACTUAL_TEMPERATURE_STATUS": {
"MIN": "NORMAL",
"OPERATIONS": 5,
"MAX": "UNDERFLOW",
"FLAGS": 1,
"ID": "ACTUAL_TEMPERATURE_STATUS",
"TYPE": "ENUM",
"DEFAULT": "NORMAL",
"VALUE_LIST": [
"NORMAL",
"UNKNOWN",
"OVERFLOW",
"UNDERFLOW"
]
},
So please add the missing Enums for eTRV.
Maybe for all other HmIP-Hardware, too.
The text was updated successfully, but these errors were encountered: