Skip to content

Commit

Permalink
Update the models list (#138)
Browse files Browse the repository at this point in the history
* 📚 Update the list of supported models

* Omit the windows os for tests
  • Loading branch information
klaasnicolaas authored Feb 28, 2022
1 parent 71d1d84 commit 00c62e9
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ${{ matrix.os }}-latest
strategy:
matrix:
os: [ubuntu, windows, macos]
os: [ubuntu, macos]
python: ['3.9', '3.10']
steps:
- name: ⤵️ Check out code from GitHub
Expand Down
25 changes: 19 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,18 @@ A python package with which you can read the data from your Omnik Inverter. Keep

## Supported models

- Omnik1000TL
- Omnik1500TL
- Omnik2000TL
- Omnik2000TL2
- Omnik4000TL2
- Ginlong stick (JSON)
| Brand | Model | Datasource |
|----------|------------------|------------|
| Omnik | Omniksol 1000TL | JS |
| Omnik | Omniksol 1500TL | JS |
| Omnik | Omniksol 2000TL | JS |
| Omnik | Omniksol 2000TL2 | JSON |
| Omnik | Omniksol 2500TL | HTML |
| Omnik | Omniksol 3000TL | JS |
| Omnik | Omniksol 4000TL2 | JS |
| Ginlong | Solis-DLS-WiFi | JSON/HTML |
| Hosola | 1500TL | JS |
| Bosswerk | BW-MI600 | HTML |

## Installation

Expand Down Expand Up @@ -91,6 +97,12 @@ You can read the following data with this package:
- Firmware Version
- IP Address

## Use cases

This python package is used in the following projects, among others:

- [home-assistant-omnik-inverter][omnik-inverter] by Robbin Janssen

## Contributing

This is an active open-source project. We are always open to people who want to
Expand Down Expand Up @@ -198,6 +210,7 @@ SOFTWARE.
[stars-url]: https://github.com/klaasnicolaas/python-omnikinverter/stargazers

[energiewacht]: https://www.energiewacht.com/hoofdsite/home/nieuws/omnik-failliet/
[omnik-inverter]: https://github.com/robbinjanssen/home-assistant-omnik-inverter
[poetry-install]: https://python-poetry.org/docs/#installation
[poetry]: https://python-poetry.org
[pre-commit]: https://pre-commit.com

0 comments on commit 00c62e9

Please sign in to comment.