Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fan Unsupported #503

Open
2 tasks done
umeshhalai opened this issue Oct 22, 2024 · 1 comment
Open
2 tasks done

Fan Unsupported #503

umeshhalai opened this issue Oct 22, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@umeshhalai
Copy link

Prerequisite

  • Yes, I've read the readme completely.

Cache

  • Yes, I've cleaned accessory cache and the issue still exists.

Version

v1.7.0-beta.54

Device Infomation JSON File

No response

Device Control Mode

DP Instruction

Logs

[22/10/2024, 21:59:20] [Tuya] [Fan 3] Product Category: fsd
[22/10/2024, 21:59:20] [Tuya] [Fan 3] Missing one of the required schema: [ 'switch_fan', 'fan_switch', 'switch' ]
[22/10/2024, 21:59:20] [Tuya] [Fan 3] Please switch device control mode to "DP Insctrution", and set deviceOverrides manually.
[22/10/2024, 21:59:20] [Tuya] [Fan 3] Detail information: https://github.com/0x5e/homebridge-tuya-platform#faq
[22/10/2024, 21:59:20] [Tuya] [Fan 3] Existing schema: [
  {
    code: 'bright_value',
    mode: 'rw',
    type: 'Integer',
    property: { unit: '', min: 0, max: 100, scale: 0, step: 2 }
  },
  {
    code: 'fan_direction',
    mode: 'rw',
    type: 'Enum',
    property: { range: [ 'forward', 'reverse', [length]: 2 ] }
  },
  {
    code: 'temp_value',
    mode: 'rw',
    type: 'Integer',
    property: { unit: '', min: 0, max: 100, scale: 0, step: 2 }
  },
  [length]: 3
]
[22/10/2024, 21:59:20] [Tuya] Unsupported device: Fan 3.

Other Infomations

To allow control of my fan. The fan company is GridConnect and works on my Tuya Smart app.

@umeshhalai umeshhalai added the bug Something isn't working label Oct 22, 2024
@sboff1
Copy link

sboff1 commented Oct 23, 2024

Hey,

What you need to do is head back to the Tuya Development site.
From there enter the project that you have created.
Then click onto the 'Devices' Tab.
There will be the fan listed as one of the devices, and also listed in a small box above. There is an edit button that will appear when you mouse over it, click the 'Change Control Instruction Mode'.
This will allow you to change it to 'DP Instrustions', save the configuration and head back to the device list.

Following this you will need to remove the Tuya bridge from the HomeKit.
Restart the Child Bridge in Homebridge.
Re-add the Tuya bridge back into HomeKit.
Following this it will re-add the ceiling fan now with full control.

You can separate the light and the Fan function in the settings pane of the HomeKit settings.

One thing to note is that the colour temperature seems to be backwards ie. Warm = White, White = Warm.

s.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants