#netgear integration

1 messages · Page 1 of 1 (latest)

merry marten
#

I cannot get the netgear integration to log into my netgear WAX620 access point. I tried giving it its own user too but it just wont log in. ideas?

lament timber
#

What's the log say?

merry marten
#

login using all known port-ssl combinations failed.

lament timber
#

Probably good to turn on debug logging to see some of the specifics of the issue

merry marten
#

debug logs?

lament timber
#

Yeah, try adding these under logger->logs and restarting HA and trying again.

pynetgear: debug
pynetgear.router: debug
homeassistant.components.netgear: debug
homeassistant.components.netgear.router: debug

https://www.home-assistant.io/integrations/logger/

merry marten
#

is that set somewhere in the webUI or directly editing the configuraton.yaml?

lament timber
#

configuration.yaml

merry marten
#

oh, I see in the link I may need to install an integration for this?

lament timber
#

You won't need to install anything, you'll need to add the top-level integration in your config if it's not already added

merry marten
#

Configuration warnings

Invalid config for 'logger' at configuration.yaml, line 14: 'pynetgear' is an invalid option for 'logger', check: logger->pynetgear
Invalid config for 'logger' at configuration.yaml, line 15: 'pynetgear.router' is an invalid option for 'logger', check: logger->pynetgear.router
Invalid config for 'logger' at configuration.yaml, line 16: 'homeassistant.components.netgear' is an invalid option for 'logger', check: logger->homeassistant.components.netgear
Invalid config for 'logger' at configuration.yaml, line 17: 'homeassistant.components.netgear.router' is an invalid option for 'logger', check: logger->homeassistant.components.netgear.router

lament timber
#

Sounds like you didn't put them underneath logger->logs

merry marten
lament timber
#

Do you know what the correct IP/port is and whether it uses SSL?

merry marten
merry marten
#

my netgear uses insight, not genie. that might explain this

#

I wonder if the SNMP feature could help here

lament timber