Skip to content

Commit

Permalink
Add ta2 sensor
Browse files Browse the repository at this point in the history
  • Loading branch information
wrfz committed Nov 21, 2024
1 parent dae0e25 commit 9e76459
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 8 deletions.
15 changes: 15 additions & 0 deletions components/daikin_rotex_can/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,21 @@
"signed": True,
"range": [-30, 90]
},
{
"type": "sensor",
"name": "ta2",
"device_class": DEVICE_CLASS_TEMPERATURE,
"unit_of_measurement": UNIT_CELSIUS,
"accuracy_decimals": 1,
"state_class": STATE_CLASS_MEASUREMENT,
"command": "31 00 FA C1 05",
"data_offset": 5,
"data_size": 2,
"divider": 10.0,
"signed": True,
"range": [-30, 90]
},

{
"type": "sensor",
"name": "t_ext",
Expand Down
34 changes: 26 additions & 8 deletions examples/full.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,33 @@ daikin_rotex_can:

# Info

#mode
ext:
name: Ext
#RT
#Pump
#EHS
#BPV
tv:
name: Heizkreis Vorlauf (TV)
update_interval: 5
tvbh:
name: Vorlauftemperatur Heizung (TVBH)
update_interval: 5
tr:
name: Ruecklauftemperatur Heizung
update_interval: 5
#Tdhw
temperature_outside: # ta
name: Aussentemperatur
#V
#TVBH2
#TR2
#Tdhw2
#Tliq2
ta2:
name: TA
#quiet

#Übersicht
water_pressure:
Expand Down Expand Up @@ -183,6 +208,7 @@ daikin_rotex_can:
# Betriebsart
operating_mode:
name: Betriebsmodus
update_interval: 5

# Raum Soll Tag
target_room1_temperature:
Expand Down Expand Up @@ -376,13 +402,5 @@ daikin_rotex_can:
name: Status Kompressor
tdhw1:
name: Warmwassertemperatur
temperature_outside:
name: Aussentemperatur
tr:
name: Ruecklauftemperatur Heizung
tv:
name: Heizkreis Vorlauf (TV)
tvbh:
name: Vorlauftemperatur Heizung (TVBH)
target_supply_temperature:
name: Vorlauf Soll

0 comments on commit 9e76459

Please sign in to comment.