Stefan Feilmeier

Results 40 comments of Stefan Feilmeier

Hallo @DerStoecki, vielen Dank schon mal für den ausgezeichneten, ausführlich dokumentierten Pull-Request. Ich verlinke an der Stelle auch gleich noch den sehr guten Erklärungsthread im Community Forum: https://community.openems.io/t/consolinnos-warmesektor-und-spater-emob-kommt-zu-openems-step-by-step/813?u=stefan.feilmeier Die Funktion...

Noch ein Punkt: den Namespace `io.openems.*.api` verwenden wir eigentlich für OpenEMS Natures, also Meter, ESS, etc. Den Timer könnten wir als Kern-Funktion von OpenEMS Edge auch in `io.openems.edge.common` verschieben. Gib...

Ok, das mit `io.openems.edge.common` war leider nur die halbe Wahrheit. Services dürfen nicht im commons liegen, weil der geteilte Classpath hier zu Problemen führen würde. Die Implementierungen habe ich deshalb...

Hi. We (FENECON) do not currently plan to implement this. Techically the feature would be similar to what is already implemented for the Grid-Optimized-Charge-Controller. The Controller uses predictions for Consumption...

As a note to future readers, as I just had the same issue: The `rm: true` option deletes the entire `target` directory and not only its contents (see also #128)....

@da-Kai I'd appreciate if you could review this after your holiday. See Community-Post for reference: https://community.openems.io/t/maven-artifact-repository/2482/7

Can you please update the code. Aftewards please set @michaelgrill as a first reviewer for the HTTP-Bridge part. We might have to split this into multiple PRs, because different reviewers...

@michaelgrill: Der Code muss noch aufgeräumt werden, aber kannst du dir bitte schon mal die HTTP-Bridge-Erweiterungen anschauen?

Is this something you are actively working on? I believe (better) SMA support would be generally nice to have in OpenEMS. > Implementation of SMA STP 10.0 Hybrid ESS. >...