How to get sensors from local tuya

Hi,

I have a question, i have bought a Smart Wifi IR Controller and configured now in Smart Things App and can access to IOT from Tuya. i learned in for my Airco (Trotec Airco Unit.)

I am wondering now, by other local tuya devices i have dp_id point for create my sensors/switch… but for this device i can’t find them.

This is the outpout in my api… does anybody know how to create the sensors/switches for my airco from this output?

{ “result”: { “category”: “infrared_ac”, “functions”: [ { “code”: “F”, “type”: “ENUM”, “values”: “{“min”:0,“max”:3,“scale”:0,“step”:1,“type”:“Integer”}” }, { “code”: “M”, “type”: “ENUM”, “values”: “{“min”:0,“max”:4,“scale”:0,“step”:1,“type”:“Integer”}” }, { “code”: “PowerOff”, “type”: “STRING”, “values”: “PowerOff” }, { “code”: “PowerOn”, “type”: “STRING”, “values”: “PowerOn” }, { “code”: “T”, “type”: “ENUM”, “values”: “{“min”:16,“max”:30,“scale”:0,“step”:1,“type”:“Integer”}” } ], “status”: [ { “code”: “wind”, “type”: “ENUM”, “values”: “{“min”:0,“max”:3,“scale”:0,“step”:1,“type”:“Integer”}” }, { “code”: “mode”, “type”: “ENUM”, “values”: “{“min”:0,“max”:4,“scale”:0,“step”:1,“type”:“Integer”}” }, { “code”: “power”, “type”: “BOOLEAN”, “values”: “{}” }, { “code”: “temp”, “type”: “ENUM”, “values”: “{“min”:16,“max”:30,“scale”:0,“step”:1,“type”:“Integer”}” } ] }, “success”: true, “t”: 1652902452652, “tid”: “7ee0ef12d6e111eca733f2b4cd1fee5a” }