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
I'm testing microocpp stack with only one connector. I don't how to set it:
When I change MO_NUMCONNECTORS from 2 to 1, it is booting fast but doesn't work with MONTA API.
SETUP:
`#ifndef MO_NUMCONNECTORS
#define MO_NUMCONNECTORS 1
#endif
#define OCPP_ID_OF_CP 0
#define OCPP_ID_OF_CONNECTOR 1ERROR:[MO] info (MicroOcpp.cpp:377): initialized MicroOcpp v1.2.0
[MO] ERROR (Model.cpp:128): connector with connectorId 1 does not exist
[MO] ERROR (MicroOcpp.cpp:709): could not find connector
[MO] ERROR (Model.cpp:128): connector with connectorId 1 does not exist
[MO] ERROR (MicroOcpp.cpp:600): could not find connector`
I need help with that.
The text was updated successfully, but these errors were encountered:
Hello,
I'm testing microocpp stack with only one connector. I don't how to set it:
SETUP:
`#ifndef MO_NUMCONNECTORS
#define MO_NUMCONNECTORS 1
#endif
#define OCPP_ID_OF_CP 0
#define OCPP_ID_OF_CONNECTOR 1
ERROR:
[MO] info (MicroOcpp.cpp:377): initialized MicroOcpp v1.2.0[MO] ERROR (Model.cpp:128): connector with connectorId 1 does not exist
[MO] ERROR (MicroOcpp.cpp:709): could not find connector
[MO] ERROR (Model.cpp:128): connector with connectorId 1 does not exist
[MO] ERROR (MicroOcpp.cpp:600): could not find connector`
I need help with that.
The text was updated successfully, but these errors were encountered: