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 integration with UDM PRo #52

Open
weemaba999 opened this issue Jan 4, 2022 · 1 comment
Open

No integration with UDM PRo #52

weemaba999 opened this issue Jan 4, 2022 · 1 comment

Comments

@weemaba999
Copy link

Hi,

For a whole week I've been trying to setup te integration without luck. I constantly get messages that my sensors (unify gateway wan and others) are not available. I'm using a physical UDM Pro as gateway, tried using a local username and password, tried using port 443 and 8443... but without any success....

One thing I do encounter, when I log in to my console from Unifi, I got an ssl error, has this something to do with it ?

Can you confirm right port to use ? 443 or 8443 ? Version : unifiOS, ....

Kr,

@Tamsy
Copy link

Tamsy commented Jan 8, 2022

    - platform: unifigateway
      host: <LAN IP ADDRESS OF YOUR UDM Pro>
      port: 443
      version: UDMP-unifiOS
      username: !secret unifi_username
      password: !secret unifi_password
      monitored_conditions:
        - www
        - wan
        - wlan
        - lan
        - alerts
        - firmware

should work.

As for the sensors you certainly have to add those to your configuration.yaml, i.e.:

    - platform: template
      sensors:
        unifi_gateway_wired_clients:
          friendly_name: 'UDM Pro Wired Clients'
          value_template: "{{ states.sensor.unifi_gateway_lan.attributes.num_user }}"
          icon_template: mdi:lan

etc.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants