Ecosyste.ms: Timeline

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

evcc-io/evcc

premultiply created a comment on an issue on evcc-io/evcc
Das Problem lässt sich normalerweise gut über ein LM-Circuit entschärfen. Limit des Circuits der Box auf 11 kW und auf 20A setzen. Die Box muss natürlich dann dauerhaft auf den höchsten Phasenstr...

View on GitHub

Bevolf starred evcc-io/evcc
FraBoCH created a review comment on a pull request on evcc-io/evcc
Actually it is crashing indeed => reverted to previous implementation which is generating a proper error when no pin is configured.

View on GitHub

FraBoCH created a review on a pull request on evcc-io/evcc

View on GitHub

VolkerK62 created a comment on a pull request on evcc-io/evcc
kommt aus https://github.com/evcc-io/evcc/discussions/18052 deshalb meine Vermutung, dass das mit der Umstellung auf `int` zu tun hat.

View on GitHub

Adminius created a comment on an issue on evcc-io/evcc
Im getting since few days 429 also: > [site ] WARN 2025/01/05 17:21:29 planner: tariff not available: cannot create tariff type 'template': cannot create tariff type 'grünstromindex': unexpected...

View on GitHub

naltatis created a comment on a pull request on evcc-io/evcc
Das klingt ja nach einem generellen Problem mit optional Float/Ints ...

View on GitHub

weblate pushed 3 commits to weblate-translation evcc-io/evcc
  • Translated using Weblate (Italian) Currently translated at 100.0% (594 of 594 strings) Co-authored-by: MobilettoSof... a817159
  • Translated using Weblate (French) Currently translated at 100.0% (594 of 594 strings) Co-authored-by: FraBoCH <frab... c5f88c8
  • Translated using Weblate (Swedish) Currently translated at 99.6% (592 of 594 strings) Co-authored-by: Jonas Gate <t... 39054a2

View on GitHub

mucki12 created a comment on an issue on evcc-io/evcc
Ja - ist ein Problem. Damit die Berechnung passt bin ich mittlerweile wieder auf 16A zurück. Mit Phasenumschaltung hat man dann zwar eine kleine Lücke beim Wechsel von 1- auf 3-phasig, aber in Deut...

View on GitHub

premultiply created a comment on an issue on evcc-io/evcc
Bei 0x40A0 passt keine der Beschreibungen in diversen Dokumenten von SAJ. Da geht es nur um Loads (Hausverbrauch). Von der Beschreibung her ergibt nur `0x40A7` oder vielleicht noch `0x40AD` größer...

View on GitHub

FraBoCH created a comment on a pull request on evcc-io/evcc
@andig not creating the controller if pin is empty will create nil pointer exception as TWC3 implementation is trying to call it. `panic: runtime error: invalid memory address or nil pointer dere...

View on GitHub

VolkerK62 opened a pull request on evcc-io/evcc
demo-meter: default für power ergänzt
same as #18064
Schimi1983 opened an issue on evcc-io/evcc
32A Berechnung bei Fahrzeugen die nur 16A können und 3 bzw. 1 Phasig Unterscheidung
HI, mein Ladepunkt (Alfen Single-pro) kann 22kw... der ID.5 (und auch ein Tesla) bei 3 Phasen "nur" 11kw.... Wenn die Wallbox auf 32A steht (22kw)... berechnet er die ladedauer mit einer l...
VolkerK62 opened a pull request on evcc-io/evcc
demo-battery: default für power und soc ergänzt
Obwohl "optional" führt das Weglassen in der Config zu einem Fehler. Vermutlich durch `type: int`? ![image](https://github.com/user-attachments/assets/8fec0661-98d8-4a33-8b1e-f0e6e5d2cc2c)
rklueber created a comment on an issue on evcc-io/evcc
Nein auf beiden Regsiern kommen unterschiedliche Werte. Auf 0x40A7 kommen Werte die nicht passen. Siehe initialer Screenshot. Mit der modification sieht das besser aus bei mir. ![image](https...

View on GitHub

weblate pushed 2 commits to weblate-translation evcc-io/evcc
  • chore: update schema (#17930) e4f8d24
  • Merge remote-tracking branch 'origin/master' c562813

View on GitHub

andig deleted a branch evcc-io/evcc

chore/schema

andig pushed 1 commit to master evcc-io/evcc
  • chore: update schema (#17930) e4f8d24

View on GitHub

andig closed a pull request on evcc-io/evcc
chore: update schema
/cc @naltatis es scheint die Schemata würden nicht enforced (sonst hätte es egtl. vorher einen Fehler geben müssen). War das schon immer so?
andig created a comment on an issue on evcc-io/evcc
<img width="881" alt="Screenshot 2025-01-05 at 13 32 08" src="https://github.com/user-attachments/assets/7005ec73-ae45-4099-8747-bb597c00ed69" /> Danke. Klingt für mich, als wäre 0x40A0 die Inve...

View on GitHub

andig opened a pull request on evcc-io/evcc
Align grid measurements structure with pv and battery
Follow-up to https://github.com/evcc-io/evcc/pull/17943 Use identical structure for grid measurements, drop unused energy total. TODO - [ ] ui @naltatis
andig pushed 1 commit to feat/measurements-2 evcc-io/evcc
  • Use struct for grid measurements 8f0400f

View on GitHub

andig created a branch on evcc-io/evcc

feat/measurements-2 - Solar Charging ☀️🚘

rklueber created a comment on an issue on evcc-io/evcc
[4_5868569929443185242.pdf](https://github.com/user-attachments/files/18310179/4_5868569929443185242.pdf)

View on GitHub

andig created a comment on an issue on evcc-io/evcc
Ich komme mangels Telegram nicht drauf :O

View on GitHub

rklueber created a comment on an issue on evcc-io/evcc
In dem Thread für die HA findet sich (in einem Telegram Chat) ein PDF mit einigen Infos. Aber mehr als die Beschreibung 0x40A0 als "SysTotalLoadWatt" findet sich dort auch nicht. Quelle: https:...

View on GitHub

andig created a review comment on a pull request on evcc-io/evcc
```suggestion func (c *Controller) configureChargeSchedule(schedule *Schedule) { ```

View on GitHub

andig created a review comment on a pull request on evcc-io/evcc
```suggestion func (c *Controller) disableConflictingChargeSchedule(schedule *Schedule) { ```

View on GitHub

andig created a review comment on a pull request on evcc-io/evcc
```suggestion type Schedule struct { ```

View on GitHub

andig created a review comment on a pull request on evcc-io/evcc
```suggestion Schedules []Schedule ```

View on GitHub

Load more