Skip to content

Commit 693c018

Browse files
authored
Merge pull request #25 from JasperE84/v2.0.1-dev
Readme fix
2 parents 13bb86c + 1bf0dd1 commit 693c018

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Multiple parallel fusionsolar kiosk configurations are supported, and multiple d
1111
# Installation
1212
This project is mostly used as a Docker container and fetches its config from environment variables. The file `main.py` can also be started from a python3 environment, after running `pip install -r requirements.txt` and renaming `.env.example` to `.env`. PyFusionSolarDataRelay will then load the environment files from this file, overriding any environment variables already set.
1313

14-
Check out [examples/docker-compose.yml](https://github.com/JasperE84/PyFusionSolarDataRelay/blob/main/Examples/docker-compose.yml) for a docker configuration example.
14+
Check out [examples/docker-compose.yml](https://github.com/JasperE84/PyFusionSolarDataRelay/blob/main/examples/docker-compose.yml) for a docker configuration example.
1515

1616
[![Docker](https://img.shields.io/badge/docker-%230db7ed.svg?style=for-the-badge&logo=docker&logoColor=white)](https://hub.docker.com/r/jsprnl/pyfusionsolardatarelay)
1717

@@ -26,7 +26,7 @@ FusionSolar features a kiosk mode. When enabled, a kiosk url is generated which
2626

2727
# About PVOutput.org
2828
[PVOutput.org](https://pvoutput.org/) is a free service for sharing and comparing PV output data.
29-
![PVOutput dashboard screenshot](./Examples/pvoutput-measurement-result-example.png)
29+
![PVOutput dashboard screenshot](./examples/pvoutput-measurement-result-example.png)
3030

3131
# About InfluxDB
3232
[InfluxDB](https://www.influxdata.com/) is an open source time series database on which dashboards can easily be built. For instance using [Grafana](https://grafana.com/)
@@ -43,7 +43,7 @@ Once everything is configured, solar data will flow as follows:
4343

4444
`[FusionSolar (Kiosk/Northbound) API] --> [PyFusionSolarDataRelay] --> [MQTT Server] --> [Home Assistant]`
4545

46-
For those of you using Docker, a docker-compose.yml file is provided [here](./Examples/docker-compose.yml) in order to get these different components up and running quickly.
46+
For those of you using Docker, a docker-compose.yml file is provided [here](./examples/docker-compose.yml) in order to get these different components up and running quickly.
4747

4848
# About Kenter's klantportaal.kenter.nu
4949
Kenter provides measurement services for **commercially rented** grid transformers. This project can fetch energy usage data from this API and post it to InfluxDB. MQTT/PVOutput is not supported for posting Kenter data, as Kenter's latest measurement data is usually 3 days old and PVOutput imposes challenges on having the datapoint timestamps between grid usage and PV output synchronous.

0 commit comments

Comments
 (0)