Stefan Feilmeier

Results 40 comments of Stefan Feilmeier

There is a workaround here: https://github.com/jwadhams/json-logic-js/issues/35#issuecomment-411625940

This video shows the procedure of the installation assistant: https://youtu.be/GduyiJHvqik?t=654

Hi @zoesn89, there should be a more detailed error message somewhere in the logs. Unfortunately I just realized, that it is only a plain `System.out.println`, but maybe you can still...

Hi @iHamzaaK. Thanks for getting in touch. The documentation for that feature is unfortunately particularly bad, and I have not worked with it for quite a while, sorry. According to...

Thank you for the fix. Unfortunately changing the xref seems to break the Antora build at https://openems.github.io/openems.io/openems/latest/edge/deploy.html. I am yet to find out, how I can make it work in...

@fabianfnc: Looks strange. Have you seen that before? Any idea?

Hi @zoesn89, there might be an error because of the two timedata providers (Timedata.InfluxDB and Timedata.RRD4j). I am not sure this setup is properly tested. What happens if you disable...

Yes, that looks good. Have you tried disabling one Timedata service? And do you have data in InfluxDB for the energy channels?

Hmm... the lower-case `ess` matches with `private EssFeneconCommercial40 ess;`, so it should be ok?! https://github.com/OpenEMS/openems/blob/df5eaf216d7a2456e216c83ea469c7f08d8289d1/io.openems.edge.ess.fenecon.commercial40/src/io/openems/edge/ess/fenecon/commercial40/charger/EssDcChargerFeneconCommercial40Pv1Impl.java#L54-L55

@sebastianasen This is an incompatible update. Build currently fails with: ``` io.openems.edge.evcs.ocpp.server/src/io/openems/edge/evcs/ocpp/server/MyJsonServer.java:82: error: is not abstract and does not override abstract method authenticateSession(SessionInformation,String,byte[]) in ServerEvents this.server.open(ip, port, new ServerEvents() {...