-
Notifications
You must be signed in to change notification settings - Fork 479
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merge dev into master #796
Commits on Oct 18, 2021
-
Add ip_address option to setup() (#628)
* Add ip_address option to setup() * Update README.md
Configuration menu - View commit details
-
Copy full SHA for b596984 - Browse repository at this point
Copy the full SHA b596984View commit details -
Configuration menu - View commit details
-
Copy full SHA for 11febb0 - Browse repository at this point
Copy the full SHA 11febb0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9873af9 - Browse repository at this point
Copy the full SHA 9873af9View commit details -
Configuration menu - View commit details
-
Copy full SHA for f2a582b - Browse repository at this point
Copy the full SHA f2a582bView commit details -
Configuration menu - View commit details
-
Copy full SHA for bb19504 - Browse repository at this point
Copy the full SHA bb19504View commit details
Commits on Mar 19, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 70180cf - Browse repository at this point
Copy the full SHA 70180cfView commit details
Commits on Jan 14, 2023
-
Configuration menu - View commit details
-
Copy full SHA for d4dafa3 - Browse repository at this point
Copy the full SHA d4dafa3View commit details
Commits on Jan 22, 2023
-
Configuration menu - View commit details
-
Copy full SHA for abcc9aa - Browse repository at this point
Copy the full SHA abcc9aaView commit details
Commits on Apr 9, 2024
-
Add ability to RF scan a specific frequency (#613)
* Add ability to RF scan a specific frequency This adds an optional parameter to find_rf_packet(), along with a corresponding --rflearn parameter (defaulting to 433.92) to broadlink_cli that specifies the frequency to tune to, rather than requiring the frequency be found via sweeping. This is almost mandatory for certain types of remotes that do not repeat their signals while the button is held, and saves significant time when the frequency is known in advance or when many buttons are to be captured in a row. Additionally: - A get_frequency() API is added to return the current frequency the device is tuned to. - A check_frequency_ex() API is added to perform functions of both check_frequency() and get_frequency() in a single call. - broadlink_cli --rfscanlearn will now report the current frequency at 1 second intervals during sweeping, and will report the frequency it finally locks on to. * Clean up remote.py * Clean up broadlink_cli * Update conditional * Fix message --------- Co-authored-by: Felipe Martins Diel <41558831+felipediel@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 634370d - Browse repository at this point
Copy the full SHA 634370dView commit details -
Configuration menu - View commit details
-
Copy full SHA for d7ed985 - Browse repository at this point
Copy the full SHA d7ed985View commit details -
Configuration menu - View commit details
-
Copy full SHA for 06c91ae - Browse repository at this point
Copy the full SHA 06c91aeView commit details -
Configuration menu - View commit details
-
Copy full SHA for c6bf96d - Browse repository at this point
Copy the full SHA c6bf96dView commit details -
Rename MP1S state parameters (#783)
* Rename MP1S state parameters * Rename get_status to get_state
Configuration menu - View commit details
-
Copy full SHA for cacebe7 - Browse repository at this point
Copy the full SHA cacebe7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 821820c - Browse repository at this point
Copy the full SHA 821820cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4766d68 - Browse repository at this point
Copy the full SHA 4766d68View commit details
Commits on Apr 10, 2024
-
Add support for Wistar smart curtain (0x4F6C) (#786)
* Add support for Wistar smart curtain (0x4F6C) * Rename wsrc to wser
Configuration menu - View commit details
-
Copy full SHA for 84af992 - Browse repository at this point
Copy the full SHA 84af992View commit details
Commits on Apr 11, 2024
-
Expose IR/RF conversion functions (#788)
* Move IR duration<->Broadlink conversion down from CLI * Fix --learn base64 to not crash with --durations Also remove its b'...' wrapping. * Fix IR/RF conversions --------- Co-authored-by: William Grant <me@williamgrant.id.au>
Configuration menu - View commit details
-
Copy full SHA for 247be74 - Browse repository at this point
Copy the full SHA 247be74View commit details -
Configuration menu - View commit details
-
Copy full SHA for eb0f98a - Browse repository at this point
Copy the full SHA eb0f98aView commit details -
Fix s3.get_subdevices() (#790)
* Fix s3.get_subdevices() * Fix docstring
Configuration menu - View commit details
-
Copy full SHA for 24b9d30 - Browse repository at this point
Copy the full SHA 24b9d30View commit details
Commits on Apr 12, 2024
-
Add support for Broadlink A2 (#791)
* Add support for Broadlink A2 * Add supported type * Fix bugs * Improve device name
Configuration menu - View commit details
-
Copy full SHA for fa44b54 - Browse repository at this point
Copy the full SHA fa44b54View commit details
Commits on Apr 17, 2024
-
Add support for Tornado 16X SQ air conditioner (0x4E2A) (#520)
* Add support for Tornado 16X SQ air conditioner * Make Tornado a generic HVAC class * Better names * Clean up IntEnums * Clean up encoders * Fix indexes * Improve set_state() interface * Enumerate presets * Rename state to power in get_ac_info() * Paint it black * Use CRC16 helper class * Remove log messages * Fix bugs * Return state in set_state()
Configuration menu - View commit details
-
Copy full SHA for 1e11558 - Browse repository at this point
Copy the full SHA 1e11558View commit details -
Configuration menu - View commit details
-
Copy full SHA for c497956 - Browse repository at this point
Copy the full SHA c497956View commit details -
Configuration menu - View commit details
-
Copy full SHA for eb56e7a - Browse repository at this point
Copy the full SHA eb56e7aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0a9acab - Browse repository at this point
Copy the full SHA 0a9acabView commit details