1
0
mirror of https://github.com/mjg59/python-broadlink.git synced 2024-11-23 15:21:25 +01:00
Commit Graph

276 Commits

Author SHA1 Message Date
Felipe Martins Diel
c9b48226e3
Merge pull request #485 from felipediel/patch-28
Fix mp1.check_power_raw() annotation
2021-01-09 02:17:22 -03:00
Felipe Martins Diel
93e7d21961
Merge pull request #486 from felipediel/patch-29
Clamp the packet count between 0x8000 and 0xFFFF to eliminate duplicate packets
2021-01-09 02:08:50 -03:00
Felipe Martins Diel
f38dd829ca
Merge pull request #497 from felipediel/patch-33
Add support for BG Electrical AHC/U-01 (0x51E2)
2021-01-09 01:52:16 -03:00
Felipe Martins Diel
6cb0ae244d Add support for BG Electrical AHC/U-01 (0x51E2) 2021-01-09 01:50:04 -03:00
Felipe Martins Diel
1a13d40641
Merge pull request #498 from felipediel/patch-34
Add support for Broadlink SP4L-AU (0x6489)
2021-01-09 01:40:39 -03:00
Felipe Martins Diel
06cc945762 Add support for Broadlink SP4L-AU (0x6489) 2021-01-09 01:39:17 -03:00
Felipe Martins Diel
20adef8ec6
Merge pull request #493 from korellas/master
Add support for Broadlink RM3 mini (0x27d3)
2021-01-09 01:31:24 -03:00
Felipe Martins Diel
9e5b927e2b
Merge pull request #491 from felipediel/patch-32
Add support for Broadlink SP4L-UK (0xA589)
2021-01-09 01:30:07 -03:00
Felipe Martins Diel
605f9d02ff Add support for Broadlink SP4L-UK (0xA589) 2021-01-09 01:27:20 -03:00
Felipe Martins Diel
cd95055e9f
Merge pull request #489 from felipediel/patch-31
Add support for Broadlink SP4L-EU (0x618B)
2021-01-09 01:23:04 -03:00
Felipe Martins Diel
a29f2de780 Add support for Broadlink SP4L-EU (0x618B) 2021-01-09 01:20:47 -03:00
Felipe Martins Diel
a98be13fc0
Merge pull request #488 from felipediel/patch-30
Add support for Broadlink SCB1E (0x6113)
2021-01-09 01:17:14 -03:00
Felipe Martins Diel
e7fd66922a Add support for Broadlink SCB1E (0x6113) 2021-01-09 01:15:07 -03:00
Felipe Martins Diel
4af84c2684
Merge pull request #481 from felipediel/patch-27
Add support for Efergy Ego (0x271D)
2021-01-09 01:11:47 -03:00
Felipe Martins Diel
e0777de233
Merge pull request #479 from felipediel/patch-26
Add support for Broadlink RM mini 3 (0x6508)
2021-01-09 01:10:42 -03:00
Felipe Martins Diel
141689134f Add support for Broadlink RM mini 3 (0x6508) 2021-01-09 01:09:13 -03:00
Felipe Martins Diel
d0febb3d22
Merge pull request #478 from felipediel/patch-25
Add support for Broadlink MCB1 (0x756F and 0xA56A)
2021-01-09 01:03:45 -03:00
Felipe Martins Diel
0572d6bdcc
Merge pull request #475 from lemonsa22/master
Add support for Broadlink RM4S (0x6364)
2021-01-09 01:02:12 -03:00
Felipe Martins Diel
b40cd40bc9
Merge pull request #472 from felipediel/patch-23
Add support for Broadlink RM4 pro (0x653C)
2021-01-09 00:32:44 -03:00
Matthew Garrett
e7e92cc17a
Merge pull request #476 from felipediel/patch-24
Add support for Broadlink RM4C mini (0x6539)
2021-01-08 04:11:56 -08:00
korellas
2e74e2d31b
Add support for Broadlink RM3 mini (0x27d3)
korea version of broadlink rm3 mini
2020-12-09 23:23:17 +09:00
Felipe Martins Diel
cc01b04c39 Add support for Broadlink MCB1 (0xA56A) 2020-12-03 20:02:11 -03:00
Felipe Martins Diel
ddaa0e0128 Clamp the packet count between 0x8000 and 0xFFFF 2020-11-29 13:51:09 -03:00
Felipe Martins Diel
6c90bb4fe3
Fix MP1's check_power_raw() annotation
This method returns an integer.
2020-11-27 17:16:52 -03:00
Felipe Martins Diel
a1971934e5 Add support for Efergy Ego (0x271D) 2020-11-25 04:26:32 -03:00
Felipe Martins Diel
3c6f12e8ca
Add support for Broadlink MCB1 (0x756F) 2020-11-22 15:19:21 -03:00
Felipe Martins Diel
a0d2452cd5
Add support for Broadlink RM4C mini (0x6539) 2020-11-16 17:04:17 -03:00
lemonsa22
75ba8ab067
Update __init__.py
Add support for Broadlink RM4S (0x6364)
2020-11-15 02:02:31 +08:00
Felipe Martins Diel
75e3168deb
Add support for Broadlink RM4 pro (0x653C) 2020-11-08 21:12:59 -03:00
Matthew Garrett
29345a129f
Merge pull request #470 from KTibow/patch-2
Add GH Actions
2020-11-07 11:23:15 -08:00
Matthew Garrett
1799a8c8cf
Merge branch 'master' into patch-2 2020-11-07 11:19:17 -08:00
Felipe Martins Diel
75e483c9d6
Clean up get_energy() (#471) 2020-11-07 09:02:53 +01:00
Matthew Garrett
b3542a8865 Bump version 2020-11-05 19:27:12 -08:00
Kendell R
922eb45e17 Run black 2020-11-05 11:25:33 -08:00
Kendell R
153b96fd45
Update flake8.yaml 2020-11-05 11:22:08 -08:00
Felipe Martins Diel
73dab5c3d5
Overload __str__ in the device class (#468) 2020-11-05 20:19:03 +01:00
Kendell R
9482804c8f
Update flake8.yaml 2020-11-05 11:18:51 -08:00
Kendell R
d09f5016f2
Go back 2020-11-05 11:14:24 -08:00
Kendell R
25856e3129
Update flake8.yaml 2020-11-05 11:08:58 -08:00
Kendell R
97077d31b2
Conditionals 2020-11-05 11:07:32 -08:00
Kendell R
ebaac1f573
Fix branches 2020-11-05 11:02:34 -08:00
Kendell R
4fd2b1681c
Add GH Actions 2020-11-05 11:00:42 -08:00
Felipe Martins Diel
1d81ebd1d0 Rename SP4L to SP4 and SP4M to SP4B 2020-11-05 02:11:37 -08:00
Kendell R
79f4ad47ff Readme tweaks 2020-10-24 02:20:47 -07:00
Felipe Martins Diel
6f1f976e2f Update packet count in the authentication step 2020-10-24 02:19:01 -07:00
Felipe Martins Diel
1c5ba74f46 Fix shebangs 2020-10-24 02:17:41 -07:00
Joakim Plate
bbab292bbe
Update protocol.md (#436)
Adjust documentation on transmit format

* Trailer is actually 0x00 0x0d 0x05 (ie the extended pulse length format)
* Trailer doesn't have to be this value on transmit

This is based on work in https://github.com/elupus/irgen, but is just a qualified guess that seem to match reality.
2020-10-18 13:31:56 -07:00
Felipe Martins Diel
957baf5447
Add support for Broadlink SP4M-US (0x648b) (#447) 2020-10-18 13:22:03 -07:00
Felipe Martins Diel
c8a5ea02fd
Add support for Broadlink RM4 mini (0x653a) (#451) 2020-10-18 00:51:43 -07:00
Felipe Martins Diel
0beccda833
Add support for RM mini 3 (0x27c7) (#446) 2020-10-18 00:50:31 -07:00