Annke C800, Annke 4K NVR & Home Assistant | The Motion sensor is working!

Поділитися
Вставка
  • Опубліковано 7 сер 2024
  • ANNKE Amazon Store (affiliate link) - amzn.to/2TFRFYj
    ANNKE 4K C800 (affiliate link) - shrsl.com/3bff7
    ANNKE 4K NVR (affiliate link) - shrsl.com/3bffh
    The latest security camera #ANNKE #C800 True 4K with Sony Sensor is here. I will connect the camera to ANNKE NVR (Network Video Recorder) which goes effortlessly, but it is interesting to see.
    And because the camera & #NVR bundle supports RTSP I will connect them to Home Assistant where I will try to expose the Camera motion sensor and I will try to create some Home Assistant automatons.
    ► TIME TABLE
    00:00 Intro
    01:16 ANNKE C800 unboxing
    02:39 ANNKE NVR unboxing
    05:59 Connecting the ANNKE C800 and ANNKE NVR
    06:41 ANNKE NVR initial setup
    08:26 How much ANNKE C800 and ANNKE NVR cost?
    10:01 ANNKE RTSP & ONVIF support
    10:28 Expose ANNKE cameras from NVR using RTSP
    11:03 Test the RTSP link in VLC
    12:10 Add ANNKE camera to Home Assistant with RTSP link
    14:28 Preparation for ANNKE/Hikvision Home Assistant integration
    15:08 ANNKE Home Assistant integration
    16:32 Creating ANNKE Motion Sensor Automation in Home Assistant
    18:44 Testing the automation
    18:58 Some Camera & NVR cons
    20:24 Outro
    ► MY WRITTEN ARTICLE - peyanski.com/annke-c800-annke...
    ► MY GUIDE - ON SALE
    Smart Home Getting Started Smart Home Guide v2.0 - peyanski.com/product/smart-ho...
    ► SUPPORT MY WORK
    Patreon - / kpeyanski
    Paypal - www.paypal.me/kpeyanski
    Bitcoin - 1GnUtPEXaeCUVWdJxCfDaKkvcwf247akva
    Revolut - revolut.me/kiriltk3x
    ► COME AND SAY “HI” on:
    My Discord server: invite.gg/kpeyanski
    My Twitter: / kpeyanski
    ► AFFILIATE LINKS
    ANNKE Amazon Store - amzn.to/2TFRFYj
    ANNKE NC400 4MP ACE True Full Color Night Vision - shrsl.com/3bfet
    ANNKE 4K C800 - shrsl.com/3bff7
    ANNKE 4K NVR - shrsl.com/3bffh
    Tech that I’m using right now - www.amazon.com/shop/kpeyanski
    Get $100 in credit over 60 days for DigitalOcean - m.do.co/c/6dd2caef1f1f
    ► CRYPTO AFFILIATE LINKS
    Sign up for Crypto.com and we both get $25 USD (Referral code: xn86atnceg) - crypto.com/app/xn86atnceg
    Coinbase - Get $10 in Bitcoin when you buy or sell $100 or more - www.coinbase.com/join/peyans_4
    Binance - One of the biggest Crypto currency exchange - www.binance.com/en/register?r...
    ► RTSP LINKS TO ACCESS ANNKE CAMERA TROUGH THE NVR
    4th NVR port main stream
    rtsp://admin:PASSWORD@NVR_IP:554/Streaming/Channels/401
    4th NVR port sub stream
    rtsp://admin:Smash-like@10.0.0.24:554/Streaming/Channels/402
    ► ADD ANNKE CAMERA TO HOME ASSISTANT WITH RTSP LINK
    configuration.yaml entry
    camera:
    - platform: ffmpeg
    name: ANNKE_C800_sub
    input: -rtsp_transport tcp -i rtsp://admin:Smash-like@10.0.0.24:554/Streaming/Channels/402
    - platform: ffmpeg
    name: ANNKE_C800_main
    input: -rtsp_transport tcp -i rtsp://admin:Smash-like@10.0.0.24:554/Streaming/Channels/401
    ► ADDING ANNKE NVR (model N48PAW) IN HOME ASSISTANT
    configuration.yaml entry
    binary_sensor:
    - platform: hikvision
    host: 10.0.0.24 # change this with your NVR IP
    username: admin # change this if your user is different
    password: Smash-like # use your NVR pass here
    ► ALLOWING WRITING IN TMP FOLDER
    configuration.yaml entry
    homeassistant:
    allowlist_external_dirs:
    - "/tmp"
    ► CREATING ANNKE MOTION SENSOR AUTOMATION IN HOME ASSISTANT
    automations.yaml entry
    alias: When ANNKE C800 sensor is activate
    description: ''
    trigger:
    - platform: state
    entity_id: binary_sensor.network_video_recorder_motion_4 # Use your Motion Sensor here
    to: 'on'
    condition: []
    action:
    - service: light.turn_on
    target:
    entity_id: light.first_led_hardware_instance
    - service: camera.snapshot
    data:
    filename: /tmp/annke_c800.jpg
    target:
    entity_id: camera.annke_c800_sub
    - service: notify.telegram # use the video tutorial below for Telegram
    data:
    message: motion is detected by ANNKE C800
    data:
    photo:
    - file: /tmp/annke_c800.jpg
    mode: single
    ► TELEGRAM NOTIFICATiONS IN HOME ASSISTANT
    Video Tutorial - • Home Assistant - Teleg...
    ► ANNKE C800 SPECS
    www.annke.com/products/c800#s...
    ✅ Don't Forget to like 👍 comment ✍ and subscribe to my channel!
    ► DISCLAIMER
    Some of the links above are affiliate links, where I earn a small commission if you click on the link and purchase an item. You are not obligated to do so, but it does help fund these videos in hopes of bringing value to you!
  • Навчання та стиль

