-
I want to use Raspberry Pi as main microcontroller in an EV Charger.
Is it possible to use this library as OCPP client on Raspberry Pi? @OrangeTux
-
**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
**Describe the solution you'd like**
A …
-
The Zaptec chargers seems to be configured to automatically start charging on connect if a) the car is ready and b) no authorization is needed. Some users might want to have delayed start of charging,…
-
This week, I have made a number of updates needed to incorporate the IRA into our BAU. Many of these were data only updates, but a few places required structural updates. Here's a list of the structur…
-
I want to use Raspberry Pi as main microcontroller in an EV Charger.
Is it possible to use this library as OCPP client on Raspberry Pi? @OrangeTux
-
Thanks so much for providing these instructions! I am new to Home Assistant and I would have had a steep learning curve without them.
I encountered a few things that didn't quite match your documen…
dc42 updated
10 months ago
-
> In my testing, the `sources` within the completed dispatches have always come back as null. I perform some light data transformation with the data that is returned by OE, but all I do is squash it d…
-
It seems we do not handle cp stopping transaction correctly:
```
[site ] DEBUG 2023/05/20 10:55:45 ----
[lp-1 ] DEBUG 2023/05/20 10:55:45 charge power: 3785W
[lp-2 ] DEBUG 2023/05/20 10:55:45…
-
Yah, i know have
> addMeterValueInput
and i founded
```
std::shared_ptr mvSampledData = ArduinoOcpp::declareConfiguration(
"MeterValuesSampledData", "", CONFIGURATION_FN);
*mvSample…
-
**Describe the current behavior**
I am using this ModBus integration and pulling more real-time data than the cloud integration. Works great for my inverter and meter.
**What …