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.0.tar.gz
(6.7 kB
view hashes)
Built Distribution
Close
Hashes for fjaraskupan-2.3.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | aab5516550d385ee9f5f4a17b3afcf5e08135fe8a7baa8b4c00fc257560642f9 |
|
MD5 | 190d854fb6a6477b4c922e7b50c82fc3 |
|
BLAKE2b-256 | b9b466ac88ec9ca2196446b6fd6b8355eaf6db1453857f6b985ff99ffe2e3b50 |