-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
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
Unable to install the module #117
Comments
Could you run this python code and post the output here
|
You may try the new version 2.1.0 |
2.1 doen’t appaers in HACS |
Now I got this error “ HTTPConnectionPool(host='192.168.2.1', port=80): Max retries exceeded with url: /cgi-bin/luci/;stok=/login?form=keys&operation=read (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7841c320>: Failed to establish a new connection: [Errno 111] Connection refused'))” |
Have you run the code? |
can you specify where to run this code? |
@azizle You may run it on your PC connected to your router M9 |
this is what i got:
|
@azizle Do you have the latest firmware for your router? It looks like your router uses old API
|
This code works and gave an expected response (1.2.6 Build 20240619 rel.72016(4555), 6). The router is an AX72 v1.0 on the latest firmware. |
@azizle What the error when you add the integration? |
|
@azizle Could you test this code?
|
this also works, same output as before |
@azizle Thats mean your HA cannot connect to your router. As this code is the same what the integration uses to connect to the router. The error ConnectTimeoutError means that the problem on the network layer |
I see, HA is working fine wired to the router though so I have no clue why it's not working |
Describe the bug
I can’t install the module
Logs
This is the error I got: HTTPConnectionPool(host='192.168.2.1', port=80): Max retries exceeded with url: /cgi/getParm?_=1731481308157 (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f64a94530>: Failed to establish a new connection: [Errno 111] Connection refused'))
Additional Information (please complete the following information)
The text was updated successfully, but these errors were encountered: