It is highly probable that you are referring to one of the following two scenarios:
Below is text covering the most likely candidate (the LED Display Driver), followed by a brief overview of the OCPP alternative. ocpp-809 driver
Hobbyists using the "QC809" control board to build a 22kW AC charger need a software bridge. The open-source community (EVerest, OpenEVSE) uses 809 drivers to allow the DIY charger to appear as legitimate OCPP hardware on networks like Shell Recharge. It is highly probable that you are referring
NotifyEVChargingSchedule and NotifyEVChargingNeeds improves bi-directional grid interaction.While "809" is not an official OCPP version (we have 1.5, 1.6, 2.0, 2.1), in the hardware driver context, "809" usually refers to: A Typo for "OCP-809": You are looking for
Therefore, an ocpp-809 driver is the middleware that takes the raw voltage, current, and state data from an older 809-based controller and converts it to JSON payloads over WebSockets (OCPP).
Legacy 809 drivers often only report energy (kWh) at the end of a session. A modern OCPP-809 driver supports Transaction Meter Values (Sampledata), sending voltage and current every 60 seconds to satisfy European MID compliance.