CharlesBlonde / libpurecoollink

Dyson Pure Cool link python library
http://libpurecoollink.readthedocs.io
Other
205 stars 54 forks source link

Unable to make secure connection #17

Closed TheLion closed 6 years ago

TheLion commented 6 years ago

When I use a very simple script to test the connectivity to Dyson, I get the following error:

-- /home/pi/.local/lib/python3.5/site-packages/urllib3/connectionpool.py:857: InsecureRequestWarning: Unverified HTTPS request is being made. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings InsecureRequestWarning) Unable to login to Dyson account

Seems like only SSL connections are allowed?

Or is there something else going wrong?

TheLion commented 6 years ago

Never mind. Somehow my initial password got set wrong. :-(