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

Handle Vallox update 2.0.20 changes #70

Open
karottenreibe opened this issue Jun 27, 2023 · 0 comments
Open

Handle Vallox update 2.0.20 changes #70

karottenreibe opened this issue Jun 27, 2023 · 0 comments

Comments

@karottenreibe
Copy link

karottenreibe commented Jun 27, 2023

With the latest update (https://www.vallox.com/en/myvallox/myvallox_2.0.20), Vallox added the ability to specify "off" as a new mode in the weekly schedule. It looks like this in the metrics:

  A_CYC_SCHEDULE_TUESDAY_21: 5,
  A_CYC_SCHEDULE_TUESDAY_22: 5,

The library should allow reading/setting this profile in the weekly schedule. AFAICT this just means renaming the "EXTRA" mode to "OFF". When I set A_CYC_SCHEDULE_TUESDAY_21 to client.PROFILES.EXTRA it shows the new off mode in that slot in the web UI.

When the ventilation unit is turned off via the "Enable" switch in the web UI, I see this in the metrics:

A_CYC_MODE: 5,

Maybe that's the way to detect if this new mode is currently enabled in getProfile()?

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