You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: