gaosen
gaosen
there's no need to add all schema into the config, just keep those you want to modify. `mode` is the fallback of `work_status`, its okay without it. Can you describe...
after switch to dp mode, did you restart the homebridge? from your device info json, there's still missing `mode`.
Please post your original `mode` schema. your config of these part: ``` { "oldCode": "mode", "code": "mode", "type": "Enum", "property": { "range": [ "COOL", "FAN", "DRY" ] } } ```...
is it kind of a water detect device or gas alarm device? do you have more informations of the device? these two category are already supported.
https://github.com/0x5e/homebridge-tuya-platform/blob/develop_1.7.0/SUPPORTED_DEVICES.md `sfkzq` means water valve, water detect should be `sj`. if you are just a single user, you can use plugin config to override the product category code and schema....
water valve need to have at least one schema with code `switch` or `switch_1`, and for multiple valve `switch_2` `switch_3` ... there's at least two issue: 1. plugin can't get...
Yes, change device control mode on tuya platform, then you can use advanced options to adjust dp code or category code. see https://github.com/0x5e/homebridge-tuya-platform/blob/develop_1.7.0/ADVANCED_OPTIONS.md But currently plugin only support multiple water...
It only impact cloud api based tuya plugin, homebridge/homeassistant etc.
version 1.5.0 is official plugin, not this project. please accoring to readme if you want to install the beta version.
Thanks @blvosh2 for the contribution! I understand the project doesn't support well with "combination products" like yours (window curtain + light), and there's "fan + light", "diffuser + light", "camera...