illegal values for brightness and color #380
Unanswered
manny-kumar
asked this question in
Q&A
Replies: 1 comment 5 replies
-
PS I tried playing with overriding the device configurations on temperature and brightness but I still get errors (different values) for color temp. When I remove the override the brightness one comes back. The other weird thing is that the lights seem to be able to brighten and dim accurately despite all these errors. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
So first of all I am not very technical. I just wanted to connect my Treatlife lights to homekit and looked online and found that I needed a Raspberry 4 and HOOBs. I managed to connect everything and it appears to work (although the Rasp 4 crashed an hour ago) but I am posting this because in the log file I keep these these errors:
12/20/2021, 4:55:07 PMTuya Web BridgeTuyaWebPlatformWARNING[FR 1] Characteristic.Brightness - Characteristic 'Brightness' will receive value higher than allowed (1100) since provided Tuya value (1000) exceeds configured maximum Tuya value (100). Please update your configuration!
12/20/2021, 4:55:07 PMTuya Web BridgeTuyaWebPlatformWARNING[Florida Dimmer] Characteristic.Brightness - Characteristic 'Brightness' will receive value higher than allowed (1100) since provided Tuya value (1000) exceeds configured maximum Tuya value (100). Please update your configuration!
12/20/2021, 4:55:07 PMTuya Web BridgeERROR[Tuya Web Bridge 2C71@FR 1@FR 1@Brightness] characteristic was supplied illegal value: number 1100 exceeded maximum of 100
12/20/2021, 4:55:07 PMTuya Web BridgeERROR[Tuya Web Bridge 2C71@Florida Dimmer@Florida Dimmer@Brightness] characteristic was supplied illegal value: number 1100 exceeded maximum of 100
12/20/2021, 4:55:07 PMTuya Web BridgeERROR[Tuya Web Bridge 2C71@FR 3@FR 3@Color Temperature] characteristic was supplied illegal value: number 523 exceeded maximum of 500
12/20/2021, 4:55:07 PMTuya Web BridgeERROR[Tuya Web Bridge 2C71@FR 3@FR 3@Brightness] characteristic was supplied illegal value: number 544.4444444444445 exceeded maximum of 100
12/20/2021, 4:55:07 PMTuya Web BridgeTuyaWebPlatformWARNING[FR 3] Characteristic.ColorTemperature - Characteristic 'ColorTemperature' will receive value higher than allowed mired (523) since provided Tuya kelvin value (1671) is lower then configured minimum Tuya kelvin value (7142.857142857143). Please update your configuration!
12/20/2021, 4:55:07 PMTuya Web BridgeTuyaWebPlatformWARNING[FR 3] Characteristic.Brightness - Characteristic 'Brightness' will receive value higher than allowed (544.4444444444445) since provided Tuya value (500) exceeds configured maximum Tuya value (100). Please update your configuration!
12/20/2021, 5:00:57 PMTuya Web BridgeTuyaWebPlatformWARNING[Florida Dimmer] Characteristic.Brightness - Characteristic 'Brightness' will receive value higher than allowed (1100) since provided Tuya value (1000) exceeds configured maximum Tuya value (100). Please update your configuration!
12/20/2021, 5:00:57 PMTuya Web BridgeERROR[Tuya Web Bridge 2C71@Florida Dimmer@Florida Dimmer@Brightness] characteristic was supplied illegal value: number 1100 exceeded maximum of 100
12/20/2021, 5:00:57 PMTuya Web BridgeTuyaWebPlatformWARNING[FR 2] Characteristic.Brightness - Characteristic 'Brightness' will receive value higher than allowed (1100) since provided Tuya value (1000) exceeds configured maximum Tuya value (100). Please update your configuration!
12/20/2021, 5:00:57 PMTuya Web BridgeERROR[Tuya Web Bridge 2C71@FR 2@FR 2@Brightness] characteristic was supplied illegal value: number 1100 exceeded maximum of 100
12/20/2021, 5:00:57 PMTuya Web BridgeTuyaWebPlatformWARNING[FR 1] Characteristic.Brightness - Characteristic 'Brightness' will receive value higher than allowed (1100) since provided Tuya value (1000) exceeds configured maximum Tuya value (100). Please update your configuration!
12/20/2021, 5:00:57 PMTuya Web BridgeERROR[Tuya Web Bridge 2C71@FR 1@FR 1@Brightness] characteristic was supplied illegal value: number 1100 exceeded maximum of 100
12/20/2021, 5:00:57 PMTuya Web BridgeTuyaWebPlatformWARNING[FR 3] Characteristic.Brightness - Characteristic 'Brightness' will receive value higher than allowed (544.4444444444445) since provided Tuya value (500) exceeds configured maximum Tuya value (100). Please update your configuration!
12/20/2021, 5:00:57 PMTuya Web BridgeERROR[Tuya Web Bridge 2C71@FR 3@FR 3@Brightness] characteristic was supplied illegal value: number 544.4444444444445 exceeded maximum of 100
12/20/2021, 5:00:57 PMTuya Web BridgeTuyaWebPlatformWARNING[FR 3] Characteristic.ColorTemperature - Characteristic 'ColorTemperature' will receive value higher than allowed mired (523) since provided Tuya kelvin value (1671) is lower then configured minimum Tuya kelvin value (7142.857142857143). Please update your configuration!
12/20/2021, 5:00:57 PMTuya Web BridgeERROR[Tuya Web Bridge 2C71@FR 3@FR 3@Color Temperature] characteristic was supplied illegal value: number 523 exceeded maximum of 500
It keeps saying to update my configuration but I don't see any options to do that. Anyone have and advice on what I should do to fix this?
Beta Was this translation helpful? Give feedback.
All reactions