(BootNotification.cpp:83): request has been Rejected
I'm working on the charger, in which the server is developed for Python OCPP. the device is connected to the URL, but the boot notification is rejected. is there any change is standard with these two? I'm adding logs for reference.
serial monitor log: info (Connection.cpp:69): Connected to url: ws://reboltnetwork.com:9071/oGDEI4 17:57:49.806 -> [MO] info (BootNotification.cpp:83): request has been Rejected 17:58:49.870 -> [MO] info (BootNotification.cpp:83): request has been Rejected 17:59:49.914 -> [MO] info (BootNotification.cpp:83): request has been Rejected
@matth-x When Micro ocpp tries to connect to - https://github.com/mobilityhouse/ocpp server. There is problem with the URL.
The path which is suppose to have only the device ID, is also getting in the URL any idea why ?
Seems to be related to #278 which has been fixed in #283