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

Enum-Values for some HmIP-eTRV objects missing #97

Open
do1osc opened this issue Jul 8, 2019 · 0 comments
Open

Enum-Values for some HmIP-eTRV objects missing #97

do1osc opened this issue Jul 8, 2019 · 0 comments

Comments

@do1osc
Copy link

do1osc commented Jul 8, 2019

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant