petrleocompel / hikaxpro_hacs

HACS repository of Hikvision Ax Pro integration for home assistant
MIT License
45 stars 4 forks source link

siren missing #33

Open wifi75 opened 1 year ago

wifi75 commented 1 year ago

hi Petr I have two sirens, one internal and another bigger external, why are they not visible in the component?

petrleocompel commented 1 year ago

@wifi75 for more info there would be needed to provide debug info from integration.

Enable debugging, wait 1 minute and download the logs. After that provide it here. I will look in but i guess it is going to be related to #14 and for sirens I will have to create another collector.

But it is going to be a dummy device. I do not know if we can do anything with it (other than info report).

wifi75 commented 1 year ago

yes of course it is right to have it, for the information.

wifi75 commented 1 year ago

home-assistant_hikvision_axpro_2023-03-29T11-36-32.691Z.log

petrleocompel commented 1 year ago

Sadly no info from HA. I will take a look again on logging a little bit in next feature release 1.X. Also I think for siren might more info would be from siren endpoint.

albumihai commented 11 months ago

Thanks for your hard work. I can see that you have implemented class SirenList: but no sirens appear on the GUI. I have enabled logs, nothing useful there. Using the python library I can get the necessary output: {"ExDevStatus": {"OutputModList": [], "OutputList": [], "SirenList": [{"Siren": {"id": 1, "name": "Sounder 1"

what can I do? Thanks.

petrleocompel commented 11 months ago

As you can see the issue is not closed. And it is not implemented yet. It is parsed by API but not implemented to be recognised as device. Currently I started working on it.