Skip to main content

Controlling Dyson Fan. For more information check out my website:https://pypi.org/project/DysonPythonHack/ and my github: https://github.com/Kill0geR/DysonPythonHack

Project description

DysonPythonHack

DysonPythonHack is a library which allows users to control their dyson fans.


How does DysonPythonHack work?

First of all you have to clone the Project.

Type this in your terminal:

git clone https://github.com/Kill0geR/DysonPythonHack

Then change Directory:

cd DysonPythonHack

Install all requirements:

pip install -r requirements.txt

Now you are ready to use DysonPythonHack


This how you use the Library when you now the IP-Address of your dyson

from DysonPythonHack import DysonDevice

DYSON_IP = "192.168.1.1"
DYSON_SSID = "NN2-EU-########"
DYSON_PASSWORD = "#######"

connect_dyson = DysonDevice(DYSON_IP, DYSON_SSID, DYSON_PASSWORD)
connect_dyson.start(speed=5, rotation=True, night_mode=False, fan_mode=True)

This how you use the Library when you DON'T now the IP-Address of your dyson

from DysonPythonHack import DysonDevice
from DysonPythonHack import DysonIP
import os

DYSON_IP = DysonIP().auto_ip_addr_dyson
DYSON_SSID = "NN2-EU-########"
DYSON_PASSWORD = "#######"

if not DYSON_IP:
    print("Failed to find Dyson IP")
    os._exit(0)

connect_dyson = DysonDevice(DYSON_IP, DYSON_SSID, DYSON_PASSWORD)
connect_dyson.start(speed=5, rotation=True, night_mode=False, fan_mode=True)

Parameter meanings

  • speed: You can set the speed between 1 and 10
  • rotation: If you set rotation to True your Fan will rotate
  • night_mode: If you set night_mode to True your Fan will enter the Night mode
  • fan_mod: If you set fan_mode to True your Fan will turn on

Change Log

0.0.1 (20/08/2024)

  • First Release

0.0.2 (21/08/2024)

  • Linux automatic dyson ip finder fix

0.0.3 (27/06/2025)

  • automatic dyson ip on windows fix

0.0.3.1 (27/06/2025)

  • Installation add on

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

DysonPythonHack-0.0.3.1.tar.gz (4.8 MB view details)

Uploaded Source

File details

Details for the file DysonPythonHack-0.0.3.1.tar.gz.

File metadata

  • Download URL: DysonPythonHack-0.0.3.1.tar.gz
  • Upload date:
  • Size: 4.8 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.11.7

File hashes

Hashes for DysonPythonHack-0.0.3.1.tar.gz
Algorithm Hash digest
SHA256 0d5b34e19581d8ae6cc3943f35107411585a0553c144d5c822c23a85015e348e
MD5 7fbf239151d8dd96540a65eca1b43a78
BLAKE2b-256 56b84b410b90d0c9eb8be4bb2238cac3ca0fe4bd1c0fc92c3551e5b7a58e9477

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page