RAPI / WIFI APIs to know when charging cable is connected/disconnected

Hello,

I developped some plugin for OpenEVSE/EmonEVSE chargers on Jeedom home automation system.
It’s working on the ‘old’ RAPI interface and also on the ‘new’ WIFI interface APIs.
To start or stop a charge manually, I use:
‘rapi=$FE’ or ‘override’ state = active to start a charge
‘rapi=$FD’ or ‘override’ state = disabled to stop a charge
This works fine but when the charger is in ‘disabled’ state then I could not find a method to check if the charging cable is connected or not to the vehicle… but if the charger is in ‘active’ state then methods to get the cable connection state works fine.
Can you you help / give me some advise?

Thx,

Sebastien