Open shenxn opened 3 years ago
Dyson Pure Cool Link:
DYSON-NN3-EU-XXXXXXXX-475
Dyson Pure Cool Link:
DYSON-NN2-XX-XXXXXXXX-475
I also tested the python script and the generated password is correct for my device.
Dyson Pure Hot+Cool Link:
DYSON-PE9-UK-KXXXXXXA-455
is this still recent?
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 likeDYSON-NK6-US-YUK5722Y-475
, you can putDYSON-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 runpython3 calculate_device_credenial.py
to see if it works for your device.Thanks a lot for everyone making this integration and HomeAssistant better.