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

device list does not show the correct name of zigbee devices #377

Open
ali1234 opened this issue Jan 20, 2022 · 1 comment
Open

device list does not show the correct name of zigbee devices #377

ali1234 opened this issue Jan 20, 2022 · 1 comment

Comments

@ali1234
Copy link

ali1234 commented Jan 20, 2022

Version: 0.9.4 (installed with pip)

Steps to reproduce:

  1. Have zigbee network using ZHA
  2. Add devices
  3. Rename a device through web interface
  4. Run hass-cli device list

Expected result:

The NAME column of hass-cli output should show the name you set in the web interface.

Actual result:

The NAME column shows concatenation of device manufacturer and model.

Example output:

ID                                NAME                         MODEL         MANUFACTURER      AREA
4996cf160c18d11b6497f24020ebd8b3  _TZ3000_8nkb7mof TS0121      TS0121        _TZ3000_8nkb7mof  Kitchen

How that device looks in the web UI:

image

The name should be "Socket A".

@fabaff
Copy link
Member

fabaff commented Sep 29, 2022

NAME shows actually the data from Manufacturer.

Edit: Yupp, and the model (as you stated).

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