Skip to content

Commit

Permalink
Clean up whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonacox committed Feb 22, 2022
1 parent 970fd5a commit 4b88f12
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,26 +50,26 @@ You will want to set your local timezone by editing `powerwall.yml`, `influxdb.s
* Edit `powerwall.yml` and look for the section under `pypowerall` and update the following details for your Powerwall:

```yml
PW_PASSWORD: "password"
PW_EMAIL: "email@example.com"
PW_HOST: "192.168.91.1"
PW_TIMEZONE: "America/Los_Angeles"
PW_DEBUG: "yes"
PW_PASSWORD: "password"
PW_EMAIL: "email@example.com"
PW_HOST: "192.168.91.1"
PW_TIMEZONE: "America/Los_Angeles"
PW_DEBUG: "yes"
```

* Start the docker containers

```bash
docker-compose -f powerwall.yml up -d
docker-compose -f powerwall.yml up -d
```

### InfluxDB

* Connect to the Influx database to import setup commands:

```bash
docker exec -it influxdb influx -import -path=/var/lib/influxdb/influxdb.sql
docker exec -it influxdb influx -import -path=/var/lib/influxdb/influxdb.sql
```

Note: the influxdb.sql file is set to use `America/Los_Angeles` as timezone. Use the `tz.sh` script or manually update the database commands above to replace `America/Los_Angeles` with your own timezone.
Expand Down Expand Up @@ -103,10 +103,10 @@ Note: the influxdb.sql file is set to use `America/Los_Angeles` as timezone. Use
Check the logs of the services using:
```bash
docker logs -f pypowerwall
docker logs -f telegraf
docker logs -f influxdb
docker logs -f grafana
docker logs -f pypowerwall
docker logs -f telegraf
docker logs -f influxdb
docker logs -f grafana
```
#### Missing String data?
Expand Down

0 comments on commit 4b88f12

Please sign in to comment.