diff --git a/en/home-assitantant-view.md b/en/home-assitantant-view.md index b2090a9..7c06a12 100644 --- a/en/home-assitantant-view.md +++ b/en/home-assitantant-view.md @@ -3,30 +3,44 @@ ## HomeAsistant Generic camera +#### Option 1 +Go to Setings -> Device and service -> Add integrations --> Generic camera -Go to /config/integrations/dashboard +#### Option 2 +[HomeAssistan_Generic](https://my.home-assistant.io/redirect/config_flow_start/?domain=generic) + +#### Option 3 +<"IP-HomeAsisstantServer">/config/integrations/dashboard Add integrations --> Generic camera -Config parameter -``` -Still Image URL -> http:///image.jpg -Stream Source URL -> rtsp://:@:554/stream=0 +### Config parameter + +
+
+ Example configuration generic camera home assitant (IP_Camera 192.168.1.29) +
+
+
+      
+Still Image URL -> http://<"IP-OIPC_Camera">/image.jpg
+Stream Source URL  -> rtsp://<"User">:<"PASS">@<"IP-OIPC_Camera">:554/stream=0
 RTSP transport protocol -> TCP
 Authentication -> basic
-Username -> 
-Password -> 
+Username -> <"User">
+Password -> <"PASS">
 Frame Rate -> 15
 Verify SSL certificate -> empty
 Limit refetch to url change ->empty
-```
-Default User and PASS OpenIPC -> ("root" ¨12345¨)
+      
+    
+
+
+ +**Note:** Default User and PASS OpenIPC -> ("root" & ¨12345¨) + **Note:** Be carful with frame rate (Currently home assistant does not support more than 20 having flicker problems) -Example configuration generic camera home assitant (IP_Camera 192.168.1.29) - -![](../images/howto-streaming-homeassistant.png) - ## Lovelace example Add this extract in a new card manually (yaml format) ``` @@ -40,12 +54,12 @@ view_layout: camera_image: camera.192_168_1_29 ``` **OTHERNote:** -### Camera Configuration +## Camera Configuration ![](../images/HA_CameraConfig.png) -### Camera Router +## Router settings Remember to set a fixed IP address for your camera from your router, otherwise it could change when it reboots. -Enjoy the stream. +# Enjoy the stream.