Skip to content

Commit

Permalink
Merge pull request #3 from ernestasga/dev
Browse files Browse the repository at this point in the history
Add solar frontier logo, updated readme
  • Loading branch information
ernestasga committed Jan 17, 2024
2 parents 296f27a + 577447a commit 499d06d
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 7 deletions.
24 changes: 17 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,24 +2,34 @@

<div align="center">

[![Tests](https://github.com/ernestasga/python-solarfrontier/actions/workflows/test.yml/badge.svg)](https://github.com/ernestasga/python-solarfrontier/actions/workflows/test.yml)
<img src="https://github.com/ernestasga/python-solarfrontier/tree/main/images/solar-frontier-logo.png" alt="solar-frontier-logo" >

![Python Version](https://img.shields.io/badge/python-3.8=<-blue.svg)
</div>
<p>
Python Library to retrieve data from "Solar Frontier" inverters on LAN. Able to get measurements, yield data, system info.
</p>
<a href="https://github.com/ernestasga/python-solarfrontier/actions/workflows/test.yml">
<img src="https://github.com/ernestasga/python-solarfrontier/actions/workflows/test.yml/badge.svg" alt="Tests">
</a>
<img src="https://img.shields.io/badge/python-3.8+-blue.svg" alt="Python Version">
<a href="https://pypi.org/project/python-solarfrontier/">
<img src="https://img.shields.io/pypi/v/python-solarfrontier.svg" alt="PyPI Version">
</a>

</div>
<p align="center">
Python Library to retrieve data from "Solar Frontier" inverters on LAN. Able to get measurements, yield data, system info.
</p>


# Installation
Available on PyPi
```bash
pip install python-solarfrontier
```

# Compatibility
**Confirmed to work with:**

* SF-WR-5503x

## Example
# Example
Initiate the API instance with host. Authentication not supported.

```
Expand Down
Binary file added images/solar-frontier-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 499d06d

Please sign in to comment.