about summary refs log tree commit diff
path: root/broadlink (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-04-10 Removed PyCRC as dependency; implemented CRC16 directly (#327)majuss1-3/+37
2020-04-05 Adding support for LB1 (RGB Light Bulb - 0x60e8) (#332)csabavirag1-1/+61
2020-04-05 Add support for RM4 0x62bc (#331)Felipe Martins Diel1-1/+2
2020-03-24 Obtain device name and cloud byte from HELLO_RESPONSE (#322)Felipe Martins Diel1-29/+35
2020-03-23 Add temperature and humidity for RM4 mini (0x610e) (#321)hakana1-7/+20
2020-03-16 Add support for RM4 mini with device type 0x610e (#320)hakana1-0/+1
2020-03-16 Add support for 0x5f36 devices and RM4 series (#317)Felipe Martins Diel1-32/+49
2020-03-04 Fix new RM mini3 (#305)Daniel Høyer Iversen1-1/+2
2020-03-04 Add support for specifying destination IP address to use in discovery (#313)Daniel Høyer Iversen1-2/+2
2020-03-04 Add 27de RM Mini 3 (C) (#314)Daniel Høyer Iversen1-1/+2
2020-03-04 Fix CBC mode padding and use adler32 for checksums (#315)Daniel Høyer Iversen1-26/+9
2019-10-16 Add detail on return value for get_state()Barnaby Gray1-1/+5
2019-10-13 Add support for BG Electrical Smart SocketsBarnaby Gray1-1/+69
2019-10-02 Remove support for pyaes (#281)Daniel Høyer Iversen1-30/+8
2019-08-16 Use old IP address lookup logic as fallback (#275)Leonardo Brondani Schenkel1-0/+4
2019-06-24 SP2: Add support for OEM SP2 (#251)Johnson Chin1-1/+1
2019-06-10 handle none power raw (#250)Daniel Høyer Iversen1-0/+2
2019-05-27  Use cryptography instead of pycryptodome (#246)Daniel Høyer Iversen1-33/+42
2019-05-22 cleaner local ip address lookup (#244)AnilDaoud1-3/+1
2019-05-19 code clean up (#243)Daniel Høyer Iversen1-830/+834
2019-05-18 Merge branch 'master' into rf_experiment_v0.9Matthew Garrett1-2/+4
2019-05-18 Update __init__.pyninstein1-0/+1
2019-05-18 Allow string mac address in constructorgpenverne1-12/+12
2019-01-08 Update __init__.pyBAN1-1/+2
2018-11-26 Merge branch 'rf_experiment' into rf_experiment_v0.9Sergey Prilukin1-11/+43
2018-10-27 Support for a new SP2 device.Nick Dimov1-4/+4
2018-04-30 Refactor the device listMayeul Cantan1-61/+42
2018-04-15 Fixed a bug within the SP2 class.lordneon1-6/+18
2018-03-31 Merge pull request #164 from horse315/masterDaniel Høyer Iversen1-1/+10
2018-03-28 Update __init__.pyooo891-0/+2
2018-03-24 fixed Hysen thermostat ctor & added commentsAleksey Bogomolov1-1/+10
2018-03-18 Restore Python 3 support (#95)clach041-3/+3
2018-03-18 implemented method to toggle nightlight on some SP3 devices (#159)Nightreaver1-4/+31
2018-03-18 Basic support for Hysen Heating Controller (dev type 0x4ead) (#138)Peter Windridge1-1/+172
2018-03-18 broadlink_discovery returns wrong devtype (#157)Nightreaver1-46/+47
2018-03-18 Fix for environments where Crypto and pyaes are installed. (#151)marconfus1-1/+1
2018-03-10 Merge pull request #149 from deel77/masterDaniel Høyer Iversen1-1/+4
2018-03-10 add new rmpro models - Pro Plus 3, Pro Plus 300, Pro Plus HYC, Pro Plus R1, P...Steven Barthen1-0/+10
2018-02-08 modified get_energy() to support python3Dominik Lakatoš1-1/+4
2018-01-30 Get rf scan learning working in CLI tool (#87)Brent Avery1-2/+7
2017-12-25 support for dooya curtain motor (#134)Aleksandr Smirnov1-0/+48
2017-11-25 Experimental RF codeMatthew Garrett1-0/+27
2017-11-25 Add support for SmartOne Alarm Kitjazzina1-1/+61
2017-11-25 sp2.get_energyEugene Schava1-0/+10
2017-11-25 SP3S support (#117)Eugene Schava1-0/+2
2017-11-25 add honyar mp1 devtype 0x4ef7hackers3651-1/+1
2017-06-13 [Critical] Fixes invalid byte string (b) for padding (#97, #107) (#108)mob411-1/+1
2017-05-07 pad the payload for AES encryption (16) (#92)kost1-1/+6
2017-04-25 Python3.5 syntax changesRobert Sullivan1-1/+1
2017-04-22 Add in AP Mode device setup for new Broadlink devices. (#53)Aydaen Lynch1-0/+37