Git Product home page Git Product logo

nipca's Introduction

nipca

Home Assistant custom component for NIPCA-compatible cameras. I only use and update @yottatsa code https://github.com/yottatsa/hass_nipca and use for my dlink camera.

ATTENTION ! Actually this integration have a problem that gui stops working or goes very slow

Usage

Copy content of custom_components directory in your HA custom_components directory and change configuration.yaml:

nipca:
  username: [user]
  password: [pass]

sensor:
  - platform: nipca
    name: Sensor Nipca
    url: http://192.168.x.x
    username: [user]
    password: [pass]

camera:
  - platform: nipca
    name: Camera Nipca
    url: http://192.168.x.x
    username: your_username
    password: your_password
    mjpeg_url: http://192.168.x.x/video/mpegts.cgi
    still_image_url: http://192.168.x.x/image/jpeg.cgi

Hardware compatibility list

My D-Link camera DCS-P6000LH and other dlink cameras with nipca cgi .

nipca's People

Contributors

dave-code-ruiz avatar

Stargazers

 avatar

Watchers

 avatar  avatar

nipca's Issues

Error when using integration

Logger: homeassistant.components.binary_sensor
Source: components/binary_sensor/init.py:172
Integration: Binary sensor (documentation, issues)
First occurred: 9:03:37 PM (1 occurrences)
Last logged: 9:03:37 PM
BinarySensorDevice is deprecated, modify NipcaMotionSensor to extend BinarySensorEntity

Integration freezes HA core if camera is not available

Hi,
I have been having system locks almost every day since I used the integration. I decided to remove the integration and the system is doing fine. I noticed that my camera sometimes becomes unavailable (using mydlink app) and this freezes the whole system.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.