Support EigenStone Thermostat S2 (KTWKQ03ES)

Could you add support the device EigenStone Thermostat S2 (KTWKQ03ES), please.
http://docs.opencloud.aqara.com/en/guideline/product-discription/#thermostat
I can provide any necessary information and help with testing/debugging.
Thanks in advance.

I have added the following to devices.js

{
zigbeeModel: [‘lumi.airrtc.tcpecn02’],
model: ‘KTWKQ03ES’,
vendor: ‘Xiaomi’,
description: ‘EigenStone Thermostat S2’,
supports: ‘thermostat, temperature, heating/cooling system control, fan’,
fromZigbee: ,
toZigbee: ,
},

Power Off:

debug 2020-04-30 18:59:03: No converter available for ‘KTWKQ03ES’ with cluster ‘genBasic’ and type ‘attributeReport’ and data ‘{“65281”:{“3”:30,“5”:58,“7”:“0x0000000000000000”,“8”:13332,“9”:2816,“100”:305140579,“105”:0,“106”:0,“108”:1,“110”:65534,“111”:0,“155”:0}}’

debug 2020-04-30 18:59:06: No converter available for ‘KTWKQ03ES’ with cluster ‘genBasic’ and type ‘attributeReport’ and data ‘{“65520”:{“type”:“Buffer”,“data”:[170,128,5,209,135,0,134,32,0]}}’
debug 2020-04-30 18:59:06: No converter available for ‘KTWKQ03ES’ with cluster ‘genBasic’ and type ‘attributeReport’ and data ‘{“65520”:{“type”:“Buffer”,“data”:[170,128,8,206,135,0,133,35,96,19,48,2]}}’
debug 2020-04-30 18:59:06: No converter available for ‘KTWKQ03ES’ with cluster ‘genBasic’ and type ‘attributeReport’ and data ‘{“61440”:64168448}’

Power On:

debug 2020-04-30 18:59:24: No converter available for ‘KTWKQ03ES’ with cluster ‘genBasic’ and type ‘attributeReport’ and data ‘{“65520”:{“type”:“Buffer”,“data”:[170,128,5,209,135,0,134,32,0]}}’
debug 2020-04-30 18:59:24: No converter available for ‘KTWKQ03ES’ with cluster ‘genBasic’ and type ‘attributeReport’ and data ‘{“65520”:{“type”:“Buffer”,“data”:[170,128,8,206,135,0,133,35,99,19,32,17]}}’
debug 2020-04-30 18:59:24: No converter available for ‘KTWKQ03ES’ with cluster ‘genBasic’ and type ‘attributeReport’ and data ‘{“61440”:64168448}’

debug 2020-04-30 18:59:29: No converter available for ‘KTWKQ03ES’ with cluster ‘genBasic’ and type ‘attributeReport’ and data ‘{“65520”:{“type”:“Buffer”,“data”:[170,128,8,206,135,0,133,35,99,19,48,18]}}’
debug 2020-04-30 18:59:29: No converter available for ‘KTWKQ03ES’ with cluster ‘genBasic’ and type ‘attributeReport’ and data ‘{“61440”:64168448}’

Change heat temperature from 19C to 20C:
(current room temperature is 24C)

debug 2020-04-30 18:59:40: No converter available for ‘KTWKQ03ES’ with cluster ‘genTime’ and type ‘read’ and data ‘[“time”]’
debug 2020-04-30 18:59:40: No converter available for ‘KTWKQ03ES’ with cluster ‘genBasic’ and type ‘attributeReport’ and data ‘{“65520”:{“type”:“Buffer”,“data”:[170,128,5,209,135,0,134,32,2]}}’
debug 2020-04-30 18:59:41: No converter available for ‘KTWKQ03ES’ with cluster ‘genBasic’ and type ‘attributeReport’ and data ‘{“65520”:{“type”:“Buffer”,“data”:[170,128,5,209,135,0,134,32,2]}}’
debug 2020-04-30 18:59:45: No converter available for ‘KTWKQ03ES’ with cluster ‘genBasic’ and type ‘attributeReport’ and data ‘{“65520”:{“type”:“Buffer”,“data”:[170,128,8,206,135,0,133,35,99,20,48,18]}}’
debug 2020-04-30 18:59:45: No converter available for ‘KTWKQ03ES’ with cluster ‘genBasic’ and type ‘attributeReport’ and data ‘{“61440”:64168448}’

I see changes 19 > 20, but there are too much other unknown parameters.

Here is Chinese documentation for a configuration menu

Hi there. Newbie to z2m, well sort of new got lots of known devices working but not this one. Was there every a solution for z2m to run the KTWKQ03ES correctly?

Most grateful for any feedback.