Michael Geers
Michael Geers
Integrate in-browse editing of evcc.yaml as a temporary solution until Config UI is done. Depends on ~#9812 (layout, restart, dirty),~ #11732 (security) **Changes** - ✏️ make `evcc.yaml` editable through config...
Since this is a topic that comes up regularly, I'm creating this issue here to funnel requests. Currently, we collect a lot of data (energy, % solar, price, co2, meter...
Add password authentication to secure sensitive configuration data. Limited scope to one "admin" user. - 🔐 admin password can be set via api once(!) - 🎟️ using JWT tokens via...
See https://github.com/evcc-io/evcc/discussions/7235 for more details.
**Is your feature request related to a problem? Please describe.** Would be nice if the chargers overview would also indicate if the evcc implementation supports built-in meter reading. I should...
I'm in the process of activating CSP for a project. Thereby I, or better the browser, noticed that http-client internally uses [`eval()`.](https://github.com/mjackson/http-client/blob/master/modules/index.js#L4) I haven't quite figured out why this necessary...
fixes https://github.com/evcc-io/evcc/issues/13869 before after
fixes #8510, #13836 - format percentage values according to language-specific conventions - uses `Intl.NumberFormat` for formatting - uses DIN 5008 for German (see #8510) overview for all existing languages: **English**...
In der Vergangenheit ist mehrfach diskutiert worden [1](https://github.com/evcc-io/evcc/pull/6564), [2](https://github.com/evcc-io/evcc/pull/8480#discussion_r1233007182) wie die Kombination aus Zahl und Prozentzeichen dargestellt werden soll (88% vs 88 %). Aktuell verwenden wir konsistent die Schreibweise ohne...
Replaces https://github.com/evcc-io/evcc/pull/11739 **Goal** - 🐭 make smaller config chunks (tariff, messages, mqtt, ...) editable via UI instead of complete evcc.yaml. - 🚴♀️ create UI and API (endpoints, persistance and initialization)...