Michael Unterkalmsteiner
Michael Unterkalmsteiner
I'd rather use the upstream name "stagger" rather than "stockholm". Then, I've followed the naming scheme from stanford NLP, i.e.: - artifactId: de.tudarmstadt.ukp.dkpro.core.stagger-gpl - folder name: dkpro-core-stagger-gpl - package name:...
@reckart Indeed. I'll check the email you sent me on December 1 2016 with instructions on how to package the model. I think this was the last thing that was...
@reckart Very sorry for the noise. Please close.
@lbbrhzn I see! There is definitely something I can peek/reuse from, in particular since I'm new to the project and don't know the code base well. Since this is quite...
> Your proposal sounds fine to me! I really appreciate your help! Thanks! > > A tag is and RFID card or fob, that get scanned by the charge point....
Ok, here is the fix (or workaround). Check the ID when the chargepoint connects to the central station and compare it to the configured value (api.py, line 231): ``` if...
Yes, it is just the first statement. `self.cpid` will actually be set to the value one specifies in the `Charge point identity` configuration option. If you look at some lines...
I would submit a patch for this, but I think there needs to be a cleaner, more general solution. IMO, the main problem is that the code seems in some...
Yeah, looks like the load balancer connects (I don't see a connection failure in your logs, though). Here is my config. Charger: both `GaroRemoteCsmsUrl` and `GaroCsmsUrl` are empty. Balancer: `GaroRemoteCsmsUrl`...
Important: load balancing still works with the above configuration in the Garo app. If you configure the charger with the Csms endpoint, then it will connect to HA (if you...