You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue Description:
The web interface does not display all active transactions when multiple transactions are started across different connectors. Transactions initiated on one connector are visible, but subsequent transactions on different connectors do not appear in the interface.
Steps to Reproduce:
Send a StartTransaction message using connectorId 1 and note the transaction on the web interface.
Send another StartTransaction message with connectorId 2, identical in all other aspects.
Observe that the second transaction is not visible in the web interface.
Expected Behavior:
The web interface should display all active transactions regardless of the connector ID, provided each transaction is distinct and properly initiated.
Actual Behavior:
Only the transaction for the first connectorId is displayed on the web interface. Subsequent transactions with different connectorIds are not shown.
Potential Impact:
This could lead to a lack of visibility for station operators, causing confusion and potential mismanagement of charging stations.
I hope this report helps in pinpointing the issue for a swift resolution.
Best regards,
Gaetano Coppoletta
The text was updated successfully, but these errors were encountered:
I can't reproduce the issue. We are using the system in a productive enviroment and our chargers behave like one chargepoint with multiple connectors. And the web UI shows all running transaction correctly.
Did you refresh the UI? There is currently no automatic refresh. The reason could also be broken transactions in the database from previous tests.
I've extended the 1.6 simulator to handle two connectors. Both transactions are handled correctly on the server side and the WebUI shows the correct status of both connectors. It just needs a manual refresh in the browser.
Issue Description:
The web interface does not display all active transactions when multiple transactions are started across different connectors. Transactions initiated on one connector are visible, but subsequent transactions on different connectors do not appear in the interface.
Steps to Reproduce:
StartTransaction
message usingconnectorId
1 and note the transaction on the web interface.StartTransaction
message withconnectorId
2, identical in all other aspects.Expected Behavior:
The web interface should display all active transactions regardless of the connector ID, provided each transaction is distinct and properly initiated.
Actual Behavior:
Only the transaction for the first
connectorId
is displayed on the web interface. Subsequent transactions with differentconnectorIds
are not shown.Potential Impact:
This could lead to a lack of visibility for station operators, causing confusion and potential mismanagement of charging stations.
I hope this report helps in pinpointing the issue for a swift resolution.
Best regards,
Gaetano Coppoletta
The text was updated successfully, but these errors were encountered: