Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
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...
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`
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...
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.
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.
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.
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.
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 ...
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.
mfuchs1984 created a comment on an issue on evcc-io/evcc
Ich denke wir sind d'accord :)
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 ...
mfuchs1984 created a comment on an issue on evcc-io/evcc
Kannst es ja temporär auf deinem PC laufen lassen.
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
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`
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?
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
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...
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
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...
mfuchs1984 created a comment on an issue on evcc-io/evcc
@mbuhansen another ocpp trace log, other stuff debug is needed.
mfuchs1984 created a comment on an issue on evcc-io/evcc
Das liegt wohl an der eingestellten CO2 Grenze für sauberes Netzladen.
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....
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...
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.
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-11252216mfuchs1984 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