diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 0717c322..b6b24ed4 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -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 diff --git a/README.md b/README.md index 007866fc..6a3dfd61 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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 @@ -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