At the moment, Foccci/Clara only support the DIN schema for the high level communication (din:70121:2012). This is fine for most use cases. However, the limitation of the DIN is, that the maximum voltage is 500V, reported by the charger. To use higher voltages, we need to step to the ISO15118, which should support up to 1000V.
The initial discussion of this topic is here:
viewtopic.php?p=70690#p70690
The try, to integrate the ISO2 (aka ISO15118:2:2016), resulted in massive memory overflow (ROM and RAM), due to the needs of the OpenV2G EXI decoder. Even with some optimizations, it is unlikely that this fits into the available 512K ROM and 64K RAM. A bigger controller would be necessary.
Luckily, there is also a ISO1 variant (aka iso 15118:2:2013) of the EXI decoder, and this consumes less ressources. It should contain everything which is necessary, also the KIA EV6 uses this schema.
An experimental software is in work, still untested and some open todos.
https://github.com/uhi22/ccs32clara/tree/iso-test