eschava / broadlink-mqtt

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

BG1 Devices #46

Closed cgorms closed 4 years ago

cgorms commented 4 years ago

I have 2 BG1 devices, mqtt.py discovers multiple devices but identifies them as unknown... how do I configure these.

They are https://www.bgelectrical.uk/wiring-devices/moulded/smart-sockets#822/HC-01

eschava commented 4 years ago

I've already added support for BG1 device but parent https://github.com/mjg59/python-broadlink library still misses it. There already is a pull request (https://github.com/mjg59/python-broadlink/pull/290) and you either need to wait until it will be merged to the main project tree or install python-broadlink from https://github.com/barnybug/python-broadlink/tree/add_bgelectrical_sockets branch using next command (not tested by me though)

pip install git+https://github.com/barnybug/python-broadlink@add_bgelectrical_sockets

cgorms commented 4 years ago

Thank you that works 🙂

cgorms commented 4 years ago

Thank you that works 🙂