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.3.tar.gz
(6.7 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file fjaraskupan-2.3.3.tar.gz.
File metadata
- Download URL: fjaraskupan-2.3.3.tar.gz
- Upload date:
- Size: 6.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9647f5f40029de1c087ad8342baef5d875fae30b5be38de9654cbdac12ac06a1
|
|
| MD5 |
b08ec157d3dd2a91172dbbc701864c41
|
|
| BLAKE2b-256 |
ab1e752e5432e0196314b5d0a1435377e5a38f9ac045708adcaaf8b3e364939f
|
File details
Details for the file fjaraskupan-2.3.3-py3-none-any.whl.
File metadata
- Download URL: fjaraskupan-2.3.3-py3-none-any.whl
- Upload date:
- Size: 6.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
46f3e97bcb21c6f426b8ab407723f9ecabba661cd1ed70932672916bd22504b6
|
|
| MD5 |
306dd9d7de48d063f582621b624590f3
|
|
| BLAKE2b-256 |
9bb3e3db012c8608769f6d57f002ccf97a516f61d7a4013f1e914303b286cc99
|