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

Axis f34 #105

Open
stamateviorel opened this issue Sep 28, 2021 · 1 comment
Open

Axis f34 #105

stamateviorel opened this issue Sep 28, 2021 · 1 comment

Comments

@stamateviorel
Copy link

stamateviorel commented Sep 28, 2021

So I am currently running home assistant os and can use the F34 camera but only one video source shows by default and no way of displaying the others. Would it be possible to add support for multiple camera within the same appliance ?
Like for example if i try to configure the camera i get this error

`Logger: aiohttp.server
Source: components/axis/config_flow.py:264
First occurred: 12:17:53 PM (2 occurrences)
Last logged: 12:20:25 PM

Error handling request
Traceback (most recent call last):
File "/usr/local/lib/python3.9/site-packages/aiohttp/web_protocol.py", line 422, in _handle_request
resp = await self._request_handler(request)
File "/usr/local/lib/python3.9/site-packages/aiohttp/web_app.py", line 499, in _handle
resp = await handler(request)
File "/usr/local/lib/python3.9/site-packages/aiohttp/web_middlewares.py", line 119, in impl
return await handler(request)
File "/usr/src/homeassistant/homeassistant/components/http/security_filter.py", line 60, in security_filter_middleware
return await handler(request)
File "/usr/src/homeassistant/homeassistant/components/http/forwarded.py", line 89, in forwarded_middleware
return await handler(request)
File "/usr/src/homeassistant/homeassistant/components/http/request_context.py", line 24, in request_context_middleware
return await handler(request)
File "/usr/src/homeassistant/homeassistant/components/http/ban.py", line 78, in ban_middleware
return await handler(request)
File "/usr/src/homeassistant/homeassistant/components/http/auth.py", line 144, in auth_middleware
return await handler(request)
File "/usr/src/homeassistant/homeassistant/components/http/view.py", line 135, in handle
result = await result
File "/usr/src/homeassistant/homeassistant/components/config/config_entries.py", line 190, in post
return await super().post(request)
File "/usr/src/homeassistant/homeassistant/components/http/data_validator.py", line 63, in wrapper
result = await method(view, request, *args, **kwargs)
File "/usr/src/homeassistant/homeassistant/helpers/data_entry_flow.py", line 72, in post
result = await self._flow_mgr.async_init(
File "/usr/src/homeassistant/homeassistant/data_entry_flow.py", line 153, in async_init
flow, result = await task
File "/usr/src/homeassistant/homeassistant/data_entry_flow.py", line 179, in _async_init
result = await self._async_handle_step(flow, flow.init_step, data, init_done)
File "/usr/src/homeassistant/homeassistant/data_entry_flow.py", line 260, in _async_handle_step
result: FlowResult = await getattr(flow, method)(user_input)
File "/usr/src/homeassistant/homeassistant/components/axis/config_flow.py", line 232, in async_step_init
return await self.async_step_configure_stream()
File "/usr/src/homeassistant/homeassistant/components/axis/config_flow.py", line 264, in async_step_configure_stream
if not video_source["Enabled"]:
KeyError: 'Enabled'`

@stamateviorel stamateviorel changed the title Axis f41 Axis f34 Sep 29, 2021
@Kane610
Copy link
Owner

Kane610 commented Oct 1, 2021

I have borrowed a FA54 and I hope that I can replicate your issue and add multiple stream support in the future

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants