elad-bar / ha-edgeos

Integration with EdgeOS (Ubiquiti)
133 stars 24 forks source link

No dropdown for Tracked Devices #62

Closed peterbeeston closed 1 year ago

peterbeeston commented 2 years ago

v1.1.7 HA core-2021.12.0, supervisor-2021.12.1, Home Assistant OS 7.0 Confuguration dropdown for Tracked Devices does not exist: edgeint

elad-bar commented 2 years ago

can you please try to unistall and install the component, for me it works, probably cache issue if still not working, please change log level of component to debug, get to the options and post the log

thanks

peterbeeston commented 2 years ago

I have uninstalled, re-downloaded from HACS and re-installed. Still no Tracked Devices dropdown. Changed component log-level to debug Homeassistant log attached home-assistant.log .

peterbeeston commented 2 years ago

Restarted HA with debug level set on log. Component failed to start with the the following in the log: This error originated from a custom integration.

Logger: custom_components.edgeos Source: custom_components/edgeos/init.py:40 Integration: Ubiquiti EdgeOS Routers (documentation) First occurred: 21:46:18 (1 occurrences) Last logged: 21:46:18

Failed to load EdgeOS, error: Unable to find service logger.set_level, line: 27

Monitored devices Monitored interfaces Tracked devices All have no dropdowns in component config.

Adirael commented 2 years ago

@peterbeeston do you have your devices configured with static mapping? Only those devices will show on the config, if no devices are there nothing will be shown.

https://github.com/elad-bar/ha-edgeos/issues/56

elad-bar commented 2 years ago

@peterbeeston as @Adirael mentioned, did you set these devices with static mapping?

thanks