Commit graph

26 commits

Author SHA1 Message Date
J. Nick Koston
4239923ea2
Fix memory leak in onvif ()
fixes https://github.com/home-assistant/core/issues/82504
2022-11-30 21:40:59 +01:00
Marc Mueller
63d519c1a8
Spelling updates () 2022-11-28 16:51:43 +01:00
Diogo Gomes
7999f109d1
Fix ONVIF subscription errors ()
fixes undefined
2022-11-16 12:51:14 +01:00
epenet
b318b9b196
Improve onvif type hints ()
* Remove onvif from mypy ignore list

* Adjust parsers

* Adjust event

* Adjust config_flow
2022-06-20 12:07:33 +02:00
Jason Hunter
29a2df3dfc
Restore ONVIF sensors ()
Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
2022-04-26 22:42:53 -07:00
Dave T
020f94fa56
Handle additional ONVIF messages (Hikvision) ()
* Handle additional onvif messages (hikvision)

* Only convert to local timezone once.

* Code review: put new parser in a better place.

* Remove whitespace

* Code review: Remove ONVIF 'line crossed' parser

* Code review: Unparsed events log info not warning

* Fix isort

* Handle additional onvif messages (hikvision)

* Only convert to local timezone once.

* Code review: put new parser in a better place.

* Remove whitespace

* Code review: Remove ONVIF 'line crossed' parser

* Code review:only return valid datetime,improve try

* Code review: datetime conversions into try blocks

* address PR comments

Co-authored-by: Jason Hunter <hunterjm@gmail.com>
2022-04-21 15:30:35 -04:00
Marc Mueller
62c20860ac
Use assignment expressions 22 () 2021-10-21 08:33:10 +02:00
Marc Mueller
364767ff22
Import Callable from collections.abc (4) () 2021-09-29 16:15:36 +02:00
Maciej Bieniek
f212049fc2
Add constructor return type in integrations O-S () 2021-05-20 15:58:17 +02:00
Franck Nijhof
6932cf9534
Use contextlib.suppress where possible () 2021-03-23 14:36:43 +01:00
J. Nick Koston
c820dd4cb5
Have pylint warn when user visible log messages do not start with capital letter or end with a period ()
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2021-03-19 09:26:36 -05:00
Marc Mueller
3d2b81a401
Update typing 11 () 2021-03-18 13:21:46 +01:00
Jason Hunter
f1bb7b4a0f
attempt to renew subscription immediately to stop endless loop if it fails after setup () 2020-10-31 09:15:11 -04:00
Rihan9
d01a96d1ce
Fix onvif sensor detection and onvif stop service call ()
* Fix stop service call after movement, add new parser for topic: tns1:RuleEngine/MotionRegionDetector/Motion

* Fix PullMessages call and formatting Stop call

* Fix timeout on pullmessages call

* Fix black and flake8 detected issues

* add SetSynchronizationPoint with try/except block
2020-10-19 13:01:34 -04:00
Jason Hunter
5a397312e7
Update ONVIF to Zeep 4.0/httpx ()
* convert to httpx and zeep 4.0

* fix tests

* add onvif-zeep-async to manifest

* pin zeep to fool CI cache

* address review comments
2020-10-18 23:29:53 -04:00
Eric Severance
34cb12d3c9
Addressing feedback from () 2020-08-12 09:34:27 -04:00
Eric Severance
49b375ff94
Allow ONVIF devices to resume a PullPoint subscription when the camera reboots () 2020-08-11 17:53:30 -04:00
Eric Severance
61a911af41
Adapt the ONVIF Renewal termination_time for Amcrest cameras () 2020-08-11 16:59:26 -04:00
J. Nick Koston
8b06d1d4bd
Prevent onvif from blocking startup () 2020-07-27 08:51:53 +02:00
Jason Hunter
eb95c5cd2e
update renew logic to work better with cameras responding with invalid termination times by extending the duration () 2020-06-03 09:51:57 -06:00
Jason Hunter
b0012bd5a6
guard against missing topic () 2020-05-25 13:37:47 +02:00
Jason Hunter
bd8848e57a
Fix ONVIF config entry unique ID ()
* fallback to device serial number if no mac available

* make password optional to fix 

* update tests to reflect new flow

* fix snake case and AsyncMock

* add comments around why weird things are being done
2020-05-24 21:50:50 +02:00
Jason Hunter
0e83cfade1
Fix ONVIF Transport ()
* allow lib to create AsyncTransport

* fix transport close issue
2020-05-22 19:46:11 -04:00
Jason Hunter
aeae4edb74
Fix ONVIF subscription renewal ()
* fix subscription renewal

* catch ValueError for 
2020-05-18 23:02:23 -04:00
Jason Hunter
b7ab07c987
additional log info and strings fix () 2020-05-14 11:25:58 -04:00
Jason Hunter
132bb4e890
ONVIF Event Implementation ()
Initial implementation of ONVIF event sensors
2020-05-11 13:12:12 -04:00