Skip to content
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

[Solution] PTZ for ICSee/DVR-IP/NetSurveillance/Sofia cameras #495

Closed
dbuezas opened this issue May 29, 2023 · 1 comment
Closed

[Solution] PTZ for ICSee/DVR-IP/NetSurveillance/Sofia cameras #495

dbuezas opened this issue May 29, 2023 · 1 comment
Labels
documentation Improvements or additions to documentation

Comments

@dbuezas
Copy link
Contributor

dbuezas commented May 29, 2023

I'd add it to the wiki myself, but I think there's no way to make PRs to wikis.
Combined with the DVRIP source in go2rtc, this means that ICSee cameras that don't have onvif can work very well in Home Assistant.

Here's thee integration that exposes PTZ services:
--> https://github.com/dbuezas/icsee-ptz <--

Full yamls in the repo, but this how the PTZ can then be configured in this wonderful WebRTC card

ptz:
  service: icsee_ptz.move
  data_left:
    host: 192.168.178.27
    password: camarablanca3
    move_time: 1 # 1 second
    step: 10 # fastest speed
    cmd: DirectionRight
...
@dbuezas dbuezas changed the title PTZ for ICSee/DVR-IP/NetSurveillance/Sofia cameras [Solution] PTZ for ICSee/DVR-IP/NetSurveillance/Sofia cameras May 29, 2023
@AlexxIT AlexxIT added the documentation Improvements or additions to documentation label Jun 16, 2023
@AlexxIT
Copy link
Owner

AlexxIT commented Jun 16, 2023

Thanks! Just added to wiki.

@AlexxIT AlexxIT closed this as completed Jun 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

2 participants