In the cwtid.xml you will currently be confronted with 2 IDs for the EV Hub.
•Internal ParkID from Flowbird HUB.
The ParkID-AssetID is needed for the EV Hub to uniquely identify a CWT terminal and the charging stations it "controls". The value for ParkID-AssetID is received from the administrator of the EV Hub Server and is constructed form the Park ID and Asset ID as configured in Flowbird HUB.
•CITYID from ArchiPEL.
The CITYID-TERMINALID is needed for the CWT to communicate with ArchiPEL to be able to handle payments.
The TERMINALID mentioned for ArchiPEL is NOT the same as the CWT terminalID! The TERMINALID is the Pay Unit ID from ArchiPEL. |
Warning: Do not start the CWT terminal with a wrong ArchiPEL CITYID or TERMINALID. The Globalcom reader might get faulty which requires shipment back to Flowbird Support. |
Example:
<?xml version="1.0"?>
<cwt xmlns="http://tempuri.org" xmlns:xi="http://www.w3.org/2001/XMLSchema-instance" xi:schemaLocation="http://tempuri.org Cwt\Schemas\cwtid.xsd">
<TERMINAL terminalGuid="{insert guid}" terminalId="{Insert CWT Terminal ID}" terminalLocation="{insert location}">
<payUnit name="Ext1" extPayUnitId="{CITYID-TERMINALID}" />
<payUnit name="Ext2" extPayUnitId="{ParkID-AssetID}" />
</TERMINAL>
</cwt>
•Replace the {insert guid} with the GUID for the terminal as it is listed in WebOffice
•Additionally, add the terminalId and the terminalLocation parameters to be used on the tickets or digital output
•Replace CITYID-TERMINALID with the CITYID and TERMINALID received from ArchiPEL, e.g., "1234-12345678"
•Replace ParkID-AssetID with the Park ID and Asset ID received from EV Hub, e.g., "9887-298265"