evcc icon indicating copy to clipboard operation
evcc copied to clipboard

Sonne tanken ☀️🚘

Results 222 evcc issues
Sort by recently updated
recently updated
newest added

Dokumentation: [lastmanagement](https://github.com/hoermto/evcc/blob/feature/lastmanagement1_grid/docs/design/loadmanagement.md) # Forführung Lastmanagement nach den Ideen im PR comment: - Prüfung, ob Gridmeter + phase currents verfügbar sind, sonst Abbruch (wenn maxCurrent definiert und > 0, also LM...

enhancement

If minCurrent or maxCurrent is set on loadpoint and the identified vehicle the final current constraints should by applied with respect to both limitation layers. Example: ``` lp: minCurrent: 6...

bug
enhancement
infrastructure

- This adds support for Elli Charger - Removed EEBUS template and type parameter `forcePVLimits` as it is not needed - Updated EEBUS reference to https://github.com/evcc-io/eebus/pull/2/commits - Added Elli Charger...

enhancement
infrastructure
devices

### Describe the bug Zeitpunkt liegt in der Vergangenheit Fehlermeldung in der UI ![Bild von iOS](https://user-images.githubusercontent.com/39920986/169604263-455508f5-9c2a-4543-a228-446dbb58a690.png) ### Steps to reproduce Zeitzone UTC (Vermutung das es auf UTC gerechnet wird) lokale...

bug

Waiting for feedback from Webasto Support. Shouldn't hurt to keep TQ-DM-100 around.

devices

Fix https://github.com/evcc-io/evcc/issues/3528 Approach: - `min/maxCurrent` are the 3p defaults - `min/maxCurrent1p` are additional 1p defaults; if omitted 3p values apply Todo: - [ ] clarify api - [ ] fix...

enhancement

Refs https://github.com/evcc-io/evcc/discussions/3959

enhancement

As discussed in https://github.com/evcc-io/evcc/discussions/2939 `docker-compose.yml` used for testing: ```yaml version: '3' services: homeassistant: container_name: homeassistant image: "ghcr.io/home-assistant/home-assistant:stable" volumes: - ./config:/config - /etc/localtime:/etc/localtime:ro restart: unless-stopped #privileged: true network_mode: host mosquitto: image:...

enhancement

This PR enables publishing of meter data for auxiliary meters (e.g. string data of multiple inverter/mpp configurations). See this example config: ``` #... meters: - type: template template: sma-home-manager usage:...

devices
needs decision