Skip to content

Commit

Permalink
Add flow_rate_hyst
Browse files Browse the repository at this point in the history
  • Loading branch information
wrfz committed Sep 19, 2024
1 parent 9abd0e0 commit 4fde775
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 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 @@ -588,6 +588,21 @@
"25": 25
}
},
{
"type": "number",
"name": "flow_rate_hyst",
"unit_of_measurement": UNIT_LITER_PER_MIN,
"accuracy_decimals": 0,
"state_class": STATE_CLASS_MEASUREMENT,
"icon": "mdi:waves-arrow-right",
"min_value": 0,
"max_value": 5,
"step": 0.1,
"command": "31 00 FA 06 8A",
"data_offset": 6,
"data_size": 1,
"divider": 10
},
{
"type": "number",
"name": "target_room1_temperature",
Expand Down
6 changes: 4 additions & 2 deletions examples/full.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -206,8 +206,10 @@ daikin_rotex_can:
name: Durchfluss Min
flow_rate_setpoint: # serive
name: Durchfluss Soll
#Durchfluss Ber
#Durchfluss Hyst # service
flow_rate_calc: # service
name: DurchflussBer
flow_rate_hyst: # service
name: Durchfluss Hyst
#Anpassung T-VL Heizen
#Anpassung T-VL Kühlen
#Min Druck
Expand Down

0 comments on commit 4fde775

Please sign in to comment.