Skip to content

Observations on charging start #14

@kaischmitz

Description

@kaischmitz

I recently had a situation where I tried to start charging wia the MQTT gateway, which did not work. I then took a trace of how the original app was subsequently able to successfully start charging.

I have observed the original app making four failed calls every 2 seconds with message id 7, there was an error message returned "The remote control instruction failed, please try again later." and the result code was 4.

The fifth call then succeeded. The returned application data was

$ convert OTAChrgCtrlStsResp F030100000000020
otachrgctrlstsresp OTAChrgCtrlStsResp ::= {
chrgCtrlDspCmd 6,
chrgCtrlResp 2,
bmsDsChrgCtrlDspCmd 0,
bmsDsChrgCtrlResp 0,
ccuEleccLckCtrlDspCmd 0,
ccuEleccLckCtrlResp 0
}

In another situation where charging was blocked by the Wallbox chrgCtrlResp has a value of 0. The result code was also 0.

otachrgctrlstsresp OTAChrgCtrlStsResp ::= {
chrgCtrlDspCmd 6,
chrgCtrlResp 0,
bmsDsChrgCtrlDspCmd 0,
bmsDsChrgCtrlResp 0,
ccuEleccLckCtrlDspCmd 0,
ccuEleccLckCtrlResp 0
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions