From 4f8df2844ddc3b40a6bc06078ee63bb1b6b1a71a Mon Sep 17 00:00:00 2001 From: Miles Yucht Date: Wed, 23 Oct 2024 22:04:01 +0200 Subject: [PATCH] Mention Ziggo firmware in readme (#365) 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. --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2f4b097..4db7902 100644 --- a/README.md +++ b/README.md @@ -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* | 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: "" | @@ -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 | +* 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