Skip to content

Commit 227f6a5

Browse files
author
Slawomir Skowron
authored
Add updates for Comfocool (#32)
1 parent beb66a4 commit 227f6a5

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ $ python -m aiocomfoconnect set-speed medium --host 192.168.1.213
2727
$ python -m aiocomfoconnect set-speed high --host 192.168.1.213
2828
$ python -m aiocomfoconnect set-boost on --host 192.168.1.213 --timeout 1200
2929

30+
$ python -m aiocomfoconnect set-comfocool auto --host 192.168.1.213
31+
$ python -m aiocomfoconnect set-comfocool off --host 192.168.1.213
32+
3033
$ python -m aiocomfoconnect show-sensors --host 192.168.1.213
3134
$ python -m aiocomfoconnect show-sensor 276 --host 192.168.1.213
3235
$ python -m aiocomfoconnect show-sensor 276 --host 192.168.1.213 -f
@@ -42,6 +45,8 @@ $ python -m aiocomfoconnect get-property --host 192.168.1.213 1 1 8 9 # Unit 0x
4245
- `async deregister_sensor(sensor)`: Deregister a sensor.
4346
- `async get_mode()`: Get the ventilation mode.
4447
- `async set_mode(mode)`: Set the ventilation mode. (auto / manual)
48+
- `async get_comfocool_mode()`: Get Comfocool mode
49+
- `async set_comfocool_mode()`: Set Comfocool mode. (auto / off)
4550
- `async get_speed()`: Get the ventilation speed.
4651
- `async set_speed(speed)`: Set the ventilation speed. (away / low / medium / high)
4752
- `async get_bypass()`: Get the bypass mode.

0 commit comments

Comments
 (0)