milo526 / homebridge-tuya-web

Hoobs and Homebridge plugin for Tuya devices using Home Assistant Tuya Web Api
MIT License
218 stars 93 forks source link

Tuya Devices show "No Response" in iOS and iPadOS Apps, but work in MacOS (10.15.7) App #452

Closed dmdair closed 1 year ago

dmdair commented 2 years ago

Describe the bug

Starting 06/19/2022 Tuya Devices starting showing "No Response" in iOS and iPadOS (15.5) Apps, but work in MacOS (10.15.7) App. Even after fully uninstalling and reinstalling Homebridge and the plugin, I am seeing the same issue.

Steps To Reproduce Steps to reproduce the behavior:

  1. Attempt to access Tuya devices in iOS/iPadOS 15.5 Home App

Plugin Version

1.2.1

Homebridge Config

"platforms": [ { "name": "Config", "port": 8581, "platform": "config" }, { "name": "TuyaWebPlatform", "options": { "username": "dmdair@mac.com", "password": "M@ttGuy2004", "countryCode": "1", "platform": "tuya" }, "defaults": [ { "id": "Fan3", "device_type": "light", "light_characteristics": [ "Brightness", "Color Temperature" ] }, { "id": "Fan2", "device_type": "light", "light_characteristics": [ "Brightness", "Color", "Color Temperature" ] }, { "id": "Fan1", "device_type": "light", "light_characteristics": [ "Brightness", "Color", "Color Temperature" ] }, { "id": "Fan4", "device_type": "light", "light_characteristics": [ "Brightness", "Color", "Color Temperature" ] } ], "scenes": false, "platform": "TuyaWebPlatform" },

Device Config

Additional Context

stale[bot] commented 2 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.