Skip to content

Commit

Permalink
Add Teison Smart MINI wallbox to supported devices (#1329)
Browse files Browse the repository at this point in the history
  • Loading branch information
malaakso authored Sep 22, 2024
1 parent a84d2fb commit 6f7bd2b
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docs/supported-devices.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,18 @@ match transactions and it won't report some meter values such as session time.
## [Simpson & Partners](https://simpson-partners.com/home-ev-charger/)
All basic functions work properly

## [Teison Smart MINI Wallbox](https://www.teison.com/ac_smart_mini_ev_wallbox.html)
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.

Even though the device accepts all measurands, the working ones are
- `Current.Import`
- `Energy.Active.Import.Register`
- `Power.Active.Import`
- `Temperature`
- `Voltage`

If the devices loses connection to Home Assistant (due to Wi-Fi disconnection or update, for example) it doesn't seem to reconnect automatically. It is necessary to reboot the charger via Bluetooth for it to reconnect.

## [United Chargers Inc. - Grizzl-E](https://grizzl-e.com/about/)
(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.)

Expand Down

0 comments on commit 6f7bd2b

Please sign in to comment.