Skip to content

Commit

Permalink
Add energy_saving_mode sensor
Browse files Browse the repository at this point in the history
  • Loading branch information
wrfz committed Nov 7, 2024
1 parent 98bd98c commit 8318f49
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
10 changes: 9 additions & 1 deletion components/daikin_rotex_can/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -1011,7 +1011,15 @@
"data_size": 1,
"handle_lambda": """
return data[6] == 0x05;
""",
"""
},
{
"type": "binary_sensor",
"name": "energy_saving_mode" ,
"icon": "mdi:pump",
"command": "31 00 FA 01 76 00 00",
"data_offset": 6,
"data_size": 1
},
{
"type": "select",
Expand Down
4 changes: 4 additions & 0 deletions examples/full.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,10 @@ daikin_rotex_can:
#SwNr Regler
#SwNr RTXRT

# ESP custom sensors
energy_saving_mode:
name: ES mode

# Betriebsart
operating_mode:
name: Betriebsmodus
Expand Down

0 comments on commit 8318f49

Please sign in to comment.