Stefan Feilmeier

Results 112 comments of Stefan Feilmeier

@nicoketzer: I do not have time right now to look into this in detail. I am not sure a HTTP-Bridge is a good idea, because it requires an additional OpenEMS...

@lukasrgr FYI, there is a general discussion about this topic in the Community Forum: https://community.openems.io/t/change-energy-channel-assignment-based-on-meter-type/1603

@venu-sagar Could you please do a first review. The approach itself seems to be a good idea. Should it be reused in OpenEMS UI as well? There is `CUMULATED_ACTIVE_TIME`, so...

Thank you @miettal. The PR is ready to get merged after Lukas' review. Unfortunately it has conflicts with develop and I don't have write permissions on the branch. Could you...

If I run: `npm audit fix && npm install && node_modules/.bin/ng lint --fix; node_modules/.bin/tsc && node_modules/.bin/tsc-strict && node_modules/.bin/ng build -c "openems,openems-backend-prod,prod"` I get ``` src/app/shared/utils/array/array.utils.ts(17,21): error TS2345: Argument of type...

@deadrabbit87 Yes... time. Sorry, I'll try to work on it as soon as I find time.

Thank you for the contribution. I'll need some time to review it in detail. Ideally I would like to not add it to the parent Doc directly as it relates...

Sorry, I hardly find time to work on this feature. The two reasons why I don't immediately accept your current implementation: - In `EdgeConfig` we already parse Enums correctly, when...