You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After connecting the Mirabella Genio Wi-Fi Corner Light with my Tuya app, I am getting these warning messages:
[20/09/2024, 09:14:13] [TuyaWebPlatform] [Light Bar] Characteristic.ColorTemperature - Characteristic 'ColorTemperature' will receive value lower than allowed mired (-48) since provided Tuya kelvin value (9824) exceeds configured maximum Tuya kelvin value (2000). Please update your configuration!
[20/09/2024, 09:14:13] [@milo526/homebridge-tuya-web] This plugin generated a warning from the characteristic 'Color Temperature': characteristic was supplied illegal value: number -48 exceeded minimum of 140. See https://homebridge.io/w/JtMGR for more info.
[20/09/2024, 09:14:13] [TuyaWebPlatform] [Light Bar] Characteristic.Brightness - Characteristic 'Brightness' will receive value higher than allowed (618.8888888888889) since provided Tuya value (567) exceeds configured maximum Tuya value (100). Please update your configuration!
[20/09/2024, 09:14:13] [@milo526/homebridge-tuya-web] This plugin generated a warning from the characteristic 'Brightness': characteristic was supplied illegal value: number 619 exceeded maximum of 100. See https://homebridge.io/w/JtMGR for more info.
Even after specifying the max_brightness and max_kelvin in the json, I still seem to be getting these errors.
Steps To Reproduce
Link Mirabella Genio Wi-Fi Corner Light with Tuya app
Restart Tuya Plugin in Homebridge
Monitor logs while Tuya Plugin is restarting
Notice the warning messages.
*Note: Anytime the Light Bar is controlled from the Tuya app or Homekit, the warning messages will repeat.
Plugin Version
Plugin version in Homekit under the device says 0.0. However in Homebridge it is v1.1.5
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.
Having this issue with Lumary Recessed Lights. I can get the color temperature warnings to go away by setting a min 1000 max 36294, but even when adjusting the min/max on Brightness, it will teeter between unable to parse errors and the percentage not matching between HomeKit and the Smart Life app. 100% in HomeKit will sometimes set 11% in Smart Life and randomly as high as 22%, but that's the best I got it working without errors.
UPDATE: If I just set the max brightness to 1000 (provided Tuya value), I still get the Characteristic.Brightness error in Homebridge, but everything seems to operate as expected.
Describe the bug
After connecting the Mirabella Genio Wi-Fi Corner Light with my Tuya app, I am getting these warning messages:
Even after specifying the max_brightness and max_kelvin in the json, I still seem to be getting these errors.
Steps To Reproduce
*Note: Anytime the Light Bar is controlled from the Tuya app or Homekit, the warning messages will repeat.
Plugin Version
Plugin version in Homekit under the device says 0.0. However in Homebridge it is v1.1.5
Homebridge Config
Device Config
Getting credentials
Got credentials
{ 'access_token': 'AZv051h49feb04eaz1621765419836DYLsbj8PeZK97ke',
'expires_in': 864000,
'refresh_token': 'AZv051h60adfe22az1621765419836DYLsbAjZYLvWnpn',
'token_type': 'bearer'}
Getting devices
Got devices
{ 'header': {'code': 'SUCCESS', 'payloadVersion': 1},
'payload': { 'devices': [ { 'data': { 'brightness': '1000',
'color_mode': 'static',
'color_temp': 9824,
'online': True,
'state': 'true'},
'dev_type': 'light',
'ha_type': 'light',
'icon': 'https://images.tuyaus.com/smart/icon/ay1533773342993pM7Be/165872761481dbcaac442.jpg',
'id': 'ebab845798b99d99fcymju',
'name': 'Light Bar'},
'scenes': []}}
Additional Context
The text was updated successfully, but these errors were encountered: