pynetgear icon indicating copy to clipboard operation
pynetgear copied to clipboard

Python library to control Netgear wireless routers through the SOAP-api.

Results 17 pynetgear issues
Sort by recently updated
recently updated
newest added

This request is to add functionality to retrieve firewall logs as shown under **Administration > Logs** in the Netgear GUI. I was able to test to a call to API...

I'm getting this in my Home Assistant error logs: Logger: pynetgear.router Source: /usr/local/lib/python3.11/site-packages/pynetgear/router.py:252 First occurred: 9:20:50 AM (12 occurrences) Last logged: 9:26:36 AM 501 service 'DeviceInfo:1', method 'GetAttachDevice', method not...

@MatMaul would you be willing to transfer ownership of this pynetgear project to me? I have been maintaining this for a while now. I would like to setup some automatic...

Wanting to either block or allow a couple of kids access to the internet at the run of a script. I can not seem to figure it out. I can...

Hi there, I have run into authentication issue where I receive the following error: `Max retries exceeded with url: /soap/server_sa/ (Caused by NewConnectionError(': Failed to establish a new connection: [WinError...

With 0.9.1 the tests are not passing locally with `pytest`. ```bash ============================= test session starts ============================== platform linux -- Python 3.8.8, pytest-6.2.2, py-1.9.0, pluggy-0.13.1 rootdir: /build/source, configfile: setup.cfg, testpaths: tests...

I have an AT&T device that registers with the & in the name. This causes get_attached_devices to fail with the error: xml.etree.ElementTree.ParseError: not well-formed (invalid token): line 9, column 407...

Router: Netgear C6250 (not on supported list, so that could be the issue) During initial setup of pynetgear I hit an error immediately after entering credentials, host and port: `Error...

traffic meter is enabled and shows: ![image](https://user-images.githubusercontent.com/72608781/98135181-d66d3480-1ebf-11eb-913d-51bc7f59c14b.png) I see that upload avg in the picture uses a . for the decimals, where the other values ues a , (can there...

The SOAP client is really slow, is there any way to get the information for a single device filtered by name or mac address? Tkz.