Skip to content

Releases: jasonacox/tinytuya

v1.12.6 - Minor Fixes

06 May 15:58

Choose a tag to compare

What's Changed

  • PyPI 1.12.6
  • Cloud - Bug Fix KeyError: 'has_more' by @Liborsaf in #342
  • Add Contrib support for IR+RF devices such as the S11 by @uzlonewolf in #343

New Contributors

Full Changelog: v1.12.5...v1.12.6

v1.12.5 - Scanner Update

24 Apr 03:53
77b3300

Choose a tag to compare

What's Changed

  • PyPI 1.12.5
  • Remove requirement for PyCryptodome in scanner (allows pyaes for devices < 3.5) by @uzlonewolf in #332
  • Added AES library details to debug output.
  • README update - Add link to Moonraker support project by @teejo75 in #335
  • Misc minor updates by @uzlonewolf in #336: Normalize ability/ablilty in scanner #333 - Fix examples/getstatus.py - Cloud device list and Content-Type update #324 - Rework examples/async_send_receive.py

New Contributors

Full Changelog: v1.12.4...v1.12.5

v1.12.4 - Wizard Scan for ID

18 Apr 03:25

Choose a tag to compare

What's Changed

  • PyPI 1.12.4
  • Adds option allowing wizard to scan for a Device ID by @uzlonewolf in #331 - Related to Tuya IoT permission denied issue #330 and #323

Full Changelog: v1.12.3...v1.12.4

v1.12.3 - Fix Cloud Device List

12 Apr 04:16

Choose a tag to compare

What's Changed

  • PyPI 1.12.3
  • Fix fan_run_time typo in Contrib/ThermostatDevice by @elockman in #326
  • Cloud device list and Content-Type update by @uzlonewolf in #324 Bug Fix for #323

New Contributors

Full Changelog: v1.12.2...v1.12.3

v1.12.2 - Gateway/Sub-device Update

25 Mar 15:34

Choose a tag to compare

What's Changed

Full Changelog: v1.12.1...v1.12.2

v1.12.1 - Cloud & Wizard Updates

23 Mar 04:41

Choose a tag to compare

What's Changed

  • PyPI 1.12.1
  • [tinytuya.Cloud] Added cloud sendcommand() parameter for URI by @Syrooo in #303
  • Wizard and tinytuya.Cloud - Fetch the device list a 2nd time to make sure we have the local key by @uzlonewolf in #306 - Updated internal _get_all_devices() and _update_device_list()

New Contributors

Full Changelog: v1.12.0...v1.12.1

v1.12.0 - Zigbee Gateway Updates

12 Mar 07:11

Choose a tag to compare

What's Changed

  • PyPI 1.12.0
  • Improve detect_available_dps() function by @nyok92 in #294
  • Improve device parent-child detection in the Wizard by @uzlonewolf in #296
  • Updates for Zigbee Gateway sub-device usage by @uzlonewolf in #298

New Contributors

Full Changelog: v1.11.0...v1.12.0

v1.11.0 - Cloud Device Listing

05 Mar 04:33

Choose a tag to compare

What's Changed

  • PyPI 1.11.0
  • Simplification and cleanup of math functions in core and IRRemoteControlDevice by @gstein in #291
  • Rework Cloud device list fetching by @uzlonewolf in #289 includes new tuya-raw.json (backward compatible).

Additional data in tuya-raw.json:

    "file": {
        "name": "tuya-raw.json",
        "description": "Full raw list of Tuya devices.",
        "account": "xxxxxxxxxxxxxxxxxxxx",
        "date": "2023-03-04T19:50:08.879865",
        "tinytuya": "1.11.0"
    }

New Contributors

Full Changelog: v1.10.3...v1.11.0

v1.10.3 - Cloud Updates

26 Feb 04:21

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.10.2...v1.10.3

v1.10.2 - Bug Fix for ThermostatDevice and Misc. Cleanup

10 Feb 05:20

Choose a tag to compare

What's Changed

  • PyPI 1.10.2
  • Fix Contrib.ThermostatDevice.SetSetpoint() by @uzlonewolf in #273
  • Added command line -debug flag and code cleanup based on pylint by @jasonacox in #276

Full Changelog: v1.10.1...v1.10.2