Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

mfuchs1984

mfuchs1984 created a comment on an issue on evcc-io/evcc
@andig ich habe mir die logs hier und in https://github.com/evcc-io/evcc/discussions/17920 angeschaut und soweit ich glaube verstanden, was das Problem ist. 1. Die Wallbox kann, wie @premultiply w...

View on GitHub

mfuchs1984 created a comment on an issue on evcc-io/evcc
Abgesehen vom fehlenden sponsortoken, warum hast du das drin? `metervalues: Energy.Active.Import.Register`

View on GitHub

mfuchs1984 created a comment on an issue on evcc-io/evcc
`[main ] FATAL 2024/12/31 11:49:57 cannot create charger 'my_charger': cannot create charger type 'template': cannot create charger type 'ocpp': sponsorship required, see https://github.com/evcc-io...

View on GitHub

mfuchs1984 created a comment on an issue on evcc-io/evcc
Denke nicht, dass das mit der API zusammenhängt, es ist ein loadpoint Event. Kannst ja eine Diskussion mit vollständigem Log dazu aufmachen.

View on GitHub

mfuchs1984 created a comment on an issue on evcc-io/evcc
Do you also have sma equipment? There are several older issues with this error message, all that I found are related to sma.

View on GitHub

mfuchs1984 created a comment on an issue on evcc-io/evcc
There is a pull request for it https://github.com/evcc-io/evcc/pull/17354 But it was closed since the creator did not respond.

View on GitHub

mfuchs1984 created a comment on an issue on evcc-io/evcc
Im Übrigen kannst du evcc jederzeit mit Home Assistant verbinden und dort verfügbare Geräte auslesen und steuern, sowohl über mqtt als auch über die Home Assistent API.

View on GitHub

mfuchs1984 created a comment on an issue on evcc-io/evcc
@rgo1337 auf Basis deiner Links oben würde ich sagen, die Wallbox ist zwar steuerbar, aber bietet nicht das von evcc benötigte Interface, da weder die Ladeströme noch die Leistung gesteuert werden ...

View on GitHub

mfuchs1984 created a comment on an issue on evcc-io/evcc
{"SupportedFeatureProfiles", "value": "Core, FirmwareManagement, LocalAuthListManagement, Reservation, RemoteTrigger" } Ich denke sie unterstützt das smartCharging Profil einfach nicht.

View on GitHub

mfuchs1984 created a comment on an issue on evcc-io/evcc
Ich denke wir sind d'accord :)

View on GitHub

mfuchs1984 created a comment on an issue on evcc-io/evcc
Bzgl. der Frage > Spannend wäre für mich inhaltlich noch die Frage ob wir die Bedingung ganz rausnehmen oder nur die Repeating Plans ignorieren. Ich denke die aktuelle Implementierung bringt ...

View on GitHub

mfuchs1984 created a comment on an issue on evcc-io/evcc
Kannst es ja temporär auf deinem PC laufen lassen.

View on GitHub

mfuchs1984 created a comment on an issue on evcc-io/evcc
Die Verletzung habe ich hier beschrieben https://github.com/evcc-io/evcc/issues/17585#issuecomment-2518002031

View on GitHub

mfuchs1984 created a comment on an issue on evcc-io/evcc
You should setup the charger to free charging, open, ... If this is not possible, use `remotestart: true`

View on GitHub

mfuchs1984 created a comment on an issue on evcc-io/evcc
Looks like it sends empty measurands `"Power.Active.Import", "value": ""` This is why evcc runs into a timeout. Does it send valid values when a car is connected?

View on GitHub

mfuchs1984 created a comment on an issue on evcc-io/evcc
Maybe you can use `estimate: true` with a huge cache, so evcc will not query the API during charging at all. https://docs.evcc.io/docs/reference/configuration/vehicles#cache

View on GitHub

mfuchs1984 created a comment on an issue on evcc-io/evcc
You can see the API calls and responses triggered by evcc during charging in the log, but the car only updates the SOC after charging. See als https://github.com/evcc-io/evcc/discussions/16547#disc...

View on GitHub

mfuchs1984 created a comment on an issue on evcc-io/evcc
Home Assistant wird das captcha aus Cybersecurity Gründenund versucht ebenfalls, auf BMW zuzugehen https://github.com/home-assistant/core/pull/129667#pullrequestreview-2454563153

View on GitHub

mfuchs1984 created a comment on an issue on evcc-io/evcc
Der Betrieb der Infrastruktur kostet Geld, das lassen sich die Hersteller vergüten. Für die Dienste die die BMW App anbietet, bezahlt man mit dem connected drive Abo. Die externe Schnittstelle läss...

View on GitHub

mfuchs1984 created a comment on an issue on evcc-io/evcc
@mbuhansen another ocpp trace log, other stuff debug is needed.

View on GitHub

mfuchs1984 created a comment on an issue on evcc-io/evcc
Das liegt wohl an der eingestellten CO2 Grenze für sauberes Netzladen.

View on GitHub

mfuchs1984 created a comment on an issue on evcc-io/evcc
See https://github.com/bimmerconnected/bimmer_connected/issues/671 According to this and https://github.com/home-assistant/core/issues/128598#issuecomment-2483846381 A captcha is now needed....

View on GitHub

mfuchs1984 created a comment on an issue on evcc-io/evcc
Same issues with our BMW i4. But it is not related to the EVCC update since 3 hours ago, it worked. Home assistant integration reports the same error ``` Logger: bimmer_connected.api.authentic...

View on GitHub

mfuchs1984 created a comment on a pull request on evcc-io/evcc
> Schreibe ich das in die evcc.yaml? Du musst auf das nächste Nightly oder das nächste Release warten, dann ist die Änderung drin.

View on GitHub

mfuchs1984 opened a pull request on evcc-io/evcc
mennekes-compact.go reduce heartbeat interval to 5 seconds
Ref. https://github.com/evcc-io/evcc/discussions/17087#discussioncomment-11252216
mfuchs1984 pushed 1 commit to patch-2 mfuchs1984/evcc
  • mennekes-compact.go reduce heartbeat interval to 5 seconds Ref. https://github.com/evcc-io/evcc/discussions/17087#di... 95ecf29

View on GitHub

mfuchs1984 created a comment on an issue on evcc-io/evcc
What is the vehicle "RPC22"? The config only shows a "mycar" of type Tesla.

View on GitHub

mfuchs1984 created a comment on an issue on evcc-io/evcc
Think this should help. Afaik, Evcc only checks for existence of welcomecharge in the vehicle config, not for a Boolean value `{{- if .welcomecharge }} features: ["welcomecharge"]`

View on GitHub

mfuchs1984 created a comment on an issue on evcc-io/evcc
Although you have `welcomecharge: false` in the car configs, it seems to start a welcome charge `[lp-1 ] DEBUG 2024/11/06 18:33:53 welcome charge: BMW_X1` Already tried removing the property c...

View on GitHub

mfuchs1984 created a comment on an issue on evcc-io/evcc
@Frintrop die Commander 2 hat einen RFID Reader, richtig?

View on GitHub

Load more