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

Paramset Data for Virtual Devices API are inconsistent #112

Open
foxriver76 opened this issue May 14, 2021 · 1 comment
Open

Paramset Data for Virtual Devices API are inconsistent #112

foxriver76 opened this issue May 14, 2021 · 1 comment

Comments

@foxriver76
Copy link

foxriver76 commented May 14, 2021

At first virtual devices delivers all paramsets as string, like

{
    "UNIT": "%",
    "MIN": "0.0",
    "MAX": "99.0",
    "ID": "ACTUAL_HUMIDITY",
    "TYPE": "FLOAT",
    "DEFAULT": "20.0",
    "CONTROL": "THERMAL_CONTROL.HUMIDITY",
    "OPERATIONS": 5,
    "FLAGS": 1,
    "TAB_ORDER": 1
  }

note that type is float but max is delivered as a string, this is not in line with all other CCU APIs.

@foxriver76 foxriver76 changed the title Paramset Data for Virtual Devices API and delivered values are inconsistent Paramset Data for Virtual Devices API are inconsistent May 14, 2021
@foxriver76
Copy link
Author

Furthermore, Virtual Devices Temperature states will deliver a value of 4.5 when set to off, however the Paramset says that the minimum possible value is 5, which is also not correct.

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