lacrosse-view
Client for retrieving data from the La Crosse View cloud
What it is and what it does
lacrosse_view is an async Python client for querying the La Crosse View cloud service, which aggregates data from La Crosse View-connected environmental sensors (temperature, humidity, and similar readings). It handles authentication, location and sensor discovery, and time-windowed data retrieval with timezone support. The library wraps the cloud API and returns sensor readings as structured objects with values and Unix timestamps.
It is designed for integration with Home Assistant and similar home automation platforms, or for standalone scripts that need to pull sensor readings programmatically. The package uses aiohttp for async HTTP requests and pydantic for data validation, making it suitable for event-driven or concurrent applications.
Use it for:
- Integrate La Crosse View sensors into Home Assistant for centralized home automation monitoring.
- Build a script to log sensor readings to a database or time-series store on a schedule.
- Query historical sensor data within a time window for analysis or reporting.
- Retrieve current readings from multiple sensors across different locations in a single account.
- Automate alerts or actions based on sensor thresholds (temperature, humidity) via a custom application.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Retrieves sensor data from La Crosse View-connected weather and environmental sensors via their cloud API.
Yes, if you own La Crosse View-connected sensors and need programmatic access to their data. The library is stable and has low install friction, but be aware that the maintainer has stepped back from active development and will only apply fixes required by Home Assistant. If the cloud API changes or you encounter issues specific to your device setup, support will be limited.
Install
lacrosse-view on PyPI
pip
pip install lacrosse-viewuv
uv add lacrosse-viewpoetry
poetry add lacrosse-viewInstalling lacrosse-view
Before you install
Low friction install with three runtime dependencies (aiohttp, pydantic, aiozoneinfo). Maintenance is active but the maintainer has explicitly stated the project is no longer being updated beyond general Home Assistant compatibility fixes, and they no longer own a device for testing.
License in practice
Licensed under MIT (permissive), so you can use, modify, and distribute the package freely with minimal restrictions.
Quickstart
pip install lacrosse_view
from lacrosse_view import LaCrosse
import asyncio
async def get_data():
api = LaCrosse()
await api.login('username', 'password')
locations = await api.get_locations()
sensors = await api.get_sensors(locations[0], tz="America/Vancouver")
await api.logout()
asyncio.run(get_data())
Requires a valid La Crosse View account with connected sensors; Python 3.6 or later.
Verify before relying
- Whether the La Crosse View cloud API remains stable and accessible for authentication and sensor queries.
- Current compatibility status with La Crosse View's backend after the maintainer's shift away from active development.
- Whether all sensor types and data fields are reliably returned across different device configurations.
Package facts
| License | not declared (permissive) |
| Python support | supports the current Python release (>=3.6) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 3 — aiohttp, pydantic, aiozoneinfo |
| Maintenance | actively maintained — 93 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 73,997/month — #14,892 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: lacrosse_view-1.1.2-py3-none-any.whl
Tags
More Internet packages
Botocore provides low-level, data-driven access…
permissive · top 100 on PyPI
aiobotocoreProvides an async client for AWS services using…
permissive · top 100 on PyPI
pydanticPydantic validates Python data structures…
permissive · top 100 on PyPI
filelockProvides a platform-independent file locking…
permissive · top 100 on PyPI
fastapiFastAPI is a Python web framework for building…
permissive · top 100 on PyPI
googleapis-common-protosProvides common Protocol Buffer message…
permissive · top 100 on PyPI
openmeteo-requestsFetches weather data from the Open-Meteo API…
permissive · top 15,000 on PyPI
airthings-cloudA Python library for communicating with…
permissive · top 15,000 on PyPI
aioairqAsynchronous Python library for retrieving…
permissive · top 15,000 on PyPI
aioecowittProvides an async Python wrapper for the…
permissive · top 15,000 on PyPI
giosFetches real-time air quality measurements from…
permissive · top 15,000 on PyPI
venstarcolortouchProvides a Python interface to query and…
permissive · top 15,000 on PyPI
ouster-sdkOuster SDK provides Python interfaces to…
permissive · top 15,000 on PyPI
env_canadaProvides async access to Environment Canada…
permissive · top 15,000 on PyPI
nettigo-air-monitorFetches and parses air quality data from…
permissive · top 15,000 on PyPI
aionotionaionotion is an asyncio-friendly Python library…
permissive · top 15,000 on PyPI