Christian Lehne
Christian Lehne
I played around and found a possible solution for it. The following patch installs an OSGI-ServiceListener and clears the hashmap whenever a service is changing. With this solution the backend...
Due to hot swapping while debugging I missed an important point. The module also needs to send all values after service has changed (not only the changed ones). With the...
@sfeilmeier Would you please take a final look on it. In my opinion it is ready for merging.
@sfeilmeier I think we are done with the first version of the heater nature. Could someone from your side do a review also? Thank you.
Closed outdated PullRequest. Will create an updated pull request for goecharger
@DerStoecki Could you please add an appropriate Junit Testcase, so that Codecov runs through.
I do not understand, why this PR includes 10 Commits. Sorry for that.
Additional note: I had a discussion with @DerStoecki about this PR. Within OpenEMS the current way is to initialize the statemachine with a state "Undefined" and later switch to a...
@hydroid7 Thanks for your input. I checked the publically available code before the PR and could not find any break in existing code. Only a few components use the onEntry()/onExit()...
> How about: > > ``` > /** > * @deprecated use {@link #onEnter(CONTEXT)} instead. > */ > @Deprecated > public void onEntry(CONTEXT context) { > log.warn("onEntry() is deprecated. Use...