localtuya
localtuya copied to clipboard
Modes not shown (Beko AC)
The problem
No modes are shown on the dashboard except for OFF. However, the current and target temperatures are properly displayed.
Environment
HA Docker
- Localtuya version: 5.2.1
- Home Assistant Core version: 2024.3.3
- [x] Does the device work using the Home Assistant Tuya Cloud component ?
- [x] Does the device work using the Tinytuya (https://github.com/jasonacox/tinytuya) command line tool ?
- [] Was the device working with earlier versions of localtuya ? Which one?
- [] Are you using the Tuya/SmartLife App in parallel ?
Steps to reproduce
- Configure the device.
- Go to the device in the dashboard.
- Notice there are no modes available, just Off.
DP dump
AVAILABLE DPS ARE [{'1': False, '2': 21, '3': 22, '4': 'cold', '5': 'low', '8': False, '15': 'cancel', '19': 'c', '24': 70, '101': False}]
**** deviceInfo returned OK ****
TuyaDebug (Tuya DPs dump) [1.0.0]
Device bf602db0a6882956521ctg at 192.168.0.247 key v:I&qP$v&h.YTo?t protocol 3.3 dev_type type_0a:
DPS [1] VALUE [False] --> switch
DPS [2] VALUE [21] --> temp_set
DPS [3] VALUE [22] --> temp_current
DPS [4] VALUE [cold] --> mode
DPS [5] VALUE [low] --> fan_speed_enum
DPS [8] VALUE [False] --> mode_eco
DPS [15] VALUE [cancel] --> windshake
DPS [19] VALUE [c] --> temp_unit_convert
DPS [24] VALUE [70] --> temp_set_f
DPS [101] VALUE [False] --> ?
Provide Home Assistant traceback/logs
put your log output between these markers
Additional information
Manually changing the value of a datapoint using the localtuya.set_dp
service works.
Screenshot: