axis
axis copied to clipboard
Python library enabling easy communication with Axis devices and its metadatastream
Remove EventGroup as that was only metadata for the axis integration which is no longer needed Remove xml attribute prefixes Rename topics to use axis instead of tnsaxis and onvif...
https://github.com/home-assistant/core/issues/110794 https://github.com/home-assistant/core/issues/109029
https://community.home-assistant.io/t/axis-camera-integration-feature-request-specify-image-resolution/670293
https://github.com/dmannion1972/axis-websocket-metadata-python/blob/main/getsesssionid.py https://github.com/dmannion1972/axis-websocket-metadata-python https://github.com/encode/httpx/issues/304 https://gist.github.com/tomchristie/3293d5b118b5646ce79cc074976744b0 ```python import trio async def main(): async with ws_connect("ws://127.0.0.1:8765") as websockets: await websockets.send("Hello, world.") message = await websockets.recv() print(message) trio.run(main) ``` ```python import base64 import contextlib...
The problem The motion sensors (vdm4) of my Axis cameras (both P3228-LVE) turn unavailable after a certain time. When I restart HA or reload the integration the sensors are available....
https://github.com/home-assistant/core/pull/88862/files
https://github.com/home-assistant/architecture/issues/435
The problem I have added AXIS M7011 camera with 3x motion sensors using AXIS integration. Randomly 1-12h, all 3x motion sensors stopping reporting any motion. On the same time, camera...