David Buezas

Results 381 comments of David Buezas

Is there any bugfix or added feature here or just linting? Thanks for your contribution!

Enable alarms first in the original app

Yes that's normal, take a thorough look at the readme and it should be clear

See https://github.com/dbuezas/icsee-ptz?tab=readme-ov-file#example-automation The entity is the same you mentioned above.

You may want to test if you can connect with the xmeye app to confirm the protocol is open and the username and pass are ok. Just add it as...

I think in icsee you can't add manually without reconfiguring the camera. Alternatively, you can check if the video stream works on go2rtc

No, there isn't. I don't know if it can be implemented (probably) If the option is there in xmeye, try changing the codec

Hi there! Unfortunately I didn't add support for non standard ports, unless you can code, I can look into it in a month or so. Sorry for that!

You should be able to enter the ip manually like explained in the readme. If that doesn't work, you may have to make sure the port 34567 is open

Sorry to hear that. There's actually no specific stop command to stop the camera, so the integration sends does `await self.cam.dvrip.ptz("DirectionUp", preset=-1)`, which in most cameras does the trick. Try...