I have an Atomberg Renesa+ (link) fan that I have working via the Tuya application. For some reason, the device never gets detected on HA, but I can use the Tuya app to control the fan.
I have recently started using the LocalTuya custom integration and I can turn the device on and off, but I’m not able to control the speed.
Has anyone got this to work? If yes please help me configure the integration correctly.
Today I learned that the atomberg fan can be added to Tuya, I tried adding it initially when I bought it a year ago. It didn’t work, so I gave up. Have been using it with IR and a broadlink remote ever since!
The only problem with that was not being able to check the state!
I just added the fan to tuya! This is amazing!
Just a request, would you be able to share the data points you used to setup in local tuya.
No, I also have only 3 levels. The changes to fan.py was so that the integration will accept the values 1 through 6 as valid, but it will still only detect 1 & 2 as low, 2, 3 and 4 as medium, etc.
I tried.
Don’t have anything much. But you can set the fan speed using the set_dp service.
service: localtuya.set_dp
data:
device_id: <device_id>
dp: 3
value: '6' #can be set from 0 to 6
Even though the speed won’t reflect as a valid speed in the slider.
For that I think it has something to do with localtuya itself as I could see only 3 speeds in the fan.py being imported from home assistant fan entity and that usage is deprecated from what I understand.
I tried going through various documents and trying to fix it locally, but I realized I do not have the technical competence to understand what's happening :stuck_out_tongue:
PS: DP 102 is timer can be set in multiple of 60 and DP 2 is mode, which can be set to “Normal” or “Sleep”