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
These are a discontinued (but cheap) 7kw 1PH smart charger, with an OCPP implementation that's seemingly quite close to standard, and tolerent.
103
+
Mine works well with the plugin, OCPP setup is done through the local AP-Wifi. The admin panel password is admin.
104
+
A few plugin tweaks to get full functionality...
105
+
- Force SMART mode, to allow setting charge rates (use action ocpp.set_charge_rate) and retreiving meter values (use action ocpp.trigger_custom_message)
106
+
- Manually specify the Measurands
107
+
- Voltage
108
+
- Temperature
109
+
- Current.Offered
110
+
- Current.Import
111
+
- Power.Active.Import
112
+
- Energy.Active.Import.Register
113
+
- Create an automation triggering action: ocpp.trigger_custom_message with requested_message set to MeterValues on a schedule of your choice to retrieve the Measurands.
114
+
- Optionally create an automation updating the hearbeat interval (you have to set a value different to the one in the chargepoint) when the chargepoint reboots.
115
+
- I haven't tested using secure mode.
116
+
- If you have problems with charging profiles, check your firmware version is 1.6.3 (the latest in Mar 2025)
117
+
- Firmware updates can be done through the app, by reconnecting the charger to the original OCPP backend (wss://cpc.uk.charge.ampeco.tech:443/syncev/) and if it says you're on the latest, call them (+44 1952 983 940) to get it updated.
118
+
101
119
## [Teison Smart MINI Wallbox](https://www.teison.com/ac_smart_mini_ev_wallbox.html)
102
120
Use *My Teison* app to enable webSocket. In the socket URL field enter the address of your Home Assistant server including the port. In the socket port field enter *ocpp1.6* for insecure connection or *socpp1.6* for secure connection with certificates. Once enabled, charger doesn't connect to the vendor server anymore and can be controlled only from Home Assistant or locally via Bluetooth.
0 commit comments