Skip to main content

Async Python client for Nanit baby cameras

Project description

aionanit

Async Python client library for Nanit baby cameras.

Features

  • Authentication: Email/password login, MFA verification, automatic token refresh.
  • WebSocket: Protobuf-over-WebSocket communication with cameras (cloud and local).
  • REST API: Baby metadata, cloud events, snapshots.
  • Streaming: RTMPS URL construction for live video.
  • Push-based: Subscribe to real-time camera state changes (sensors, settings, controls).

Installation

pip install aionanit

Quick Start

import aiohttp
from aionanit import NanitClient

async with aiohttp.ClientSession() as session:
    client = NanitClient(session)

    # Login
    tokens = await client.async_login("you@example.com", "password")

    # Get babies
    babies = await client.async_get_babies()
    baby = babies[0]

    # Connect to camera
    camera = client.camera(baby.camera_uid, baby.uid)
    await camera.async_start()

    # Subscribe to state changes
    def on_event(event):
        print(f"Sensors: {event.state.sensors}")

    unsub = camera.subscribe(on_event)

    # Get RTMPS stream URL
    url = await camera.async_get_stream_rtmps_url()
    print(f"Stream: {url}")

    # Cleanup
    unsub()
    await client.async_close()

Requirements

  • Python 3.12+
  • aiohttp >= 3.9.0
  • protobuf >= 6.0

License

MIT

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

aionanit-1.8.6b3.tar.gz (48.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

aionanit-1.8.6b3-py3-none-any.whl (33.8 kB view details)

Uploaded Python 3

File details

Details for the file aionanit-1.8.6b3.tar.gz.

File metadata

  • Download URL: aionanit-1.8.6b3.tar.gz
  • Upload date:
  • Size: 48.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.13

File hashes

Hashes for aionanit-1.8.6b3.tar.gz
Algorithm Hash digest
SHA256 16b47cfbb34166bb73b863d5e7b3b9cbff382fd51716dd1544d16272fe3712ae
MD5 c27d8b4e4d0fb2e977519392e4ff0209
BLAKE2b-256 414710633aec2a2b3c793551f0b2ae73b34c7315f2772b9b3bcc4e9396b1110c

See more details on using hashes here.

Provenance

The following attestation bundles were made for aionanit-1.8.6b3.tar.gz:

Publisher: release.yaml on wealthystudent/ha-nanit

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file aionanit-1.8.6b3-py3-none-any.whl.

File metadata

  • Download URL: aionanit-1.8.6b3-py3-none-any.whl
  • Upload date:
  • Size: 33.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.13

File hashes

Hashes for aionanit-1.8.6b3-py3-none-any.whl
Algorithm Hash digest
SHA256 d0aefef6de10aea2f626b3db57754471d28c1e360cfbd47cfa976638e7e62452
MD5 f26361b5ca6ea027173844e1dd94c57d
BLAKE2b-256 b8f45c4228ae3241229f26d424d7e7db5125482c871a2ac478da7044acb85ccf

See more details on using hashes here.

Provenance

The following attestation bundles were made for aionanit-1.8.6b3-py3-none-any.whl:

Publisher: release.yaml on wealthystudent/ha-nanit

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page