From e63ebe803e8e91796ce8c2d5004ecd321d73c36d Mon Sep 17 00:00:00 2001 From: Lex Postma Date: Tue, 26 May 2026 09:30:27 +0200 Subject: [PATCH 1/2] Move missing v2 API from dev to planned to passive expectations Signed-off-by: Lex Postma --- docs/introduction.mdx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/introduction.mdx b/docs/introduction.mdx index 313a657..ec6bb41 100644 --- a/docs/introduction.mdx +++ b/docs/introduction.mdx @@ -42,10 +42,10 @@ The following table shows which devices are supported by the API and which API v | Device | Device type | API v1 | API v2 | | --------------------------------------- | ----------------------------------------------------------------------- | -------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------- | | P1 Meter | `HWE-P1` | Supported | Supported
Beta | -| Energy Socket | `HWE-SKT` | Supported | In development | -| Watermeter (Only when powered over USB) | `HWE-WTR` | Supported | In development | +| Energy Socket | `HWE-SKT` | Supported | Planned | +| Watermeter (Only when powered over USB) | `HWE-WTR` | Supported | Planned | | kWh Meter (1 phase and 3-phase) | `HWE-KWH1`,
`HWE-KWH3`,
`SDM230-wifi` and
`SDM630-wifi` | Supported | Supported
Beta | -| Energy Display | `HWE-DSP` | Not planned | In development | +| Energy Display | `HWE-DSP` | Not planned | Planned | | Plug-In Battery | `HWE-BAT` | Not planned | Supported | :::info API 2.3.0 is in closed beta From 969761c1fbe11a5382f290ec0134902f3ac069a2 Mon Sep 17 00:00:00 2001 From: Duco Sebel <74970928+DCSBL@users.noreply.github.com> Date: Wed, 27 May 2026 10:41:15 +0200 Subject: [PATCH 2/2] Format --- docs/introduction.mdx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/introduction.mdx b/docs/introduction.mdx index ec6bb41..4314d8b 100644 --- a/docs/introduction.mdx +++ b/docs/introduction.mdx @@ -42,10 +42,10 @@ The following table shows which devices are supported by the API and which API v | Device | Device type | API v1 | API v2 | | --------------------------------------- | ----------------------------------------------------------------------- | -------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------- | | P1 Meter | `HWE-P1` | Supported | Supported
Beta | -| Energy Socket | `HWE-SKT` | Supported | Planned | -| Watermeter (Only when powered over USB) | `HWE-WTR` | Supported | Planned | +| Energy Socket | `HWE-SKT` | Supported | Planned | +| Watermeter (Only when powered over USB) | `HWE-WTR` | Supported | Planned | | kWh Meter (1 phase and 3-phase) | `HWE-KWH1`,
`HWE-KWH3`,
`SDM230-wifi` and
`SDM630-wifi` | Supported | Supported
Beta | -| Energy Display | `HWE-DSP` | Not planned | Planned | +| Energy Display | `HWE-DSP` | Not planned | Planned | | Plug-In Battery | `HWE-BAT` | Not planned | Supported | :::info API 2.3.0 is in closed beta