Franck Nijhof

Results 1182 comments of Franck Nijhof

The Tuya V2 custom integration has been discontinued. If used in a newer Home Assistant version it will conflict with the built-in Tuya integration. Please use the built-in Tuya integration...

Home Assistant 2022.2 has a diagnostic download tool on the device page, feel free to share your diagnostics download so we can see where the difference comes from.

🤷 Home Assistant can only use what the API of Tuya provides. If the API provides incorrect data, please contact Tuya support.

@desosav From your diagnostics (cut out all the unrelated stuff): ```json { ... "status_range": { "cur_voltage": { "type": "Integer", "value": { "min": 0, "unit": "V", "scale": 0, "max": 2500, "step":...

Yesterday, Home Assistant 2022.2 was released. Could you try upgrading to that version and see if the issue has been resolved? If not, Home Assistant 2022.2 contains a new diagnostic...

The diagnostics look good, a nice entity seems to be created, that is populated with the presets, fan speeds and toggles. Could you more extensively describe the issue you are...

> this device only supports 'nature' and 'sleep' That is not what Tuya communicates to Home Assistant: ```json "mode": { "type": "Enum", "value": { "range": [ "nature", "sleep", "fresh", "smart",...

> I will confirm that the device works as intended using the Tuya app That really doesn't tell anything. The Tuya app and the Tuya cloud API are not behaving...

> Is this something that can be fixed on the HA side? As already said above, the Tuya API provides us what to show. We don't make that up or...