gaosen
gaosen
any informations about device json file and logs?
there's options to fix this, please see advanced options. it can't be fixed automatically for all products because some product like yours are wrong configured by manufacture :(
similar like this example: https://github.com/0x5e/homebridge-tuya-platform/blob/develop_1.7.0/ADVANCED_OPTIONS.md#adjust-integer-dp-ranges try this: ``` { code: 'battery_code_of_yours', mode: 'ro', type: 'Integer', property: { unit: '%', min: 0, max: 100, scale: 0, step: 1 } } ```
this plugin is based on tuya platform api (public), which is different with tuya app api (private), I guess the quality and latency can't be solved by plugin side :(
@ahmadnazirafiq I think purchase not working. I didn't see the quality params in the api, and haven't heard purchase will improve the quality...
can you post some debug logs on 1.6.0 when you are setting colors? the `colour_data` of yours are old version (string type), in my memory 1.6.0 are not able to...
the `colour_data` type of your device is string, it's not supported yet. I will support this when I'm free. apologize for my busy these days :(
could you find out the definition of the color_data string type? "00b803e802b9" is 12 length hex string (6 bytes) different with I saw before. others are 7 bytes(2 bytes R,...
@JackMoseley2001 Thanks in advance, I may not experienced in node/js/ts, welcome to submit PR!
Please see advanced options and there's some examples there, thanks :)