Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update the models list #138

Merged
merged 2 commits into from
Feb 28, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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