Merged
Conversation
Contributor
Author
|
When logging in, it shows "FWR226e" not 5290. Should it read as |
iMicknl
reviewed
Jun 2, 2024
jsongerber
pushed a commit
to jsongerber/python-sagemcom-api
that referenced
this pull request
Nov 8, 2024
I have a 5290 from https://frontier.com/ in Tampa, Florida, USA. I had to set `ENCRYPTION_METHOD = EncryptionMethod.MD5` in the example. It does require a password, the default password is written on the box. Here is some of the device_info: ``` manufacturer='Sagemcom', model_name='FWR226e', model_number='SagemcomFast5290_Frontier', software_version='SGIt340018_prod', hardware_version='FWR226e-2.0', router_name='Frontier1217', bootloader_version='3.60.2-sec', product_class='FAST5290', description='F5290', additional_hardware_version='2.0', external_firmware_version='SGIt340018_prod', internal_firmware_version='v20.2.323', guiapi_version='1.106', build_date='2022-11-02T20:00:39-0400', ``` --------- Co-authored-by: Mick Vleeshouwer <mick@imick.nl>
bakonyiferenc
pushed a commit
to bakonyiferenc/python-sagemcom-api
that referenced
this pull request
Dec 16, 2025
I have a 5290 from https://frontier.com/ in Tampa, Florida, USA. I had to set `ENCRYPTION_METHOD = EncryptionMethod.MD5` in the example. It does require a password, the default password is written on the box. Here is some of the device_info: ``` manufacturer='Sagemcom', model_name='FWR226e', model_number='SagemcomFast5290_Frontier', software_version='SGIt340018_prod', hardware_version='FWR226e-2.0', router_name='Frontier1217', bootloader_version='3.60.2-sec', product_class='FAST5290', description='F5290', additional_hardware_version='2.0', external_firmware_version='SGIt340018_prod', internal_firmware_version='v20.2.323', guiapi_version='1.106', build_date='2022-11-02T20:00:39-0400', ``` --------- Co-authored-by: Mick Vleeshouwer <mick@imick.nl>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I have a 5290 from https://frontier.com/ in Tampa, Florida, USA. I had to set
ENCRYPTION_METHOD = EncryptionMethod.MD5in the example. It does require a password, the default password is written on the box.Here is some of the device_info: