Thomas Vandahl

Results 6 comments of Thomas Vandahl

+1 Generally, the package created by the Eclipse plugin seems to consider the settings from `pom.xml`, but is one directoy level off. Because of the problem mentioned above, I put...

That's sad. What kind of accessory could be used to handle the water level in a cistern, for example?

I use the following Dockerfile that works for me: ``` FROM amazoncorretto:11.0.17-alpine3.16 ENV LANG=C.UTF-8 LC_ALL=C.UTF-8 EXPOSE 8180 WORKDIR /code # Copy the application's code COPY target/steve.jar /code COPY target/libs /code/libs...

I further simplified the patch. It is now even less intrusive (does not use a custom type) and even more lenient. I have tested it to work with my charger....

See my approach for a similar case in https://github.com/lorenzodonini/ocpp-go/pull/240

> Wir haben aber beim "Speicher aus dem Netz laden" genau das gleiche Thema. Die Hausbatterie wird ja mit dem Feature-Set immer mehr zum Loadpoint. Da würde ja die Ladeplanung...