eschava / broadlink-mqtt

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

Broadlink SC1 #34

Closed razion12 closed 5 years ago

razion12 commented 6 years ago

hello I think the idea is great! it would be possible to extend the project and although this module (Broadlink SC1) to integrate Request for feedback Thanks in advance

smartnakh commented 6 years ago

You can use node-red for Sc1

Le mer. 5 sept. 2018 à 15:35, razion12 notifications@github.com a écrit :

hello it would be possible to extend the project and to integrate this module (Broadlink SC1) Request for feedback Thanks in advance

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/eschava/broadlink-mqtt/issues/34, or mute the thread https://github.com/notifications/unsubscribe-auth/AeL6w6Bl4pxgNQm2TAaVM-tdLDHGXxUXks5uX8UTgaJpZM4Wa0Gx .

eschava commented 5 years ago

Parent library (python-broadlink) still misses support for SC1 device You can track changes for issue https://github.com/mjg59/python-broadlink/issues/142 But there is a comment that it should work the same way as sp2

Could you please manually specify the type of device and host/mac in configuration, like

device_type = 'sp2'
...
device_host = '192.168.1.50'
device_mac  = '01:23:45:67:ab:00'

to check if it really works?

razion12 commented 5 years ago

@eschava thx