From 8ff746851122f61257118753ff5d854b85efe3ee Mon Sep 17 00:00:00 2001 From: Innovation Science Date: Thu, 26 May 2022 18:54:28 -0500 Subject: [PATCH] Update README.md Added troubleshooting for 3.1 bulbs --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 758b872..0c15805 100644 --- a/README.md +++ b/README.md @@ -37,3 +37,10 @@ blue: int = 0 ``` If you want the hazard light to not be red, you can also change it with the same method. + +### Troubleshooting +#### When I run tinytuya's wizard, the version on my lights say 3.1. +Some lights run a different version of Tuya than the next. By default, the script assumes the bulbs run 3.3, as all new Tuya devices run 3.3. If you have an older bulb, it may run 3.1. Search for `Set Tuya versions` and change 3.3 on the devices below this line to 3.1. +If you're mixing old and new bulbs, only change the versions for the bulbs that have the older versions, obviously. + +Does that make sense? I'm really tired.