Skip to content

Commit

Permalink
Mention Ziggo firmware in readme (#365)
Browse files Browse the repository at this point in the history
In issue #361, @iMicknl and I decided that this library won't include
support for some custom firmware from Ziggo. Instead, I've added a note
to the readme documenting this and referring to my library,
https://github.com/mgyucht/sagemcom-f3896lg-zg-api, for this case.
  • Loading branch information
mgyucht authored Oct 23, 2024
1 parent 31938dc commit 4f8df28
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ The Sagemcom F@st series is used by multiple cable companies, where some cable c
| Sagemcom F@st 3865b | Proximus (b-box3) | md5 | |
| Sagemcom F@st 3890V3 | Delta / Zeelandnet | sha512 | |
| Sagemcom F@st 3890V3 | DNA (DNA Mesh Wifi F-3890) | sha512 | username: admin |
| Sagemcom F@st 3896 | | sha512 | username: admin |
| Sagemcom F@st 3896 | Ziggo<sup>*</sup> | sha512 | username: admin |
| Sagemcom F@st 4360Air | KPN | md5 | |
| Sagemcom F@st 4353 | Belong Gateway | md5 | username: admin, password: "" |
| Sagemcom F@st 5250 | Bell (Home Hub 2000) | md5 | username: guest, password: "" |
Expand All @@ -41,6 +41,8 @@ The Sagemcom F@st series is used by multiple cable companies, where some cable c
| Sagemcom F@st 5657IL | | md5 | |
| Speedport Pro | Telekom | md5 | username: admin |

<sup>*</sup> The firmware provided on the Sagemcom F@st 3896 router from Ziggo does not support the endpoint used in this library. [sagemcom-f3896lg-zg-api](https://github.com/mgyucht/sagemcom-f3896lg-zg-api) provides an API client suitable for Ziggo's firmware.

> Contributions welcome. If you router model is supported by this package, but not in the list above, please create [an issue](https://github.com/iMicknl/python-sagemcom-api/issues/new) or pull request.
## Installation
Expand Down

0 comments on commit 4f8df28

Please sign in to comment.