shenxn / ha-dyson

HomeAssitant custom integration for dyson
MIT License
310 stars 59 forks source link

Collect device WiFi SSID #17

Open shenxn opened 3 years ago

shenxn commented 3 years ago

I'm currently working on a new way of setting up through device WiFi SSID and password. See https://community.home-assistant.io/t/dyson-pure-cool-link-local-mqtt-control/217263. I would like to collect some device SSIDs so that I can know how to parse them. Look for the WiFi information sticker and find the device WiFi SSID. For privacy, you can use X to represents some of the bits in your SSID. For example, for SSID like DYSON-NK6-US-YUK5722Y-475, you can put DYSON-NK6-XX-XXXXXXXX-475. Please also provide your device model as well.

I also write a small script to calculate MQTT credential from device WiFi password. Clone the dev branch of libdyson (https://github.com/shenxn/libdyson/tree/dev) and run python3 calculate_device_credenial.py to see if it works for your device.

Thanks a lot for everyone making this integration and HomeAssistant better.

Krocko commented 3 years ago

Dyson Pure Cool Link: DYSON-NN3-EU-XXXXXXXX-475

Phontana commented 3 years ago

Dyson Pure Cool Link:

DYSON-NN2-XX-XXXXXXXX-475

I also tested the python script and the generated password is correct for my device.

CrazyLlamaMan commented 2 years ago

Dyson Pure Hot+Cool Link:

DYSON-PE9-UK-KXXXXXXA-455

johnypony3 commented 1 year ago

is this still recent?