Closed ExecuteGK closed 2 years ago
According to the OCPP 1.6 Specification ChargingScheduleAllowedChargingRateUnit
is a required key.
Ref. https://www.oasis-open.org/committees/download.php/58944/ocpp-1.6.pdf
/cc @utsavanand2
Hello. @ExecuteGK,
I had also some trouble with wallbe regarding OCPP. Bit they helped me with a patch and a new firmware. They only tested against their own cloud.
I would contact the support from daheimladen and ask about their input regarding this topic.
Best regards Sebastian
Diagnosis: Daheimladen does not support the OCPP Smart Charging Profile. Maybe @utsavanand2 can confirm?
Hi @andig No we do not support Smart Charging Profile in the firmware of the charging station yet, our chargers only support the core ocpp message types which lets the basics of the charging state, transactions and change of power to function.
I believe this is the reason why @ExecuteGK got the error from the ocpp implementation because the charger is simply not aware of the config key ChargingScheduleAllowedChargingRateUnit
Thank you for the confirmation. @ExecuteGK then the error is as expect. We require the Smart Charging Profile.
Well,
then the implementation is flawed. In the response, the WB states: SupportedFeatureProfiles", "value": "Core,Local Auth List Management,Reservation,Smart Charging,Remote Trigger", "readonly": true
This means that the box states that it supports Smart Charging Profile.
If it doesn't, the Box shouldn't report it as supported.
Regards,
Sebastian
Describe the bug
In order to control a Daheimladen Wallbox within the local network and without the need of an active Internet connection, I redirected the OCPP Backend from the daheimladen cloud to the EVCC Server.
After some tries, I am getting the following error during startup:
The TCP Dump shows the following configurationKeys in the Websocket traffic of the WB:
Using the cloud, the WB can be managed. However, the goal is to have a cloud independent setup so that all charging and home automation works without an active internet connection.
Please let me know if you need more data.
Viele Grüße
Sebastian
Steps to reproduce
Configure ocpp wallbox Start evcc
Configuration details
evcc.yaml entry for the box looks like:
Log details
What type of operating system are you running?
Linux
Version
evcc version 0.96