All Projects → RenierM26 → ha-ezviz

RenierM26 / ha-ezviz

Licence: GPL-3.0 license
Ezviz component for HASSIO, testing latest additions to official integration also maintained by me.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to ha-ezviz

works-with-home-assistant
Equipment and software that works with Home Assistant
Stars: ✭ 32 (-5.88%)
Mutual labels:  hassio
ha-zoom-automation
Custom Home Assistant component for Zoom. Tracks when you are connected to a Zoom call by default but may allow you to track more.
Stars: ✭ 47 (+38.24%)
Mutual labels:  hassio
hassio-vagrant
Vagrant box running Hass.io / Home Assistant
Stars: ✭ 42 (+23.53%)
Mutual labels:  hassio
awesome-ha-blueprints
A curated collection of automation blueprints for Home Assistant.
Stars: ✭ 258 (+658.82%)
Mutual labels:  hassio
xboxone-home-assistant
Control your Xbox One from your Home Assistant device.
Stars: ✭ 26 (-23.53%)
Mutual labels:  hassio
Home Assistant.io
📘 Home Assistant User documentation
Stars: ✭ 2,377 (+6891.18%)
Mutual labels:  hassio
homeassistant-aemet-sensor
AEMET integration for Home Assistant
Stars: ✭ 21 (-38.24%)
Mutual labels:  hassio
mini-humidifier
Minimalistic humidifier card for Home Assistant Lovelace UI
Stars: ✭ 129 (+279.41%)
Mutual labels:  hassio
hass-pfsense
pfSense integration with Home Assistant
Stars: ✭ 44 (+29.41%)
Mutual labels:  hassio
hassio-addons
My homeassistant addons
Stars: ✭ 646 (+1800%)
Mutual labels:  hassio
hassio
ESPHome Hass.io addon files
Stars: ✭ 175 (+414.71%)
Mutual labels:  hassio
home assistant appdaemon alexa google
An AppDaemon application for Home Assistant, handles calls from Alexa Skill and a Google Action
Stars: ✭ 11 (-67.65%)
Mutual labels:  hassio
tv-card
📺 TV Remote Card
Stars: ✭ 139 (+308.82%)
Mutual labels:  hassio
addon-shinobi
Shinobi Pro - Community Hass.io Add-on for Home Assistant
Stars: ✭ 22 (-35.29%)
Mutual labels:  hassio
lovelace-rpi-monitor-card
A Raspberry Pi status display Card for Home Assistant Lovelace
Stars: ✭ 102 (+200%)
Mutual labels:  hassio
Home-Assistant-custom-components-DPC-Alert
Italy Meteo-hydro alert and hydrogeological phenomena Civil Protection (Protezione Civile). In this custom component you can find the vigilance Bulletin and the Bulletin of national hydrogeological and hydraulic criticalities. They allow to check whether in your current location there will be criticalities/warnings related to weather-hydrogeolog…
Stars: ✭ 31 (-8.82%)
Mutual labels:  hassio
Awesome Home Assistant
A curated list of amazingly awesome Home Assistant resources.
Stars: ✭ 3,487 (+10155.88%)
Mutual labels:  hassio
openwrt
A custom ROM for IPQ40xx (currently: EA6350v3, MR8300, EA8300, GL-S1300, and GL-B1300) with several modifications and many annoyances fixed.
Stars: ✭ 58 (+70.59%)
Mutual labels:  ezviz
Home-AssistantConfig
Home Assistant configuration and documentation using Hass.io on rpi3
Stars: ✭ 12 (-64.71%)
Mutual labels:  hassio
hassio-addons
➕ Docker add-ons for Hass.io
Stars: ✭ 33 (-2.94%)
Mutual labels:  hassio

hacs_badge Donate

Updated Ezviz HA component making use of latest version of pyEzviz (API behind the integration). (**Basically Beta version of ha component with up to date changes)

https://www.home-assistant.io/integrations/ezviz/

 

EZVIZ account setup (doesn't require IE):

  1. Register your account here: https://i.ezvizlife.com/user/userAction!goRegister.action
  2. Take note of your User Name, you will need it to the EZVIZ Integration setup
  3. Login here: https://euauth.ezvizlife.com/signIn
  4. Logged in access the user account here: https://i.ezvizlife.com/user/userAction!displayUserInfo.action (to add/manage cameras) or use the EZVIZ App

 

Install:

  1. Copy to custom_components folder or use HACS custom repository. (Custom repository : RenierM26/ha-ezviz)
  2. RESTART Home Assistant

The integration makes use of Config flows for config. Please install and configure via hassio integration:

  1. Go to Configuration > Integrations, add and find the "Ezviz(Beta)" integration. (If you did not have yaml config entries. If you did, it will import automatically and create integrations for you).
  2. Type in your ezviz account username and password. Also please check your region code.
  3. Your camera(s) should now be present on Hass

 

When upgrading from old verions:

Legacy, you can now configure all settings via the integration page on hassio (also known as config flow).

From 0.0.4.0 (Legacy Yaml method no longer needed on latest version!):

ffmpeg:
stream:
camera:
  - platform: ezviz_cloud
    username: "Ezviz account username"
    password: "Ezviz account password"
    cameras:
      D666321311:
        username: admin
        password: Password_from_camera_sticker
      D666321312:
        username: admin
        password: Password_from_camera_sticker
      E666321313:
        username: admin
        password: Password_from_camera_sticker

 

Notes:

  1. Hassio makes use of rtsp for camera streaming. This function will only work on the local network. (Mabe we'll be able to reverse engineer the ezviz cloud rtsp proxy in the future)
  2. Please disable encryption on your cameras.
  3. MFA needs to be disabled or the integration setup will fail.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].