PaulAnnekov / tuyaha

Implements the special Tuya Home Assistant API.
Other
141 stars 106 forks source link

Device Ikhos warm slim doesnt turn on and dont set temperature #69

Open jmvaz opened 3 years ago

jmvaz commented 3 years ago

Hi!

I'm having an issue with the heater from Ikhos warm slim. I'm able to control the heater with smartlife, adjusting temperature, heating mode, target temperature. But on Homeassistant I only can see the current temperature of the room and setting the target temperature on homeassistant doesn't work at all.

I used the debug tools to get some information from my heater: { 'header': {'code': 'SUCCESS', 'payloadVersion': 1}, 'payload': { 'devices': [ { 'data': { 'current_temperature': 20, 'online': True, 'state': 'true'}, 'dev_type': 'climate', 'ha_type': 'climate', 'icon': 'https://images.tuyaeu.com/smart/icon/1470624702_0.jpeg', 'id': '717073608caab51b23a2', 'name': 'Panel heater'}], 'scenes': []}}

image

image

This problem can be fixed on this API? Can I help in some way?

The app: image

The device: https://www.ikohs.com/pt/comprar-emissores-termicos/78882-warm-slim-2000-radiador-eletrico-convector.html

Thanks for your time! Best Regards

PaulAnnekov commented 3 years ago

@ollo69 is it related to divider feature?

ollo69 commented 3 years ago

Nit sure, it is not clear from description what is the issue. May be @jmvaz can check when next release if HA will be available and report here if issue is fixed.

jmvaz commented 3 years ago

@ollo69 of course, I can check it!! I will return to you. The fix is out on the next release right?

ollo69 commented 3 years ago

Is merged in dev so should be in next major release.

PaulAnnekov commented 3 years ago

@jmvaz any news?

jmvaz commented 3 years ago

@PaulAnnekov Sorry for my inactivity, I will try to be more responsive now. The problem still exists. How can I help you to debug the problem? thanks for your support.

PaulAnnekov commented 3 years ago

@jmvaz did you check HA logs? Any errors? Also, did you try new custom component for Tuya https://github.com/tuya/tuya-home-assistant/?

jmvaz commented 2 years ago

Just tested the master version of TUYA v2, and now I can set the temperature. But when I change the temperature in tuya app or locally in the heater doesn't update on homeassistant.

jmvaz commented 2 years ago

image