SRC cooling mode, guess

This commit is contained in:
MichaelDvP
2026-07-06 10:24:27 +02:00
parent 7175191c66
commit dd0c8a5ca8
4 changed files with 35 additions and 17 deletions
+2 -1
View File
@@ -8146,11 +8146,12 @@ uint8
| datetime | date/time | string | | false | DEVICE_DATA | 0 | 13 | 1 |
| outdoortemp | outside temperature | int16 | C | false | DEVICE_DATA | 13 | 1 | 1/10 |
| src1.currtemp | current room temperature | int16 | C | false | SRC | 0 | 1 | 1/10 |
| src1.airhumidity | relative air humidity | int8 | % | false | SRC | 1 | 1 | 1 |
| src1.airhumidity | relative air humidity | uint8 | % | false | SRC | 1 | 1 | 1 |
| src1.dewtemperature | dew point temperature | int16 | C | false | SRC | 2 | 1 | 1/10 |
uint8
| src1.seltemp | selected room temperature | uint8 (>=5<=30) | C | true | SRC | 3 | 1 | 1/2 |
| src1.mode | operating mode | enum | | true | SRC | 4 | 1 | 1 |
| src1.cooling | Kühlen | boolean | | true | SRC | -1 | 1 | 1 |
| src1.name | name | string | | true | SRC | 5 | 26 | 1 |
| src1.childlock | child lock | boolean | | true | SRC | 31 | 1 | 1 |
| src1.icon | icon | enum | | true | SRC | 32 | 1 | 1 |