andig
andig
Refs https://github.com/evcc-io/evcc/issues/21921 Questions: - [ ] what's the right way to add external HTTP resources (we don't want to proxy these, so no handler) - [ ] ist number-loadpoints a...
Add an additional method to access protected API endpoints via API key. This makes automation for these endpoints easier. An API key must be revokable.
If someone wants to grab this: https://github.com/bretterer/home-assistant-rivian https://github.com/the-mace/rivian-python-api/blob/main/src/rivian_python_api/rivian_api.py
Fix https://github.com/evcc-io/evcc/issues/14995#issuecomment-2702003932
Depends on https://github.com/gokrazy/gokrazy/issues/294, https://github.com/tailscale/tailscale/issues/15002
Recently, we have added more and more heating devices: https://github.com/evcc-io/evcc/pulls?q=is%3Apr+is%3Aclosed+label%3Aheating. To simplify implementation we've provided two basic abstractions that allow quickly prototyping new models on top: `heatpump`(power-controller) and `sgready`(2-wire controlled)....
Fix https://github.com/evcc-io/evcc/issues/6144. Replace https://github.com/evcc-io/evcc/pull/19254 - [ ] What happens on manual vehicle change? Overwrite prev SocStart (like title)? Start new session (https://github.com/evcc-io/evcc/pull/19479)? - [ ] What happens if SoC isn't...
From Slack: charger-provided soc (e.h. via EEbus) for otherwise offline vehicle is not taken into account for the planner.
Implement the next iteration for home battery grid charging. The concrete feature set is still in discussion. See: https://github.com/evcc-io/evcc/discussions/16364