File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments