A python library for speaking to fjäråskupan
Project description
This module support controlling Fjäråskupan kitchen fans over bluetooth
Status
Module
Code to set fan speed using library.
async def run():
async with Device("AAAAAAAA-BBBB-CCCC-DDDD-EEEEEEEEEEEE") as device:
await device.set_fan_speed(5)
loop = asyncio.get_event_loop()
loop.run_until_complete (run())
Commandline
Scan for possible devices.
python -m fjaraskupan scan
Code to set fan speed using commandline.
python -m fjaraskupan fan AAAAAAAA-BBBB-CCCC-DDDD-EEEEEEEEEEEE 5
To get help on possible commands
python -m fjaraskupan -h
python -m fjaraskupan light -h
python -m fjaraskupan fan -h
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
fjaraskupan-2.3.2.tar.gz
(6.7 kB
view details)
Built Distribution
File details
Details for the file fjaraskupan-2.3.2.tar.gz
.
File metadata
- Download URL: fjaraskupan-2.3.2.tar.gz
- Upload date:
- Size: 6.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.12.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
f73bf64d0164a78b9bcd0be52104b3f406830edc7ea94562fb8966fa9fbdfdae
|
|
MD5 |
f14e853158bbc751750239a75e69a05d
|
|
BLAKE2b-256 |
6590ba02e996862d7f6bf8a413a908820624d81a0c46cdad6a9f484cb1df113c
|
File details
Details for the file fjaraskupan-2.3.2-py3-none-any.whl
.
File metadata
- Download URL: fjaraskupan-2.3.2-py3-none-any.whl
- Upload date:
- Size: 6.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.12.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
c914a0054467da971a113c4d842b9ebfd3376248ab26aad869e9a8e69588763d
|
|
MD5 |
797d9c79652e8ead0efb85d8480548f7
|
|
BLAKE2b-256 |
1f3026e6f6366f73c073ac1d723011261c5068fee2765a73d4acf42059fe25fa
|