Skip to content

Commit ae1893a

Browse files
authored
Update supported-devices.md (#1012)
sort alphabetically
1 parent b2db880 commit ae1893a

File tree

1 file changed

+19
-6
lines changed

1 file changed

+19
-6
lines changed

docs/supported-devices.md

Lines changed: 19 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,27 +4,40 @@ Supported devices
44
All OCPP 1.6j compatible devices should be supported, but not every device offers the same level of functionality. So far, we've tried:
55

66
## [ABB Terra AC-W7-G5-R-0](https://new.abb.com/products/6AGC082156/tac-w7-g5-r-0)
7+
78
## [ABB Terra AC-W11-G5-R-0](https://new.abb.com/products/6AGC082156/tac-w11-g5-r-0)
9+
810
## [Alfen - Eve Single Pro-line](https://alfen.com/en/ev-charge-points/alfen-product-range)
11+
912
## [Alfen - Eve Single S-line](https://alfen.com/en/ev-charge-points/alfen-product-range)
13+
1014
## [CTEK Chargestorm Connected 2](https://www.ctek.com/uk/ev-charging/chargestorm%C2%AE-connected-2)
1115
[Jonas Karlsson](https://github.com/jonasbkarlsson) has written a [getting started guide](https://github.com/jonasbkarlsson/ocpp/wiki/CTEK-Chargestorm-Connected-2) for connecting CTEK Chargestorm Connected 2.
16+
17+
## [Etrel - Inch Pro](https://etrel.com/charging-solutions/inch-pro/)
18+
To allow a custom OCPP server such as HA to set up a transaction ID, it is necessary to set under Users > Charging Authorization the
19+
authorization type to either `Central system only` or `Charger whitelist and central system` otherwise the OCPP integration won't
20+
match transactions and it won't report some meter values such as session time.
21+
1222
## [EVBox Elvi](https://evbox.com/en/ev-chargers/elvi)
23+
1324
## [EVLink Wallbox Plus](https://www.se.com/ww/en/product/EVH3S22P0CK/evlink-wallbox-plus---t2-attached-cable---3-phase---32a-22kw/)
25+
1426
## [Evnex E Series & X Series Charging Stations](https://www.evnex.com/)
1527
(Ability to configure a custom OCPP server such as HA is being discontinued)
28+
1629
## [United Chargers Inc. - Grizzl-E](https://grizzl-e.com/about/)
1730
(has some defects in OCPP implementation, which can be worked around. See [User Guide](https://github.com/lbbrhzn/ocpp/blob/main/docs/user-guide.md) section in Documentation for details.)
31+
32+
## [V2C Trydan](https://v2charge.com/trydan)
33+
34+
## [Vestel EVC04-AC22SW](https://www.vestel-echarger.com/EVC04_HomeSmart22kW.html)
35+
1836
## [Wallbox Pulsar](https://wallbox.com/en_uk/wallbox-pulsar)
1937
The Wallbox Pulsar Max has been verified.
2038
In the OCPP-config, leave the password field empty.
21-
## [Vestel EVC04-AC22SW](https://www.vestel-echarger.com/EVC04_HomeSmart22kW.html)
22-
## [V2C Trydan](https://v2charge.com/trydan)
23-
## [Etrel - Inch Pro](https://etrel.com/charging-solutions/inch-pro/)
24-
To allow a custom OCPP server such as HA to set up a transaction ID, it is necessary to set under Users > Charging Authorization the
25-
authorization type to either `Central system only` or `Charger whitelist and central system` otherwise the OCPP integration won't
26-
match transactions and it won't report some meter values such as session time.
2739

40+
## Others
2841
When a charger is not listed as a supported charger it simply means that it has not been reported to work. Whether it will work or not in practice really depends on whether it is compliant with the OCPP standard. Some vendors claim their device is compliant without bothering to do a compliance test, because that takes time and costs money!
2942

3043
When it is fully compliant, then it should work out of the box, since the ocpp integration is designed to work for fully compliant chargers. Any issues should be reported, and we will do out best to analyze them. In some cases modifications or workarounds may be needed. As long as these workarounds do not break compliance to the OCPP standard they can be added to this repository.

0 commit comments

Comments
 (0)