File tree 8 files changed +118
-66
lines changed
8 files changed +118
-66
lines changed Original file line number Diff line number Diff line change @@ -43,13 +43,13 @@ The following table shows which devices are supported by the API and which API v
43
43
44
44
| Device | Device type | API v1 | API v2 |
45
45
| --------------------------------------------- | ---------------------------- | ---------------------------------------------------------------------- | ------------------------------------------------------------------------- |
46
- | Wi-Fi P1 meter | ` HWE-P1 ` | <Badge color = ' hw-green' icon = " mdi:check" detail = ' v1' >Supported</Badge > | <Badge color = ' hw-orange' icon = " mdi:test-tube" detail = ' 2.0.0' >Beta</Badge > |
46
+ | Wi-Fi P1 Meter | ` HWE-P1 ` | <Badge color = ' hw-green' icon = " mdi:check" detail = ' v1' >Supported</Badge > | <Badge color = ' hw-orange' icon = " mdi:test-tube" detail = ' 2.0.0' >Beta</Badge > |
47
47
| Wi-Fi Energy Socket | ` HWE-SKT ` | <Badge color = ' hw-green' icon = " mdi:check" detail = ' v1' >Supported</Badge > | <Badge color = ' hw-purple' icon = " mdi:wrench" >In development</Badge > |
48
48
| Wi-Fi Watermeter (Only when powered over USB) | ` HWE-WTR ` | <Badge color = ' hw-green' icon = " mdi:check" detail = ' v1' >Supported</Badge > | <Badge color = ' hw-purple' icon = " mdi:wrench" >In development</Badge > |
49
49
| Wi-Fi kWh Meter (1 phase) | ` HWE-KWH1 ` and ` SDM230-wifi ` | <Badge color = ' hw-green' icon = " mdi:check" detail = ' v1' >Supported</Badge > | <Badge color = ' hw-purple' icon = " mdi:wrench" >In development</Badge > |
50
50
| Wi-Fi kWh Meter (3 phase) | ` HWE-KWH3 ` and ` SDM630-wifi ` | <Badge color = ' hw-green' icon = " mdi:check" detail = ' v1' >Supported</Badge > | <Badge color = ' hw-purple' icon = " mdi:wrench" >In development</Badge > |
51
51
| Energy Display | ` HWE-DSP ` | <Badge color = ' hw-grey' icon = " mdi:close" >Not planned</Badge > | <Badge color = ' hw-purple' icon = " mdi:wrench" >In development</Badge > |
52
- | Plug-In Battery | ` HWE-BAT ` | <Badge color = ' hw-grey' icon = " mdi:close" >Not planned</Badge > | <Badge color = ' hw-purple ' icon = " mdi:wrench " >In development </Badge > |
52
+ | Plug-In Battery | ` HWE-BAT ` | <Badge color = ' hw-grey' icon = " mdi:close" >Not planned</Badge > | <Badge color = ' hw-orange ' icon = " mdi:test-tube " detail = ' 2.0.0 ' >Beta </Badge > |
53
53
54
54
## We are Hiring
55
55
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ import PreliminaryWarning from '@site/src/components/PreliminaryWarning.js'
15
15
<Badge color = ' hw-purple' icon = ' mdi:wrench' subtext = ' In development' >Energy Display</Badge >
16
16
<Badge color = ' hw-purple' icon = ' mdi:wrench' subtext = ' In development' >kWh Meter</Badge >
17
17
<Badge color = ' hw-purple' icon = ' mdi:wrench' subtext = ' In development' >Watermeter</Badge >
18
- <Badge color = ' hw-purple ' icon = ' mdi:wrench ' subtext = ' In development ' >Plug-In Battery</Badge >
18
+ <Badge color = ' hw-green ' icon = ' mdi:check ' subtext = ' Supported ' >Plug-In Battery</Badge >
19
19
<br />
20
20
<sub >_ See [ Supported Devices] ( /docs/introduction#devices ) for more information._ </sub >
21
21
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ import PreliminaryWarning from '@site/src/components/PreliminaryWarning.js'
15
15
<Badge color = ' hw-purple' icon = ' mdi:wrench' subtext = ' In development' >Energy Display</Badge >
16
16
<Badge color = ' hw-orange' icon = ' mdi:check' subtext = ' Supported in v1' >kWh Meter</Badge >
17
17
<Badge color = ' hw-orange' icon = ' mdi:check' subtext = ' Supported in v1' >Watermeter</Badge >
18
- <Badge color = ' hw-purple ' icon = ' mdi:wrench ' subtext = ' In development ' >Plug-In Battery</Badge >
18
+ <Badge color = ' hw-green ' icon = ' mdi:check ' subtext = ' Supported ' >Plug-In Battery</Badge >
19
19
<br />
20
20
<sub >_ See [ Supported Devices] ( /docs/introduction#devices ) for more information._ </sub >
21
21
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ import PreliminaryWarning from '@site/src/components/PreliminaryWarning.js'
14
14
<Badge color = ' hw-purple' icon = ' mdi:wrench' subtext = ' In development' >Energy Display</Badge >
15
15
<Badge color = ' hw-orange' icon = ' mdi:check' subtext = ' Supported in v1' >kWh Meter</Badge >
16
16
<Badge color = ' hw-orange' icon = ' mdi:check' subtext = ' Supported in v1' >Watermeter</Badge >
17
- <Badge color = ' hw-purple ' icon = ' mdi:wrench ' subtext = ' In development ' >Plug-In Battery</Badge >
17
+ <Badge color = ' hw-green ' icon = ' mdi:check ' subtext = ' Supported ' >Plug-In Battery</Badge >
18
18
<br />
19
19
<sub >_ See [ Supported Devices] ( /docs/introduction#devices ) for more information._ </sub >
20
20
You can’t perform that action at this time.
0 commit comments