Skip to content

Commit

Permalink
Merge pull request #20 from mdrocan/update_readme
Browse files Browse the repository at this point in the history
better description
  • Loading branch information
mdrocan authored Sep 19, 2023
2 parents 6035b8b + c529890 commit 8a18634
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
@@ -1,9 +1,9 @@
[![MegaLinter](https://github.com/mdrocan/Fronius-stats/workflows/Linting/badge.svg?branch=main)](https://github.com/mdrocan/Fronius-stats/actions?query=workflow%3ALinting+branch%3Amain)

# Fronius-stats

- Simple Python script that fetches data from a predefined Fronius inverter.
- Displays: timestamp, current production and how much has been produced during the (day, year) so far.
[![MegaLinter](https://github.com/mdrocan/Fronius-stats/workflows/Linting/badge.svg?branch=main)](https://github.com/mdrocan/Fronius-stats/actions?query=workflow%3ALinting+branch%3Amain)

- Simple Python script that fetches data from a predefined Fronius inverter and visualizes the production.
- Displays: timestamp, current production and how much has been produced during the (day, year and total production) so far.

## Configure environment

Expand Down Expand Up @@ -53,7 +53,7 @@ There's also a possibility to use a example response message in a Docker environ
started up. For example: `http://localhost:8080/GetPowerFlowRealtimeData.fcgi`.

## Development
Development activities happen mainly in the [development] (https://github.com/mdrocan/Fronius-stats/tree/development) branch.
Development activities happen mainly in the [development](https://github.com/mdrocan/Fronius-stats/tree/development) branch.
The idea is to keep that branch active and also as a latest ~working solution.

## Next steps
Expand Down

0 comments on commit 8a18634

Please sign in to comment.