Skip to main content

WSView Plus support

Project description

Wittiot

Python library for accessing Wittiot / WSView Plus weather station data via local LAN API.

Installation

pip install wittiot

Usage

import asyncio
import logging
from aiohttp import ClientSession
from wittiot import API

async def main():
    # Replace with your device IP
    HOST = "192.168.1.110"
    
    async with ClientSession() as session:
        api = API(HOST, session=session)
        
        try:
            # Get all sensor data
            data = await api._request_loc_allinfo()
            print(f"Data from {HOST}:")
            print(data)
        except Exception as e:
            print(f"Error: {e}")

if __name__ == "__main__":
    logging.basicConfig(level=logging.INFO)
    asyncio.run(main())

Supported Devices

  • GW1100
  • GW2000
  • WN1900
  • And other Ecowitt/Wittiot devices supporting local API

Project details


Download files

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

Source Distribution

wittiot-1.0.32.tar.gz (22.5 kB view details)

Uploaded Source

Built Distribution

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

wittiot-1.0.32-py3-none-any.whl (23.0 kB view details)

Uploaded Python 3

File details

Details for the file wittiot-1.0.32.tar.gz.

File metadata

  • Download URL: wittiot-1.0.32.tar.gz
  • Upload date:
  • Size: 22.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.9.13

File hashes

Hashes for wittiot-1.0.32.tar.gz
Algorithm Hash digest
SHA256 90d6476c0c1f1f90936e4475282bee685d3bd7c54fca07bce3158b7d31f73b25
MD5 5c349d98f39d301c558284edc6791fb3
BLAKE2b-256 eddcf40c490a2cd93b0dbda65d7313acd6b3673d5f8b90c5043fdff9d736bf85

See more details on using hashes here.

File details

Details for the file wittiot-1.0.32-py3-none-any.whl.

File metadata

  • Download URL: wittiot-1.0.32-py3-none-any.whl
  • Upload date:
  • Size: 23.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.9.13

File hashes

Hashes for wittiot-1.0.32-py3-none-any.whl
Algorithm Hash digest
SHA256 03af50590da23ca706a77980b1382543fd1214363ad0c47fc41a565e05f5e219
MD5 7d83748fa0229bf287970a0e2a7e7596
BLAKE2b-256 d4904a8e373af25eec1aa5b5aaecc6b3758ebc9cf746c8f275ab330912b7d5d0

See more details on using hashes here.

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