Andrus

Results 14 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...

Thanks Samantha, very useful map, IMHO better than zha-map. Now I'm only suggesting a new configuration option: - hide off-line (i.e. no longer powered) devices from map. I have a...

If somebody has more than a one floor level, using a 2D representation it wouldn't be possible to show all the zigbee connections across all the house levels...

I'd suggest also to use different shapes for the different types of zigbee devices, like it was in first zigzag version, it's more immediate to get the distinction.

IMO you can't call ` service: climate.set_temperature` inside the climate template `set_temperature`:, because it's calling itself. When temperature is set on the card, you have to directly invoke your specific...