Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix some typos and grammar #3

Merged
merged 1 commit into from
Nov 18, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ services:
- TAPO_PASSWORD=CHANGE_ME
- PORT=9333 # optional
```
Create tapo.yaml and list P110 ips/names that expoerter will be able to reach them.
You can check it in the tapo app -> the plug -> gear in top right -> "Device info": IP address OR in your router Wifi router DHCP leases) tip: make a lease static
Create tapo.yaml and list P110 ips/names that exporter will be able to reach them.
You can check it in the Tapo App -> the plug -> gear in top right -> "Device info": IP address OR in your router Wifi router DHCP leases) tip: make a lease static
```yml
devices:
study: "192.168.1.102"
Expand All @@ -34,7 +34,7 @@ Run the exporter
```console
docker compose up -d
```
Add exporter to Prometheus by adding a job (replace 127.0.0.1 your exporter machine) :
Add exporter to Prometheus by adding a job (replace 127.0.0.1 with your exporter machine):

```yml
scrape_configs:
Expand All @@ -44,7 +44,7 @@ scrape_configs:
labels:
machine: 'home'
```
Import Grafa dashboard json Energy monitoring-1664376150978.json for latest update or just import from by pasting [id 17104](https://grafana.com/grafana/dashboards/17104-energy-monitoring/)
Import Grafana dashboard (JSON) - Energy monitoring-1664376150978.json for latest update, or just import by pasting [id 17104](https://grafana.com/grafana/dashboards/17104-energy-monitoring/)

### Building from srouce
```console
Expand All @@ -57,7 +57,7 @@ Run the exporter
```console
docker compose up -d
```
Add to Prometheus and import grafana
Add to Prometheus and import Grafana
## Exposed Metrics

```
Expand Down
Loading