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").connect() as device:
await device.set_fan_speed(5)
asyncio.run(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
Release files for fjaraskupan 2.3.4
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| fjaraskupan-2.3.4.tar.gz | 6.9 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| fjaraskupan-2.3.4-py3-none-any.whl | Python 3 | none | any | Details |
Total release size:13.6 kB
Release files / fjaraskupan-2.3.4.tar.gz
| Download URL | fjaraskupan-2.3.4.tar.gz |
|---|---|
| Size | 6.9 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
3f67384b686bf798fc9af9cba6515eed30860ac8804553a60ee69223cd6077a6
|
|
BLAKE2b-256 checksum How to use checksums |
4b4a9e1266f16b18976e503e42b0795e3dd845cbccad5428e5beaf4284856ade
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.14.5
|
Release files / fjaraskupan-2.3.4-py3-none-any.whl
| Download URL | fjaraskupan-2.3.4-py3-none-any.whl |
|---|---|
| Size | 6.8 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
93ec8033442850c7730c2bb0376403153f3830e0618454218b9a61b73cedfe89
|
|
BLAKE2b-256 checksum How to use checksums |
6c1deaecc4225b5432fd012c7d6c02967c1cbfcdb4e4babe551637f0d8b7a97c
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.14.5
|