Skip to content

feat: add WaterTreatment class for Vitoset Aqua#761

Open
lackas wants to merge 1 commit into
openviess:masterfrom
lackas:water-treatment-class
Open

feat: add WaterTreatment class for Vitoset Aqua#761
lackas wants to merge 1 commit into
openviess:masterfrom
lackas:water-treatment-class

Conversation

@lackas
Copy link
Copy Markdown
Contributor

@lackas lackas commented May 9, 2026

Type: New feature

Adds read-only support for the Vitoset Aqua water treatment station.

The Vitoset Aqua exposes four functional areas in its IoT-scope feature dump:

  • Softener: salt days remaining, low-salt alert threshold
  • Consumption: current/max flow, daily / 7-day / total volume
  • Leak detection: up to 5 sensors (status, leak, battery, RSSI, name, hardware/software versions) plus configurable flow alert
  • Shutoff valve: position, motor state, holiday-mode flag

Autodetect matches device model VitosetAqua* (e.g. VitosetAqua19D, VitosetAqua42D) and the type:waterTreatment role.

Setters intentionally deferred: the IoT-scope dump contains no command definitions for this device, so write operations cannot currently be implemented. Will follow up if/when commands surface.

Test data was added separately in #756.

Tests: 743 pass, includes new test_VitosetAqua.py (82 lines) and 3 autodetect tests.

Adds read-only support for the Vitoset Aqua water treatment station,
covering the four functional areas exposed by the device:

- Softener: salt days remaining, low-salt alert threshold
- Consumption: current/max flow, daily/7-day/total volume
- Leak detection: up to 5 sensors (status, leak, battery, RSSI, name,
  versions) plus configurable flow alert
- Shutoff valve: position, motor state, holiday-mode flag

Autodetect matches device model "VitosetAqua*" (e.g. VitosetAqua19D,
VitosetAqua42D) and the "type:waterTreatment" role.

Setters are intentionally left out for a follow-up: the IoT-scope dump
contains no command definitions for this device.
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

Successfully merging this pull request may close these issues.

1 participant