StefanoGiu

Results 35 comments of StefanoGiu

Could you please explain? Shall I stay on 2.2 and just install MVC ?

Pls read my comment, I think my issue is different here... I was able to install 2.1.0...

I installed MVC 2019 and still I get the following (with 2.1.0) Traceback (most recent call last): File "C:\Python38\lib\site-packages\homeassistant\helpers\entity_platform.py", line 178, in _async_setup_platform await asyncio.wait_for(asyncio.shield(task), SLOW_SETUP_MAX_WAIT) File "C:\Python38\lib\asyncio\tasks.py", line 483,...

I'm using Home Assistant integration and I don't think it's compatible with TF 2.0. Is it possible to install 1.13.1 with Python 3.8?

I'm on Windows 10... and Python 3.8. So there's no support? Home assistant is not working with Tensor Flow 2.X

There is the Status API offered by tuya. GET /v1.0/skills/devices/{device_identity}/status I think this is the key to retrieve the current color value.... https://docs.tuya.com/en/iot/open-api/api-list/api/skill-service?id=K95zu0id1md0g

This is the API that is supposed to return the color, right? { "header": { "name": "QueryDevice", "namespace": "query", "payloadVersion": 1 }, "payload": { "accessToken": "TOKEN", "devId": "ID" } }

This is the reply I got on Tuya website: "Hello, not all features are supported. All of our support is announced on github, if not, it is not supported"

What about this warning? 2020-06-09 09:36:24 WARNING (MainThread) [homeassistant.components.light] Light is deprecated, modify TuyaLight to extend LightEntity