We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello !
I was trying to use your code to enable Telnet on Huawei B310s-22, but this function doesn't work for me:
huawei_lte_api.exceptions.ResponseErrorNotSupportedException: 100002: No support
But i can got modem info: MODEM INFORMATION:
{'DeviceName': 'B310s-22', 'SerialNumber': 'NBH7S15910013750', Msisdn': None, 'HardwareVersion': 'WL1B310FM03', 'SoftwareVersion': '21.333.01.00.00', 'WebUIVersion': '17.100.09.00.03', 'MacAddress1': '7C:7D:3D:0E:ED:B9', 'MacAddress2': None, 'ProductFamily': 'LTE', 'Classify': 'cpe', 'supportmode': None, 'workmode': 'LTE', 'WanIPv6Address': None}
Part of code:
client = Client(connection) print("MODEM INFORMATION:") print("\n \n") output = client.device.information() print(output) telnet = client.device.mode(ModeEnum.ENABLE_TELNET)
The text was updated successfully, but these errors were encountered:
Probably different version of FW?
I have tested this on B310s-22: Hardware version: WL1B310FM03 Software version: 21.311.06.03.55 Web UI version: 17.100.09.00.03
Sorry, something went wrong.
No branches or pull requests
Hello !
I was trying to use your code to enable Telnet on Huawei B310s-22, but this function doesn't work for me:
huawei_lte_api.exceptions.ResponseErrorNotSupportedException: 100002: No support
But i can got modem info:
MODEM INFORMATION:
{'DeviceName': 'B310s-22', 'SerialNumber': 'NBH7S15910013750', Msisdn': None, 'HardwareVersion': 'WL1B310FM03', 'SoftwareVersion': '21.333.01.00.00', 'WebUIVersion': '17.100.09.00.03', 'MacAddress1': '7C:7D:3D:0E:ED:B9', 'MacAddress2': None, 'ProductFamily': 'LTE', 'Classify': 'cpe', 'supportmode': None, 'workmode': 'LTE', 'WanIPv6Address': None}
Part of code:
The text was updated successfully, but these errors were encountered: