eschava / broadlink-mqtt

MQTT client to control BroadLink devices
MIT License
221 stars 60 forks source link

Only works with Python 3 #72

Closed VincentSC closed 4 years ago

VincentSC commented 4 years ago

Python 2 gives problems. Therefore first line in mqtt.py needs to be:

!/usr/bin/env python3

See also last comment in #64

VincentSC commented 4 years ago

Also added some info to #29

eschava commented 4 years ago

Python 2 gives problems for some devices only, most of them work normally

eschava commented 4 years ago

Also, there is a pull request to fix compatibility with Python 2 https://github.com/mjg59/python-broadlink/pull/368