Logs
All I can say from that image is that RTSP isnāt setup properly, without having the logs I canāt say why
Logs
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
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ā¦
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ā¦
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!