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.2.0.tar.gz
(5.8 kB
view details)
Built Distribution
File details
Details for the file fjaraskupan-2.2.0.tar.gz
.
File metadata
- Download URL: fjaraskupan-2.2.0.tar.gz
- Upload date:
- Size: 5.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 120d43c9c47904b70f0a3376bced2a643e72ded7fac77b0a0ef43dc8952ce5b3 |
|
MD5 | c7eff9037cca242088a1b9a8693df1be |
|
BLAKE2b-256 | f6bddc42011226e0dc8eca9125c4538882cf87a1b475e5eed252018387208760 |
File details
Details for the file fjaraskupan-2.2.0-py3-none-any.whl
.
File metadata
- Download URL: fjaraskupan-2.2.0-py3-none-any.whl
- Upload date:
- Size: 6.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3a0db08b661f5154050190aaa5aa3e00d099316557de2a30c1704ac286f300e5 |
|
MD5 | 8a9a49a449d1cc1f57fa822ed91a6353 |
|
BLAKE2b-256 | e07c5f7a05084b53a7f94c8583060ef0ed2d3af348e44ae0febae112c3776693 |