Skip to content

Commit

Permalink
Merge pull request #3 from tomz00/master
Browse files Browse the repository at this point in the history
Fix some typos and grammar
  • Loading branch information
PovilasID authored Nov 18, 2023
2 parents 873d5a5 + 22374f0 commit edaf58f
Showing 1 changed file with 5 additions and 5 deletions.
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

0 comments on commit edaf58f

Please sign in to comment.