Hi @devbis , also have an A9 camera, more specs here:
https://www.elektroda.com/rtvforum/viewtopic.php?p=21859742
I tried integration but i receive below error, what can i do to troubleshoot, to make this cam to work?
2026-03-11 15:21:04.998 WARNING (ImportExecutor_0) [py.warnings] /usr/local/lib/python3.14/site-packages/aiopppp/device.py:36: SyntaxWarning: 'return' in a 'finally' block
return cam_device_fut.result()
2026-03-11 15:21:05.098 WARNING (ImportExecutor_0) [py.warnings] /config/custom_components/pppp_camera/camera.py:183: SyntaxWarning: 'return' in a 'finally' block
return response
2026-03-11 15:21:35.419 ERROR (MainThread) [custom_components.pppp_camera] Cannot connect to 192.168.0.225
Traceback (most recent call last):
File "/config/custom_components/pppp_camera/config_flow.py", line 59, in async_validate_input
dev_descriptor = await find_device(ip_address)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.14/site-packages/aiopppp/device.py", line 37, in find_device
raise TimeoutError("Timeout connecting to the camera")
TimeoutError: Timeout connecting to the camera
Hi @devbis , also have an A9 camera, more specs here:
https://www.elektroda.com/rtvforum/viewtopic.php?p=21859742
I tried integration but i receive below error, what can i do to troubleshoot, to make this cam to work?