|
@@ -4575,6 +4575,7 @@ int sendMeterValuesRequest(int gun_index)
|
|
|
DEBUG_INFO("sendMeterValuesRequest ...\n");
|
|
|
|
|
|
|
|
|
+
|
|
|
if((ShmOCPP16Data->StartTransaction[gun_index].ResponseTransactionId == 0)&&(ShmOCPP16Data->CsMsg.bits[gun_index].TriggerMessageReq == 0))
|
|
|
{
|
|
|
DEBUG_INFO("NOT SENT METER Vlaue\n");
|
|
@@ -4583,6 +4584,7 @@ int sendMeterValuesRequest(int gun_index)
|
|
|
|
|
|
return result;
|
|
|
}
|
|
|
+ */
|
|
|
|
|
|
if(ShmOCPP16Data->CsMsg.bits[gun_index].TriggerMessageReq == 1)
|
|
|
{
|
|
@@ -15024,7 +15026,7 @@ void SetHeartBeatWithNOResponse(void)
|
|
|
void GetStartTransactionIdTag(int gun_index)
|
|
|
{
|
|
|
memset(StartTransactionIdTagTemp, 0 ,sizeof(StartTransactionIdTagTemp));
|
|
|
- strcpy(StartTransactionIdTagTemp, (const char *)ShmOCPP16Data->StartTransaction[gun_index].IdTag);
|
|
|
+ strcpy((char *)StartTransactionIdTagTemp, (const char *)ShmOCPP16Data->StartTransaction[gun_index].IdTag);
|
|
|
DEBUG_INFO("gun_index=%d StartTransactionIdTagTemp=%s\n",gun_index,StartTransactionIdTagTemp);
|
|
|
}
|
|
|
|
|
@@ -15734,7 +15736,7 @@ void storeTempStopTransaction(int gun_index)
|
|
|
{
|
|
|
sprintf(queuedata,"%d,[%d,\"%s\",\"StopTransaction\",{\"idTag\":\"%s\",\"meterStop\":%d,\"timestamp\":\"%s\",\"transactionId\":%d,\"reason\":\"%s\",\"transactionData\":[{\"timestamp\":\"%s\",\"sampledValue\":[{\"value\":\"%s\",\"context\":\"%s\",\"format\":\"%s\",\"measurand\":\"%s\",\"phase\":\"%s\",\"location\":\"%s\",\"unit\":\"%s\"},{\"value\":\"%s\",\"context\":\"%s\",\"format\":\"%s\",\"measurand\":\"%s\",\"phase\":\"%s\",\"location\":\"%s\",\"unit\":\"%s\"},{\"value\":\"%s\",\"context\":\"%s\",\"format\":\"%s\",\"measurand\":\"%s\",\"phase\":\"%s\",\"location\":\"%s\",\"unit\":\"%s\"},{\"value\":\"%s\",\"context\":\"%s\",\"format\":\"%s\",\"measurand\":\"%s\",\"phase\":\"%s\",\"location\":\"%s\",\"unit\":\"%s\"},{\"value\":\"%s\",\"context\":\"%s\",\"format\":\"%s\",\"measurand\":\"%s\",\"phase\":\"%s\",\"location\":\"%s\",\"unit\":\"%s\"},{\"value\":\"%s\",\"context\":\"%s\",\"format\":\"%s\",\"measurand\":\"%s\",\"phase\":\"%s\",\"location\":\"%s\",\"unit\":\"%s\"}]}]}]"
|
|
|
|
|
|
- ,gun_index
|
|
|
+ ,gun_index + 1
|
|
|
,MESSAGE_TYPE_CALL
|
|
|
,guid
|
|
|
,ShmOCPP16Data->StopTransaction[gun_index].IdTag
|
|
@@ -15791,7 +15793,7 @@ void storeTempStopTransaction(int gun_index)
|
|
|
{
|
|
|
sprintf(queuedata,"%d,[%d,\"%s\",\"StopTransaction\",{\"idTag\":\"%s\",\"meterStop\":%d,\"timestamp\":\"%s\",\"transactionId\":%d,\"reason\":\"%s\",\"transactionData\":[{\"timestamp\":\"%s\",\"sampledValue\":[{\"value\":\"%s\",\"context\":\"%s\",\"format\":\"%s\",\"measurand\":\"%s\",\"phase\":\"%s\",\"location\":\"%s\",\"unit\":\"%s\"},{\"value\":\"%s\",\"context\":\"%s\",\"format\":\"%s\",\"measurand\":\"%s\",\"phase\":\"%s\",\"location\":\"%s\",\"unit\":\"%s\"},{\"value\":\"%s\",\"context\":\"%s\",\"format\":\"%s\",\"measurand\":\"%s\",\"phase\":\"%s\",\"location\":\"%s\",\"unit\":\"%s\"},{\"value\":\"%s\",\"context\":\"%s\",\"format\":\"%s\",\"measurand\":\"%s\",\"phase\":\"%s\",\"location\":\"%s\",\"unit\":\"%s\"},{\"value\":\"%s\",\"context\":\"%s\",\"format\":\"%s\",\"measurand\":\"%s\",\"phase\":\"%s\",\"location\":\"%s\",\"unit\":\"%s\"}]}]}]"
|
|
|
|
|
|
- ,gun_index
|
|
|
+ ,gun_index + 1
|
|
|
,MESSAGE_TYPE_CALL
|
|
|
,guid
|
|
|
,ShmOCPP16Data->StopTransaction[gun_index].IdTag
|
|
@@ -15908,20 +15910,20 @@ void checkTempStopTransaction(int gun_index)
|
|
|
|
|
|
|
|
|
strncpy(connectorStr, str, 1);
|
|
|
- if(atoi(connectorStr) != gun_index)
|
|
|
+ if(atoi(connectorStr) != (gun_index+1))
|
|
|
{
|
|
|
DEBUG_INFO("atoi(connectorStr)=%d\n",atoi(connectorStr));
|
|
|
return ;
|
|
|
}
|
|
|
|
|
|
|
|
|
- strncpy(guid, str+4, 36);
|
|
|
+ strncpy(guid, str+6, 36);
|
|
|
sprintf(tempdata, "StopTransaction,%d", (gun_index));
|
|
|
if(hashmap_operation(0, guid, tempdata) == 1)
|
|
|
{
|
|
|
DEBUG_INFO("StopTransaction mapitem pass\n");
|
|
|
}
|
|
|
- queue_operation(4, guid, str+2 );
|
|
|
+ queue_operation(4, guid, str);
|
|
|
|
|
|
memset(str,0,sizeof str);
|
|
|
}
|
|
@@ -16118,4 +16120,4 @@ void LWS_Send(char * str)
|
|
|
|
|
|
lws_callback_on_writable(wsi_client);
|
|
|
lws_service(context, 100);
|
|
|
-}
|
|
|
+}
|