13.1.34. YetiDriver

Driver module for the YETI hardware v1.0

For a detailed handwritten documentation see here

13.1.34.1. Module Configuration

serial_port:string <optional>
default: “/dev/ttyUSB0”
Serial port the Yeti hardware is connected to
baud_rate:integer <optional>
default: 115200
Serial baud rate to use when communicating with Yeti hardware
reset_gpio_chip:string <optional>
default: “gpiochip0”
Reset GPIO chip to use to HW reset Yeti. If set to empty string, it is disabled.
reset_gpio:integer <optional>
default: 27
GPIO line to use to reset Yeti
caps_min_current_A:integer <optional>
default: -1
Minimal current on AC side. For AC this is typically 6, but for HLC this can be less. -1 means use limit reported by HW.

13.1.34.2. Provides

powermeter:powermeter
provides the Yeti Internal Power Meter
board_support:evse_board_support
provides the board support Interface to low level control control pilot, relais, motor lock
rcd:ac_rcd
RCD interface of the onboard RCD
connector_lock:connector_lock
Interface for the motor lock

13.1.34.3. Metadata

13.1.34.3.1. Authors

Cornelius Claussen
Kai-Uwe Hermann
Thilo Molitor
Anton Wöllert

13.1.34.3.2. License