zachcheatham / ha-omada

Home Assistant TP-Link Omada Integration
191 stars 26 forks source link

Only showing the device connected #86

Open ashoktvm opened 9 months ago

ashoktvm commented 9 months ago

After adding the integration only devices connected are shown. There is no option under EAP devices to control SSID.

https://imgur.com/vWY40hr

fplanque commented 8 months ago

go to home assistant settings > integrations > omada > configure and click "next" so you can enable all features on subsequent config pages.

Zylatis commented 6 months ago

Hi I have a similar problem, it only shows the devices connected as entities (whereas i would like something to list # of devices, etc). When i try to configure the integration i don't see any additional options ex1 ex2

EDIT: i found some errors in the HA logs i'm digging through, some related to SSL. I opted to not confirm the SSL connection because it was failing without that disabled - I'm not sure why, i am using the Omada container.

Seeing a bunch of this stuff

2024-03-14 00:16:47.261 ERROR (MainThread) [homeassistant.config_entries] Error setting up entry OmadaController: TheVale for binary_sensor
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/config_entries.py", line 504, in async_setup
    result = await component.async_setup_entry(hass, self)
            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/homeassistant/homeassistant/components/binary_sensor/__init__.py", line 238, in async_setup_entry
    return await component.async_setup_entry(entry)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/homeassistant/homeassistant/helpers/entity_component.py", line 183, in async_setup_entry
    raise ValueError("Config entry has already been setup!")