-
Notifications
You must be signed in to change notification settings - Fork 40
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
Comments
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 |
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 ? |
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
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
Thank you in advance for your help
The text was updated successfully, but these errors were encountered: