wemosetup icon indicating copy to clipboard operation
wemosetup copied to clipboard

A simple Python script to set up WeMo devices

Results 1 wemosetup issues
Sort by recently updated
recently updated
newest added

Looks like the encode hex command in the encrypt_wifi_password is failing in python3 when trying to add a device. I tried importing codecs and changing it to `codecs.encode(salt, 'hex')` and...