Jason Rumney
Jason Rumney
Currently subdevices are not handled by the underlying tinytuya library, but when they are I would like to add support (as requested previously in #70, and required for #170 as...
This is exactly what the commit above is for - just the two sensors. So actually you can try it already by going to the tuya-local integration in HACS, selecting...
The file is ir_remote_sensors.yaml. You can see the change here: https://github.com/make-all/tuya-local/commit/c4ff146607b3852ec78663e02d58e462dbeea41e#diff-20448fbcc4d0159e0d0caefe8d4ed8937071f29d20ef4b85ec45119c62a49e09 If you previously had it working with a different filename, you may need to remove the old device and...
If this is a battery powered device, it may not be possible to support by local communication, as battery powered devices tend to only come online for a short period...
Support for this device is in 0.16.0
Unfortunately that is the limit of this component. Polling tuya devices too frequently causes some of them to stop responding.
For realtime updates, you need devices that push rather than waiting to be polled. Tuya devices push to the cloud. For local operation, they need to be polled, so they...
Alarm panels are not yet supported, so this will require enhancement to support a new platform.
Sorry, but the manual is not sufficient to add support. Protocol level information is required, and this can only from from the Home Assistant log messages when you try to...
Thanks, those logs and cloud API docs are enough to figure out the fairly simple functionality this heatpump exposes.