helldog136
helldog136
It seems that tuya changed his API without notice... The only solution i see (beside flashing with tasmota) is to try to reverse-engineer the available methods of the API (some...
@StefanoGiu this warning is for the HA component, not the python tuyaha library. It seems that this integration needs a good refactoring to follow the changes in the ha core.
This could fix #17
Just sent them this last night: Hello tuya team, I fount this e-mail address because you are maintainer of the Following project : https://pypi.org/project/tuyapy/ But it seems outdated. A fork...
In the meantime, my last commit should bring back some functionnalities for tuya lights without breaking anything. Please review it :) (also it would be a good idea to add...
Done, i provided a valid default value for all "last_" variables. They will be wrong at startup if tuya doesn't provide a value but will be correct as soon as...
I'm not exactly sure on how to test... I guess that the best way is to duplicate the tuya integration from HA core, place it in the custom_component folder along...
> Is this fix updating the colour status in HA if I change che colour from Smart Life app? As I understand no, right? As the tuya API doesn't support...
@scaytrase could you send me the content of self.data for the light when you put it on "color_temperature" mode? This would help me improve the cache for the cache of...
Looks like the url to refresh mqtt config is wrong : https://developer.tuya.com/en/docs/cloud/c2c2630d7c?id=Kb68mozbi3foh Or am I mistaken here? The code seems to make requests to (openmq.py - l25-26) ``` TO_C_CUSTOM_MQTT_CONFIG_API =...