{"categories":[{"label":"Home Automation","url":"https://skillfed.io/packages/category/home-automation"}],"enrichment":{"capability":"Asynchronous Python library to discover, authenticate with, and control VeSync-compatible smart home devices including outlets, switches, fans, air purifiers, humidifiers, bulbs, air fryers, and thermostats.","skillfed_tags":["home-automation","iot-devices","async-api"],"use_cases":["Build a home automation dashboard that monitors and controls multiple VeSync devices in real time using async/await.","Integrate Levoit air purifiers or Cosori air fryers into a larger smart home system that needs device state polling and remote commands.","Create scheduled automation rules that turn outlets on/off or adjust fan speeds based on time or sensor triggers.","Monitor device state changes and log energy consumption or operational metrics from Etekcity outlets.","Develop a voice assistant skill or webhook handler that accepts commands to control VeSync devices asynchronously."],"what_it_does":"pyvesync is an async Python library for controlling VeSync-compatible smart home devices sold under brands like Etekcity, Levoit, and Cosori. It handles authentication, device discovery, and state management for outlets, switches, fans, air purifiers, humidifiers, bulbs, air fryers, and thermostats. The library uses aiohttp for non-blocking network I/O and mashumaro for serialization, making it suitable for integration into async applications and home automation frameworks.\n\nVersion 3.0+ introduced a major refactor with breaking changes: asynchronous-only operation, strong typing, standardized device APIs across product types, and custom exception handling. Devices are organized into typed collections (outlets, switches, fans, etc.) and expose common methods like update() and turn_off(). The library requires explicit error handling for network failures and API errors, and manages its own aiohttp session unless you provide one.","worth_installing":"Yes. The library is actively maintained, has no known vulnerabilities, and low install friction. It is the standard way to programmatically control VeSync devices in Python. The async-first design and strong typing make it suitable for modern applications. Breaking changes in version 3.0+ require careful migration if upgrading, but the refactored API is more consistent and maintainable. Recommended for anyone building integrations with VeSync-compatible smart home devices."},"id":"pyvesync","links":{"html":"https://skillfed.io/packages/pyvesync","md":"https://skillfed.io/packages/pyvesync.md","pypi":"https://pypi.org/project/pyvesync/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-04-16","license_spdx":null,"license_treatment":"permissive","name":"pyvesync","python_support":"supports_current","summary":"pyvesync is a library to manage Etekcity Devices, Cosori Air Fryers, and Levoit Air Purifiers run on the VeSync app."},"popularity":{"monthly_downloads":79074,"position":14385,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"3.4.2"}
