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

Need Help for sensor unifigateway #42

Open
rto54 opened this issue May 16, 2021 · 3 comments
Open

Need Help for sensor unifigateway #42

rto54 opened this issue May 16, 2021 · 3 comments

Comments

@rto54
Copy link

rto54 commented May 16, 2021

Hi,
I try to configure the HACS integration unifigateway with sensor.unifigateway

But it doesn’t work.

I have a UDM Pro with the latest firmware version

I configurer the sensor as indicated in the doc

Copy to clipboard

  • platform: unifigateway
    host: 192.168.X.X
    port: 443
    username: rodolphe
    password: XXXXXXXXX
    verify_ssl: false
    monitored_conditions:
    - wwwJ'ai configuré le senso
    - wan
    - lan
    - wlan
    - alerts
    - firmware

image

Thank you in advance for your help

@gislis2
Copy link

gislis2 commented May 17, 2021

Did you add it to your configuration.yaml ? (or sensors.yaml)

I have UDM and works with this:

- platform: unifigateway
  host: !secret unifi_url
  port: 443
  version: UDMP-unifiOS
  username: !secret unifi_username
  password: !secret unifi_password
  monitored_conditions:
    - vpn
    - www
    - lan
    - wan
    - wlan
    - alerts

Couldn't get the firmware thingy to work so I removed that option

@jdraxgit
Copy link

jdraxgit commented May 26, 2021

Do the latest unifi network and/or UDMP firmwares (beta) break compatibility with this? I cannot get this to function at all

@gislis2
Copy link

gislis2 commented Jun 3, 2021

Do the latest unifi network and/or UDMP firmwares (beta) break compatibility with this? I cannot get this to function at all

Probably not. I use firmware 1.9.3 without problems

Are you setting up https://github.com/RubenDijk/homeassistant ?
I got the same at first but after copying the contents of 'ubiquiti.yaml' (should be under dwains-dashboard/addons/more_page/ubiquiti) into configuration.yaml I got it working-ish.
iirc I had to CTRL+F 'sensor.unifi' and manually change some sensors as it was defaulted to Ruben's Unifi devices

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

3 participants