Axis VMD 4 and more

Logs :slight_smile:

All I can say from that image is that RTSP isnā€™t setup properly, without having the logs I canā€™t say why

Which logs can I give you?

Enable debug for axis componwnt and share hass logs

Here: https://www.dropbox.com/s/bl78wjxtzxdetsv/home-assistant.zip?dl=0

I will look at them tonight

Sorry, Off topic - but I see you have the M3104 camera (i own one as well) and the M3106-LVE MK II. Any comment on the 3106? Iā€™ve been eyeing one for awhile but have never seen any reviews posted.

So far I canā€™t complain. Image quality is as good as expected and I havenā€™t had any issues so far. But Iā€™m no expertā€¦

1 Like

I just skimmed through the log and couldnā€™t see anything weird, all logs looked like expected.

Could you post it to some other medium like pastebin, because I canā€™t really copy it out of dropboxā€¦

Here it is: https://pastebin.com/V6gZUSLG

So Iā€™ve looked through the logs and good news! There is nothing wrong with the library. Now I need better logs for the hass side of things

Iā€™ve identified one weird behaviour I got; when adding a second or more device the previously added device got its event=False.

Can you check in .storage/core.config_entries and see if your different devices also has events = False

They all have event=true, but I found something else: all those with capabilities have source=discovery, while all the others have source=import.

How do you mean? The imports donā€™t have events?

Right. Events=true in the config file, but in the UI no events are available.

Allright, Im gonna need more detailed logs then

You could also try to remove the import and just create it from discovery or from front end. That could fix it. You might be right that something with import goes wrong

How can I generate more detailed logs?

Well the logs you gave me seemed to be filtered to only axis library.

Try this first

logger:
  default: info
  logs:
    axis: info
    axis.rtsp: info
    homeassistant.components.axis: debug

Here: 2019-04-09 13:06:03 INFO (MainThread) [homeassistant.setup] Setup of domain logg - Pastebin.com

I removed one of the import entries from all config files and re-added it manually from the front-end (discovery didnā€™t catch it). It worked, now it shows all the capabilities!