Skip to content

Commit

Permalink
Fix usage instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
andig committed Aug 13, 2020
1 parent c3c93ea commit f279afd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# evcc

[![Build Status](https://travis-ci.org/andig/evcc.svg?branch=master)](https://travis-ci.org/andig/evcc)
[![Build Status](https://travis-ci.org/andig/evcc.svg?branch=master)](https://travis-ci.org/andig/evcc)
[![Code Quality](https://goreportcard.com/badge/github.com/andig/evcc)](https://goreportcard.com/report/github.com/andig/evcc)
[![Latest Version](https://img.shields.io/github/tag/andig/evcc.svg)](https://github.com/andig/evcc/releases)
[![Pulls from Docker Hub](https://img.shields.io/docker/pulls/andig/evcc.svg)](https://hub.docker.com/r/andig/evcc)


EVCC is an extensible EV Charge Controller with PV integration implemented in [Go](2).

## Features
Expand Down Expand Up @@ -207,7 +207,7 @@ Meters provide data about power and energy consumption. Available meter implemen
- name: sma-home-manager
type: sdm
uri: 192.168.1.4
power: # leave empty for combined import/export power choose obis
power: # leave empty for combined import/export power or choose obis
energy: # leave empty to disable or choose obis 1:1.8.0/1:2.8.0
```

Expand All @@ -217,7 +217,7 @@ Meters provide data about power and energy consumption. Available meter implemen
- name: powerwall
type: tesla
uri: http://192.168.1.4/api/meters/aggregates
meter: site # grid meter: `site`, pv: `solar`, battery: `battery`
usage: site # grid meter: `site`, pv: `solar`, battery: `battery`
```
*Note*: this could also be implemented using a `default` meter with the `http` plugin.
Expand Down

0 comments on commit f279afd

Please sign in to comment.