ioBroker.tuya

ioBroker adapter to connect to several small and cheap Wifi devices that care connected to the Tuya Cloud and mostly use the Smartlife App/Alexa-Skill

MIT License

Downloads
2.4K
Stars
88
Committers
13

Bot releases are visible (Hide)

ioBroker.tuya - Release v3.15.0 Latest Release

Published by github-actions[bot] 11 months ago

  • (agraf) Add support to login with "Ledvance" App account
  • (Apollon77) Add support to login with "Sylvania" App account
  • (Apollon77) Fixed several smaller issues reported by Sentry
  • (Apollon77) More schema information added/updated
ioBroker.tuya - Release v3.14.2

Published by github-actions[bot] over 1 year ago

  • (Apollon77) prevent state polling to hang when decide do not return new data
  • (Apollon77) More schema information added/updated
ioBroker.tuya - Release v3.14.1

Published by github-actions[bot] over 1 year ago

  • (Apollon77) Also adjust min/max when using multipliers
  • (Apollon77) More schema information added/updated
ioBroker.tuya - Release v3.14.0

Published by github-actions[bot] over 1 year ago

  • (Apollon77) Added special handling for needed multiplier for TempSet(2), TempCurrent(3) and floorTemp(102) objects
  • (Apollon77) More schema information added/updated
ioBroker.tuya - Release v3.13.1

Published by github-actions[bot] almost 2 years ago

  • (Apollon77) More schema information added/updated
ioBroker.tuya - Release v3.13.0

Published by github-actions[bot] almost 2 years ago

  • (Apollon77) Add generic support for gateways (and so also WLAN Gateways)
  • (Apollon77) More schema information added/updated
ioBroker.tuya - Release v3.12.1

Published by github-actions[bot] almost 2 years ago

  • (Apollon77) More schema information added/updated
ioBroker.tuya - Release v3.12.0

Published by github-actions[bot] almost 2 years ago

  • (Apollon77) Added decoding of phase_a/b/c and alarm_set_2
  • (Apollon77) Added fallback for cloud polling when no values were updated using MQTT connection
  • (Apollon77) Added decoding of bitmaps (read only for now)
ioBroker.tuya - Release v3.11.4

Published by github-actions[bot] almost 2 years ago

  • (Apollon77) A crash case reported by Sentry is prevented
  • (Apollon77) More schema information added/updated
ioBroker.tuya - Release v3.11.3

Published by github-actions[bot] almost 2 years ago

  • (Apollon77) A crash case reported by Sentry is prevented
  • (Apollon77) More schema information added/updated
ioBroker.tuya - Release v3.11.2

Published by github-actions[bot] almost 2 years ago

  • (Apollon77) More schema information added/updated
  • (Apollon77) A crash case reported by Sentry is prevented
ioBroker.tuya - Release v3.11.1

Published by github-actions[bot] almost 2 years ago

  • (Apollon77) More schema information added/updated
  • (Apollon77) Prevent crash case reported by Sentry
ioBroker.tuya - Release v3.11.0

Published by github-actions[bot] almost 2 years ago

  • (Apollon77) Added support to control Zigbee Devices via Hubs locally
  • (Apollon77) Prevent crash case when new unencrypted device is discovered
  • (Apollon77) More schema information added/updated
ioBroker.tuya - Release v3.10.2

Published by github-actions[bot] almost 2 years ago

  • (Apollon77) Optimize IR - now works locally and via cloud in all cases
ioBroker.tuya - Release v3.10.1

Published by github-actions[bot] almost 2 years ago

  • (Apollon77) Make info.ip writable to allow manual setting of IP address
ioBroker.tuya - Release v3.10.0

Published by github-actions[bot] almost 2 years ago

  • (Apollon77) Added support for groups
  • (Apollon77) Add support for a second type of IR blaster
  • (Apollon77) Added cloud session refresh while adapter is running
  • (Apollon77) Add custom handling for bright_value fields with missing scale factor (10..1000 will be now 1..100);
  • (Apollon77) Base64 encoded raw values are now decoded again when the decoded value is readable ascii
  • (Apollon77) Allow to flag devices manually that need "refresh instead of get" to get current data - use "useRefreshToGet: true" in device object native section
  • (Apollon77) More schema information added/updated
ioBroker.tuya - Release v3.9.4

Published by github-actions[bot] almost 2 years ago

  • (Apollon77) More schema information added/updated
ioBroker.tuya - Release v3.9.3

Published by github-actions[bot] almost 2 years ago

  • (Apollon77) Optimize Tuya protocol 3.4 discovery
  • (Apollon77) Prevent restart schedules that are too short when cloud is used
  • (Apollon77) Fix crash cases reported by Sentry
  • (Apollon77) More schema information added/updated
ioBroker.tuya - Release v3.9.2

Published by github-actions[bot] almost 2 years ago

  • (Apollon77) Optimize discovery and device connection checks
  • (Apollon77) IPs of unconnected devices can be set via the ip state now
  • (Apollon77) Fix crash cases reported by Sentry
ioBroker.tuya - Release v3.9.1

Published by github-actions[bot] almost 2 years ago

  • (Apollon77) Add support for local control of Tuya protocols 3.2 and 3.4
  • (TA2k/Apollon77) Add basic support for IR devices (Gateway and Sub Devices)
  • (Apollon77) Convert special colour/colour_data values to an additional rgb state
  • (Apollon77) Allow to define that devices do not connect locally (this prevents error logs, and they work via cloud if data are provided)
  • (Apollon77) Add custom handling for bright_value fields with missing scale factor (10..1000 will be now 1..100);
  • (Apollon77) Add support for more cloud MQTT notifications
  • (Apollon77) More schema information added/updated