serkri / SmartEVSE-3

Smart Electric Vehicle Charging Station (EVSE)
MIT License
71 stars 27 forks source link

Kostal KSEM Integration #70

Closed Schnitzn closed 1 year ago

Schnitzn commented 1 year ago

After successful installation of the SmartEvse with firmware upgrade to Serkri (thanks a lot for the extended functionality) I still fail to get the Modbus communication working out --> Error on Serial Communication

Installation was made with direct Modbus connection from the Smart Energy Meter (without Sensorbox). I am wondering if that is caused because in KSEM I can only select 9600 bps 8N2 (not 9600 8N1).

Would it be possible to integrate Kostal Smart Energy Meter (KSEM) Settings into the SmartEvse?

SmartEvse NoCom KSEM Modbus Settings https://www.kostal-solar-electric.com/de-de/produkte/zubehoer/smart-energy-meter/-/media/document-library-folder---kse/2020/12/15/13/54/ba_kostal_interface_ksem_en.pdf

dingo35 commented 1 year ago

It is a very strange, non-standard decision of the manufacturer to demand 2 stopbits when no parity bits are configured. The SmartEVSE is all standardized on 8N1 modbus usage, as are most modbus devices. We will not modify this standard.

If you want you could adapt the firmware yourself, but we would not recommend it.