КОМЕНТАРІ • 44

  • @bartborowski1770
    @bartborowski1770 2 місяці тому +1

    Hi KPeyanski! This works fantastically with Annke C1200 cameras as well, I was able to pull in snapshots and live view using WebRTC into the HA. Motion sensor works the same as on your example. I didn't need to flash any soft into it. You are doing great job here!
    Please note that you need to use H.264 compression standard! Otherwise it won't work with HA. I also used GuardingVision windows app to configure the camera, works more smoothly than the web view.

    • @KPeyanski
      @KPeyanski  2 місяці тому

      Glad to help and thanks for the info!

  • @alexvanhecke4594
    @alexvanhecke4594 3 роки тому +2

    Nice video again

    • @KPeyanski
      @KPeyanski  3 роки тому

      Glad you liked it, Alex! Cheers!

  • @JesseG2573
    @JesseG2573 3 роки тому +2

    Great video. I have a couple of Annke Cams. You are correct, they are rebranded Hikvision. I flash the Hikvision firmware on all of mine and they work perfectly, you just have to know which version to use. BTW, It also voids your warranty... I really enjoy watching your walkthrough tutorials and content you provide.
    See ya next Wednesday!!

    • @KPeyanski
      @KPeyanski  3 роки тому

      Hi Jesse, thanks for the comment and for the great work. I was just thinking what Hikvision firmware gives you more than the Annke FW?
      p.s. Definitely see ya next Wednesday :)

    • @JesseG2573
      @JesseG2573 3 роки тому

      @@KPeyanski I don't notice much of a difference except the fact that Hikvision releases firmware updates more often than Anker. Initially I had some issues that Annke couldn't resolve - 100 email exchanges. That is when I decided to flash to Hikvision. Out of my 9 cams, 3 Are Annke; 2 CZ500 and 1 C800. The CZ500 are Hikvision Dark fighter series. A real beast with 25X optical zoom. When you log into the Annke web browser you can tell in a side by side that it's Hikvision. See you next week. Stay safe!

  • @marcus3d
    @marcus3d 5 місяців тому +1

    Do the NVR, and the hikvision detection and other functions work locally without an internet connection? I.e., will I have to give China full access to all my cameras?

  • @TwanJaarsveld1
    @TwanJaarsveld1 Рік тому

    great video but will it work as separate cameras in Home Assistant if you connect all 4 to the nvr
    i'm thinking about the WS300 and i want to use those for Frigate

  • @frankiepibbs
    @frankiepibbs 20 днів тому

    Were you able to enable the Human / Vehicle and not only motion into Home Assistant, as the ANNKE C800 have in the new firmwares since 2 years?

  • @igorcicimov6234
    @igorcicimov6234 26 днів тому

    The dome is more expensive because it's more sturdy, I've seen people take a hummer to it and it survived.

  • @limitedrespawns
    @limitedrespawns Рік тому

    Hi, I have an N48PAW DVR like yours and I have the dome cameras attached to it. When I follow the above in VLC all I get is static and no image, do you know any fixes?

  • @tomjones2860
    @tomjones2860 3 роки тому

    I would love to see a video on how to move Motion eye from the old school way to install it into HA (with Config edit) to the new "built in" integration... Is it seamless to just accept the new HA integration? Will it preserve/change all of the YAML edits?

    • @KPeyanski
      @KPeyanski  3 роки тому

      Hi there, Tom I have a motionEye video check it out - ua-cam.com/video/e27jyEcE5lU/v-deo.html

  • @senj3ru
    @senj3ru Рік тому

    when check, have error Platform error binary_sensor.hiksivion - Integration 'hiksivion' not found.

  • @sunnygu4629
    @sunnygu4629 2 роки тому

    Hi Kiril - great videos - I just want to ask your opinion of Reolink vs Annke particularly in regards to Home Assistant and Google Home integration? Thanks

    • @KPeyanski
      @KPeyanski  2 роки тому

      They both can work with HA as long as they support RTSP protocol and most of Reolink & ANNKE models have that support. Regarding the Google Home I'm not an expert there as I'm using Alexa and I cannot tell you my opinion first hand.

  • @vpnobrega
    @vpnobrega 2 роки тому

    Hello, in annke nvr software, you can receive alerts about person detection or vehicles detection? Some reolink cameras have this feature but i didnt know if annke have this feature.

    • @KPeyanski
      @KPeyanski  2 роки тому

      Yes, Annke also released some models with AI (person & vehicle detection) I can't tell you the exact models, but check their website and you will find it.

  • @alienxgaming5796
    @alienxgaming5796 3 роки тому

    hi,
    i have a doubt .
    can i get the output display by hdmi port in rasberry pi where i installed home assistant??

    • @KPeyanski
      @KPeyanski  3 роки тому +1

      Sure, but you will either see a console window if you are using HA OS or for example your OS (like raspberry os) if you have HA supervised installation.

  • @dannyssl23
    @dannyssl23 3 роки тому

    Hi Kiril! Great video. I have the exact same NVR and C800. I've followed the steps and i can see the RTSP stream on VLC but i can't get it to work in Homeassistant(using the exact same rtsp). I do have another IPCam outside of the NVR that i had no issue with in Home Assistant. I also tried the motion sensor and it also does not work. it seems like my nvr is not allowing home assistant. Any ideas?

    • @KPeyanski
      @KPeyanski  3 роки тому +1

      are the NVR and HA in the same network and vlan?

    • @dannyssl23
      @dannyssl23 3 роки тому

      @@KPeyanski OH! VLAN.. Thanks a lot!

  • @TheAramis0
    @TheAramis0 Рік тому

    Hi, I'm getting this error in HA "This entity ('camera.annke_c800_sub') does not have a unique ID, therefore its settings cannot be managed from the UI. See the documentation for more detail." not sure where is the issue but not getting this live view from my DVR

    • @danmitchell6649
      @danmitchell6649 Рік тому

      I'm getting the exact same issue. Any thoughts​ @KPeyanski ?

  • @MrDenisJoshua
    @MrDenisJoshua 2 роки тому +1

    Thanks a lot for the video
    ...but how can I use that calculator please ? (09:00)

    • @KPeyanski
      @KPeyanski  2 роки тому

      On macOS just press command + space and then type...

    • @MrDenisJoshua
      @MrDenisJoshua 2 роки тому

      @@KPeyanski Sorry... I didn't understand that you use Mac :-)

    • @lecheelemental4739
      @lecheelemental4739 2 роки тому +1

      Windows + R then type calc

    • @MrDenisJoshua
      @MrDenisJoshua 2 роки тому

      @@lecheelemental4739 I know the windows calc :-)
      But I like that one

  • @martysewell4168
    @martysewell4168 3 роки тому +1

    The dome is PTZ ? That's why it cost more

    • @KPeyanski
      @KPeyanski  3 роки тому

      I'm not sure about the PTZ as I'm not seeing it in the specification, but from what I understand the dome is a IK10 rated vandal-proof camera and that is the reason behind the price.

  • @fineas4
    @fineas4 Рік тому

    I just bought the H800 camera set (I think there are 8 x C800 camera) and I didn't install them yet, but as far the quality looks pretty good. I can't wait to install them and see them live
    The only "problem" is, the NVR would be in attic and I would like to have a monitor in house (that means I have to connect a hdmi for monitor and usb for mouse into the house, that is a challenge)

    • @KPeyanski
      @KPeyanski  Рік тому

      Thanks for sharing. Good choice

  • @vpnobrega
    @vpnobrega 2 роки тому

    This is better than reolink nvr kit?

    • @KPeyanski
      @KPeyanski  2 роки тому

      It depends, the Home Assistant integration works better with ANNKE/Hikvision, but Reolink interface is better overall.

  • @intech7863
    @intech7863 2 роки тому

    well mine come without controler hmm annke

    • @KPeyanski
      @KPeyanski  2 роки тому

      What do you mean? How come?

  • @eugenponiatowski946
    @eugenponiatowski946 Рік тому

    Geek