Skip to content
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

No info about devices connected on AX1800 as AP #10

Closed
rahdomingos opened this issue Dec 14, 2021 · 9 comments
Closed

No info about devices connected on AX1800 as AP #10

rahdomingos opened this issue Dec 14, 2021 · 9 comments
Labels
bug Something isn't working

Comments

@rahdomingos
Copy link

Hi,
First I would like to thank you for the development and distribution of this addon for HA !!!

I'm running the version Firmware: 1.0.390 on the rm1800 as an AP, the main router is from another brand.
I can connect the router to the HA without a problem, the issue is that I cannot see any device connected to the wifi , no mac at all.
When I activate the option force load reboot set to True and reboot the HA and the router, it stop's loading all information and show the message at the integration page Retrying setup: None , I tried on graph mode and trough yaml but had the same issue.

I would like to know if maybe is a misconfiguration or I need to downgrade to version 1.0.378(CN)

Thanks

@dmamontov
Copy link
Owner

and ip does not change at the same time?

@rahdomingos
Copy link
Author

No, all my devices are using fixed IP.

@dmamontov
Copy link
Owner

Is there an error in the logs? if not, turn on the debug mode and send that it will give out in 5 minutes.

@rahdomingos
Copy link
Author

Sorry for the delay...

Configured using GUI with the option force True.
The message below keep repeating...

2021-12-18 00:06:09 DEBUG (MainThread) [custom_components.miwifi.core.luci_data] MiWiFi Async setup (10.0.0.159)
2021-12-18 00:06:13 DEBUG (MainThread) [custom_components.miwifi.core.luci_data] MiWiFi Incorrect config (10.0.0.159) KeyError('devices_5ghz_game')
2021-12-18 00:06:14 DEBUG (MainThread) [custom_components.miwifi.core.luci_data] MiWiFi Async setup (10.0.0.159)
2021-12-18 00:06:22 DEBUG (MainThread) [custom_components.miwifi.core.luci_data] MiWiFi Incorrect config (10.0.0.159) KeyError('devices_5ghz_game')
2021-12-18 00:06:32 DEBUG (MainThread) [custom_components.miwifi.core.luci_data] MiWiFi Async setup (10.0.0.159)

@rahdomingos
Copy link
Author

Logger: homeassistant.helpers.frame
Source: helpers/frame.py:103
First occurred: 10:24:45 AM (2 occurrences)
Last logged: 10:24:46 AM

Detected integration that called async_timeout.timeout with loop keyword argument. The loop keyword argument is deprecated and calls will fail after Home Assistant 2022.2. Please report issue to the custom component author for miwifi using this method at custom_components/miwifi/core/luci.py, line 97: with async_timeout.timeout(self.timeout, loop = self._loop):
Detected integration that called async_timeout.timeout with loop keyword argument. The loop keyword argument is deprecated and calls will fail after Home Assistant 2022.2. Please report issue to the custom component author for miwifi using this method at custom_components/miwifi/core/luci.py, line 325: with async_timeout.timeout(self.timeout, loop = self._loop):

@dmamontov
Copy link
Owner

Wait for a new version, I am preparing a fix

@dmamontov
Copy link
Owner

Fixed in version https://github.com/dmamontov/hass-miwifi/releases/tag/v1.2.9

@dmamontov dmamontov added the bug Something isn't working label Dec 18, 2021
@rahdomingos
Copy link
Author

Everything working !! Thanks a lot!
There is an error on the log file, but isn't affecting anything at least I'm not seeing...
2021-12-18 12:26:50 WARNING (MainThread) [homeassistant.helpers.frame] Detected integration that called async_timeout.timeout with loop keyword argument. The loop keyword argument is deprecated and calls will fail after Home Assistant 2022.2. Please report issue to the custom component author for miwifi using this method at custom_components/miwifi/core/luci.py, line 125: with async_timeout.timeout(self.timeout, loop = self._loop):

image

@dmamontov
Copy link
Owner

This is a warning, it is not scary. I'll correct it by February.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants