tomasbedrich / home-assistant-hikconnect

A Home Assistant integration to communicate with Hikvision smart doorbells via Hik-Connect cloud.
43 stars 10 forks source link

Choose which devices are shown #25

Closed fatmacheto closed 1 year ago

fatmacheto commented 2 years ago

As of now the integration shows all devices added to HC including cameras, doorphones, alarms etc. Especially for the doorphones it adds the all the IP cameras added to the indoor stations which is not bad but it all add all empty entries. in other words if I have 3 added ip cameras into the indoor stations I get 16 added in total because that is the max added cameras per indoor station.

image

tomasbedrich commented 2 years ago

Hi, let me follow up on this:

if I have 3 added ip cameras into the indoor stations I get 16 added in total

Is there some way, how this is limited in Hik-Connect mobile app? If so, it would be nice to implement it here too.

fatmacheto commented 2 years ago

Yes, you can go to the indoor station and select which added cameras will be visible or not. As for the additional devices like cameras etc. you cannot choose to hide them, you need to remove them from your account.

pergolafabio commented 2 years ago

Are you talking about these? If yes, indeed , there is no way to delete them, I asked hikvision support before ..

Screenshot_20220212-210307

fatmacheto commented 2 years ago

Actually by default the app shows only the actual added IP cameras and when you go to settings you can hide them by pressing the eye icon.

Actually before you could see only intercom devices in that integration. After some update I started seeing all of my devices which makes no sense and only intercoms are supported.

925D15F8-1DE4-4606-A19D-D3C0CAFA8C69

7426C538-A1FF-44F2-A797-D7B64263B1D6

tomasbedrich commented 1 year ago

In version 2.2.0 hidden channels has been marked as disabled by default (using entity_registry_enabled_default - docs).

fatmacheto commented 1 year ago

In version 2.2.0 hidden channels has been marked as disabled by default (using entity_registry_enabled_default - docs).

Perfect!