Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
GrimmiMeloni created a comment on a pull request on evcc-io/evcc
Tested with my circuit controlled charger. Looking good so far. I do not have a 1p cable to test the situation of the actual bug report (charger in 3p, car only taking 1p) though. But at least 1p ...
GrimmiMeloni created a review comment on a pull request on evcc-io/evcc
Nein, braucht es nicht mehr. Habe ich gerade rausgeschmissen.
GrimmiMeloni pushed 1 commit to fix/17280_easeePhaseGetter GrimmiMeloni/evcc
- remove now superflous outputPhase member 5e84428
GrimmiMeloni pushed 2 commits to nightly GrimmiMeloni/evcc
GrimmiMeloni pushed 1 commit to fix/17280_easeePhaseGetter GrimmiMeloni/evcc
- fix improper use of range when iterating 84eaffb
GrimmiMeloni pushed 2 commits to nightly GrimmiMeloni/evcc
GrimmiMeloni pushed 1 commit to fix/17280_easeePhaseGetter GrimmiMeloni/evcc
- remove superflous default initialization 34a92f8
GrimmiMeloni pushed 4 commits to nightly GrimmiMeloni/evcc
- fix ineffective assignment (thank you linter :) ) 054defd
- Revert "fix ineffective assignment (thank you linter :) )" This reverts commit 054defd0c35d84fb6d2b176d6c3c4daebbdab... ea3ca47
- fix ineffective assignment (thank you linter :) ) f0abbd0
- Merge branch 'fix/17280_easeePhaseGetter' into nightly dff14bb
GrimmiMeloni pushed 1 commit to fix/17280_easeePhaseGetter GrimmiMeloni/evcc
- fix ineffective assignment (thank you linter :) ) f0abbd0
GrimmiMeloni pushed 4 commits to nightly GrimmiMeloni/evcc
- add PhaseGetter support for circuit controlled chargers 3d24519
- Revert "add PhaseGetter support for circuit controlled chargers" This reverts commit 3d24519f3cf6621889d4fc275519d56... 0861e69
- Add PhaseGetter support for circuit controlled chargers c4abc48
- Merge branch 'fix/17280_easeePhaseGetter' into nightly 5dd1313
GrimmiMeloni pushed 1 commit to fix/17280_easeePhaseGetter GrimmiMeloni/evcc
- Add PhaseGetter support for circuit controlled chargers c4abc48
GrimmiMeloni created a comment on an issue on evcc-io/evcc
@MaTr74 I need to wait for the car to return to test, before I can ask for the merge. If you are interested, you can grab a current master build including #17326 via the following container image`g...
GrimmiMeloni opened a draft pull request on evcc-io/evcc
Easee: fix PhaseGetter returning used, not configured, phases
fix #17280 marking as draft until I can test it locally later todayGrimmiMeloni pushed 2 commits to nightly GrimmiMeloni/evcc
GrimmiMeloni pushed 269 commits to nightly GrimmiMeloni/evcc
- Ocpp: re-add current getter (#16153) f20855f
- Easee: obey current limits based on charger configuration (#16116) 42fa9d2
- Mqtt: add mTLS authentication using certificates to MQTT (#15563) 0157ea6
- PSA: delete token from settings db if invalid (#16183) 6be3ed0
- Ocpp: support lower case configuration keys (#16186) d5045cc
- Loadpoint: fix race condition accessing soc estimator (#16194) f029779
- Ocpp: send complete confirmation (#16199) c288c9b
- Sunspec: honor scale factors when writing (#16209) 57e1de7
- EEBus: fix invalid missing currents errors (#16223) Fix a scenario were measurements were provided after the last li... 92c1aa3
- Add custom switch socket (#16208) 70f3e14
- Sunspec: reset InOutWRte_RvrtTms for battery control (#16241) 7045c10
- Ocpp: fix get max current scale (#16242) 3d64200
- Ocpp: allow specifying measurements to remove (#16185) 69f6bd1
- Ocpp: support ChargeAmps custom phase switching key (#16244) 161c068
- SofarSolar: add battery discharge control (#16113) b8162aa
- chore: simplify 4f51534
- chore: simplify (#16257) f43cee1
- chore: refactor ocpp handlers and functions from cs to cp (#15967) a6f8605
- Ocpp: fix ignoring measurands from auto configuration (#16254) aa96693
- Ocpp: support Mennekes measurand notation (#16255) 3ca3955
- and 249 more ...
GrimmiMeloni created a branch on GrimmiMeloni/evcc
fix/17280_easeePhaseGetter - Sonne tanken βοΈπ
GrimmiMeloni created a comment on an issue on evcc-io/evcc
Thanks @premultiply. @MaTr74 congrats, you found a bug. ;) I'll prepare a PR in a sec to fix this.
GrimmiMeloni created a comment on an issue on evcc-io/evcc
> My question would be what exactly was the reason for pausing and resuming the session? Realy the phase mismatch or the max current mismatch? Definitely the phase mismatch. That is because in ...
GrimmiMeloni created a comment on a pull request on evcc-io/evcc
> FYI, the following configuration worked for me with this PR: Thanks for trying it out. ππ»ππ»
GrimmiMeloni created a comment on an issue on evcc-io/evcc
Some more remarks. "Something" is clearly starting Loadpoint-1 without evcc knowing about it. Depending on your configuration the box might automatically start on connection (if authentication on t...
GrimmiMeloni created a comment on an issue on evcc-io/evcc
At first glance this reminds me of https://github.com/evcc-io/evcc/pull/16116. When the Easee is requested more Amps than physcially configured, it does not ignore the request, but instead crashes...
GrimmiMeloni created a comment on an issue on evcc-io/evcc
Hier sieht man bereits in den Screenshot die Timeouts. Wenn es sonst funktioniert hat, wΓΌrde ich hier erstmal auf ein Easee seitiges Problem tippen. Falls es andauert kann es ggf. noch einen Versuc...
GrimmiMeloni created a comment on a pull request on evcc-io/evcc
Regarding my previous comment > Don't we still need the cmdline execution parts from the former script implementation? I now connected the dots, of the `registry` looking up the `provider` (f...
GrimmiMeloni created a comment on a pull request on evcc-io/evcc
@andig this change is based on feedback by the vendor. More details (if needed) in the linked thread.
GrimmiMeloni created a review comment on a pull request on evcc-io/evcc
Does the compiler inline such adhoc struct definitions? Or are we potentially paying a price (mem(leak?), performance ) if many messages are sent and this gets executed over and over?
GrimmiMeloni created a review comment on a pull request on evcc-io/evcc
```suggestion // NewConfigurable creates a new Messenger ```
GrimmiMeloni created a review on a pull request on evcc-io/evcc
Don't we still need the cmdline execution parts from the former script implementation?
GrimmiMeloni created a review on a pull request on evcc-io/evcc
Don't we still need the cmdline execution parts from the former script implementation?
GrimmiMeloni pushed 28 commits to master GrimmiMeloni/evcc
- Planner: fix slot comparison (#17146) bcc4052
- Site: show vehicle detection warning only if no identifiers configured 9887fec
- chore: simplify topics e451464
- chore: use api error 6626ac5
- Polestar: upgrade api 355c0e3
- Add Zendure (#17149) 189a3cf
- chore: fix spelling 2a68ab6
- chore: fix spelling fe2978d
- Ocpp: reduce trace logs ba75820
- Add Homewizard kWh meter (#17150) 32332fe
- chore: fix calling Docker entrypoint with arguments (#17163) 0071550
- chore: fix qcells-hybrid-cloud template b303626
- Translations update from Hosted Weblate (#16987) * Translated using Weblate (Danish) Currently translated at 100.... 7e6e9bc
- BMW: add coarsecurrent (#17170) 6c9ae85
- Pun: fix logging and error handling 552cdcf
- chore: simplify 70294d1
- chore: skip test 8766a62
- chore: skipt energinet test b0cbffe
- Config UI: better device currents (#17179) 651b155
- Fix: Make Advanced Settings Text Translatable #17220 (#17221) 31373f9
- and 8 more ...