Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
andig created a review comment on a pull request on evcc-io/evcc
Die gibt immer einen definierten Status oder Fehler: ```go // ensure RemoteLock is disabled after wake-up b, err := wb.conn.ReadHoldingRegisters(hecRegRemoteLock, 1) if err != nil { ...
andig created a review comment on a pull request on evcc-io/evcc
Das geht so leider nicht. StatusNone ohne Error lässt sich nicht verarbeiten.
andig created a review comment on a pull request on evcc-io/evcc
Ist das ein gültiger, anklickbarer Link? Semikolons in Urls sind egtl. nicht zulässig.
andig created a comment on a pull request on evcc-io/evcc
Ich mache hier zu da die Diskussion völlig OT ist. Danke.
andig created a review comment on a pull request on evcc-io/evcc
Body is an io.Reader. Xml Decoder works on io.Reader. I would appreciate if you just gave it a try. Thank you.
andig pushed 1 commit to main evcc-io/docs
- Templates update for nightly evcc-io/evcc@2a2e5760d49edcd3aea5019497dbdafbd3a7dcbf 622fb88
andig created a review comment on a pull request on evcc-io/evcc
Das kist dann keine gültige Url mehr?
andig closed a pull request on evcc-io/evcc
fix for POST loadpoint /batteryboost/
the other 'boolHandler's all use the `[01truefalse]+` - so I assume the `+` is missing for the batteryboost endpoint? - If this is totally nonesense - please excuse that I have wasted your time - I...andig created a review comment on a pull request on evcc-io/evcc
Obviously xml.NewDecoder(resp.Body)
andig closed a pull request on evcc-io/evcc
Add TeslaBleHttpProxy template
This PR adds a template for the TeslaBleHttpProxy. The proxy uses the official Tesla BLE Api. With the proxy, everything can be controlled locally without using Tesla's HTTP API, which might in...andig created a review comment on a pull request on evcc-io/evcc
Simpler xls.NewDecoder(resp.Body)
andig created a review comment on a pull request on evcc-io/evcc
Status check is already done by client
andig created a review comment on a pull request on evcc-io/evcc
```suggestion ``` Errors must be handled only once- either log or return, not both.
andig created a review comment on a pull request on evcc-io/evcc
Are these headers actually needed or is client.Get sufficient?
andig closed an issue on evcc-io/evcc
enphase: energy and power empty
### Describe the bug My Enphase Envoy API returns the following at the URL `http://{{ .host }}/production.json`: `{"production":[{"type":"inverters","activeCount":22,"readingTime":1734616504,"w...andig pushed 1 commit to master evcc-io/evcc
- Enphase: support for sparse production.json (#17948) In some cases production.json does not list CT meters, not even... 4010d31