Andrus

Results 6 comments of Andrus

Try this integration that handles subdevices. https://github.com/xZetsubou/hass-localtuya Switch from rospogrigio/localtuya is automatic, no device reconfiguration needed. My experience: https://github.com/xZetsubou/hass-localtuya/issues/142#issuecomment-1942029198

I own a Tuya/Smartlife thermostat (product_id: "9myqvomgygt9zgcs") that show similar problems in HA (tested with both this integration and the Smartlife beta HA integration). Problems are mainly related to incorrect...

This is the diagnostics downloaded from HA: { "home_assistant": { "installation_type": "Home Assistant OS", "version": "2023.11.2", "dev": false, "hassio": true, "virtualenv": false, "python_version": "3.11.6", "docker": true, "arch": "aarch64", "timezone": "Europe/Rome",...

See my solution: https://github.com/tuya/tuya-smart-life/issues/34#issuecomment-1925722994

In my case the problem occurs only when transferring large files from NAS to PC. I conversely can navigate the NAS directory structure for hours without the problem occurs. One...

> ``` > ethtool -K eth2 tso off > ethtool -K eth2 gso off > ethtool -K eth2 sg off > ``` Thanks, going to try. How to check which...