You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[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.
55
55
56
+
## [EN+ Caro Series Home Wallbox](https://www.en-plustech.com/product/caro-series-wallbox/)
57
+
Note the charger's serial number - this is the number that you need to specify for the `Charge point identity` when you configure the OCPP integration in Home Assistant. If required, re-configure this with the correct Charge point identity (by removing and re-adding the integration) to change from the default `charger` Charge point identity before configuring the charger.
58
+
59
+
Connect to the charger's access point (AP) by powering down the charger (i.e. switch off the charger's isolator or circuit breaker) and powering it back on a few seconds later. The charger's accesss point becomes available for 15 minutes, and the SSID matches the chargers serial number (starting with SN). Log in to the configuration interface on the IP address 192.168.4.1.
60
+
61
+
If doing this from a phone, you may need to set the phone to _Flight Mode_ first, and enable WiFi if required to enable the rest of the configuration to complete.
62
+
63
+
The username and password for the web interface are provided in the charger manual (case sensitive).
64
+
65
+
Configure the network mode to WiFi or Ethernet, and (in the field with an icon that looks like a router with three aerials) enter the address of your Home Assistant server including the port and protocal (e.g. `ws://myhomeassistant.tld:9000` or `wss://myhomeassistant.tld:9000` if you are using secure sockets).
66
+
67
+
The charger user interface will append the serial number when you leave the field - this is correct and expected.
68
+
69
+
Save, and the charger will reboot.
70
+
71
+
Reconnect to the charger's SSID, and log in again to 192.168.4.1 to confirm that the Network Status is online. This confirms that charger has an internet connection via Ethernet or WiFi and is connected to your OCPP server in Home Assistant. Once enabled, charger doesn't connect to the vendor server anymore and can be controlled only from Home Assistant or locally via Bluetooth.
72
+
73
+
Even though the device accepts all measurands, the key working ones are
74
+
-`Current.Import`
75
+
-`Current.Offered`
76
+
-`Energy.Active.Import.Register`
77
+
-`Voltage`
78
+
-`Transaction.ID`
79
+
80
+
You may wish to disable sensors that show Unknown after you've completed a charging session as they will never provide data with the current firmware 1.4.859.
81
+
56
82
## [Etrel - Inch Pro](https://etrel.com/charging-solutions/inch-pro/)
57
83
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
58
84
authorization type to either `Central system only` or `Charger whitelist and central system` otherwise the OCPP integration won't
0 commit comments