-
-
Notifications
You must be signed in to change notification settings - Fork 8.3k
add agent_dvr #12333
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
add agent_dvr #12333
Changes from all commits
Commits
Show all changes
9 commits
Select commit
Hold shift + click to select a range
070c47e
add agent_dvr
ispysoftware 5c96a3c
Update source/_integrations/agent_dvr.markdown
ispysoftware 00a5d9d
Update source/_integrations/agent_dvr.markdown
ispysoftware 0ef73f9
Update agent_dvr.markdown
ispysoftware e6fd017
Delete agent_dvr.png
ispysoftware 1524917
updates to agent_dvr markdown
ispysoftware cfe7973
Update source/_integrations/agent_dvr.markdown
ispysoftware d066c2f
updates to agent markdown
ispysoftware e990928
Bump HA version
frenck File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,68 @@ | ||
| --- | ||
| title: Agent DVR | ||
| description: Access and control Agent DVR from Home Assistant. | ||
| ha_category: | ||
| - Camera | ||
| ha_config_flow: true | ||
| ha_release: "0.110" | ||
| ha_iot_class: Local Pull | ||
| ha_codeowners: | ||
| - '@ispysoftware' | ||
| ha_domain: agent_dvr | ||
| --- | ||
|
|
||
| [Agent DVR](https://www.ispyconnect.com/download.aspx/) is a free* software DVR solution for windows 10, Mac and Linux. Agent DVR runs as a service or console application and can access and control a huge range of third party cameras with advanced motion detection, including YOLO integration for object recognition. The iSpyConnect website provides secured (SSL) remote access without port forwarding needed. | ||
|
|
||
| You can add Agent DVR via integrations using the IP address and port of the server, e.g.,: `http://192.168.1.3:8090/`. | ||
|
|
||
|
|
||
| ## Configuration | ||
|
|
||
| For configuration, go to the `Integrations panel` on your Home Assistant instance. Click on the + symbol and pick 'Agent DVR' from the list and enter your Agent DVR server address and port. You can then setup your devices using the Home Assistant UI. | ||
|
|
||
| <div class='note'> | ||
| Please ensure you are using Agent DVR v2.6.1.0 + | ||
| </div> | ||
|
|
||
| ## Services | ||
|
|
||
| Once loaded, the `agent_dvr` integration will expose services that can be called to perform various actions. The `entity_id` service attribute can specify one or more specific cameras. | ||
|
|
||
| Available services: | ||
| `enable_alerts`, `disable_alerts`, | ||
| `start_recording`, `stop_recording`, | ||
| `turn_on`, `turn_off`, `toggle`, `enable_motion_detection`,`disable_motion_detection` | ||
|
|
||
| #### Service `enable_alerts`/`disable_alerts` | ||
|
|
||
| These services enable or disable the device's alert events within Agent DVR. | ||
|
|
||
| Service data attribute | Optional | Description | ||
| -|-|- | ||
| `entity_id` | no | Name(s) of entities, e.g., `camera.living_room_camera`. | ||
|
ispysoftware marked this conversation as resolved.
|
||
|
|
||
| #### Service `start_recording`/`stop_recording` | ||
|
|
||
| These services start or stop the device recording. | ||
|
|
||
| Service data attribute | Optional | Description | ||
| -|-|- | ||
| `entity_id` | no | Name(s) of entities, e.g., `camera.living_room_camera`. | ||
|
|
||
| #### Service `turn_on`/`turn_off`/`toggle` | ||
|
|
||
| These services turn on, off or toggle the device enabled state within Agent DVR | ||
|
|
||
| Service data attribute | Optional | Description | ||
| -|-|- | ||
| `entity_id` | no | Name(s) of entities, e.g., `camera.living_room_camera`. | ||
|
ispysoftware marked this conversation as resolved.
|
||
|
|
||
|
|
||
| ## IFrame | ||
|
ispysoftware marked this conversation as resolved.
|
||
| - Using the Webpage Card you can embed the Agent DVR viewer directly in Home Assistant. Just point it to https://www.ispyconnect.com/app/ | ||
|
|
||
| <p class='img'> | ||
| <img src='/images/screenshots/agent_dvr.jpg' /> | ||
| </p> | ||
|
|
||
| *Agent offers additional services like secured remote access (without port forwarding) and cloud uploads via a subscription service. | ||
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.