MicroOcpp
MicroOcpp copied to clipboard
Setting one connector
Hello,
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.