feat: add support for T0xC3 heat pump. Fix #46.

This commit is contained in:
sususweet
2025-11-27 23:03:35 +08:00
parent 8714549f90
commit 61b33e4ceb
7 changed files with 192 additions and 4 deletions

View File

@@ -335,6 +335,12 @@
}
}
},
"Zone1": {
"name": "区域1"
},
"DHW": {
"name": "DHW"
},
"colmo_turing_central_ac_climate": {
"name": "Thermostat",
"state_attributes": {
@@ -2567,6 +2573,12 @@
},
"water_model_go_out": {
"name": "Away Mode"
},
"fastdhw_state": {
"name": "Fast Hot Water"
},
"forcetbh_state": {
"name": "Force Standby"
}
}
}

View File

@@ -335,6 +335,12 @@
}
}
},
"Zone1": {
"name": "区域1"
},
"DHW": {
"name": "DHW"
},
"colmo_turing_central_ac_climate": {
"name": "温控器",
"state_attributes": {
@@ -2571,6 +2577,12 @@
},
"water_model_go_out": {
"name": "外出模式"
},
"fastdhw_state": {
"name": "快速生活热水"
},
"forcetbh_state": {
"name": "强制待机"
}
}
}