joleys / niko-home-control-II

Home Assistant Custom Integration for Niko Home Control II

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Camera stream from external video door unit?

flimofly opened this issue · comments

Has anyone been able to display a video stream from the external video unit (550-22012) in a Home Assistant dashboard?

The stream from entity camera.external_video_unit_with_1_illuminated_touch_button_inkom keeps loading but does not display anything.

Is your camera connected directly to the controller?

Remark: Note that this will only work if your camera is not directly connected to the controller. The controller uses its own DHCP server and there is nothing in place to connect to the streams. In older versions of the controller there was port forwarding, but this is disabled (confirmed by Niko).

See https://github.com/joleys/niko-home-control-II#robinsip-videodoorstation

Thanks it is indeed connected to the POE port on the controller. Sorry that I missed this.

I assume it should be connected to a POE switch. But can the NHC app still see it then?

I don't own a camera. So I can't test. But I think @joleys has it working?

I have the Video door station connected to my HA instance.
I have created a separate VLAN on my switch and wired it to one of the extra ethernet ports on the controller.
In HA I have added an extra interface with the VLAN attached and in that way the HA instance gets an additional IP via DHCP from the controller.
I liked the port forwarding approach better

Smart. What do you mean by an extra interface in HA? Is this in the NHC2 integration?

With this setup you can still use the NHC app to see who is at the door and open it?

Smart. What do you mean by an extra interface in HA? Is this in the NHC2 integration?

I run HAOS as a VM and have added an extra network interface to it, which I have attached to a VLAN.
How are you running HA?

With this setup you can still use the NHC app to see who is at the door and open it?

Yes!

I am running HA in a docker container (Truenas app) so not sure this is possible.

commented

Thanks it is indeed connected to the POE port on the controller. Sorry that I missed this.

I assume it should be connected to a POE switch. But can the NHC app still see it then?

The controller can still see the camera if it is connected to a POE switch.

I have the following setup:
Everything linked via Ethernet over two Unifi POE switches and then the connection between a switch and the controller.
I'm using an image entity, on live and as an entity it's just the name of my video outpost.

For your information, apart from Home Assistant: you can always consult your outpost via the IP address (local). Then log in with 'user' and a blank password.

I moved the door station network connection from the internal NHC Controller network to my general home network. This way both NHC and HA can access the camera feed.
Note: the touchscreen often fails to display the video feed when someone rings the bell. This could be something on the NHC side only, not related to the network setup.

commented