Skip to content

Commit

Permalink
chore(docs): update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
bj00rn committed Dec 3, 2024
1 parent a9bbe75 commit 361b75c
Showing 1 changed file with 15 additions and 28 deletions.
43 changes: 15 additions & 28 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,50 +62,37 @@ Name | Description | Unit | State attributes

### Switches

Switch | Description | State attributes
-- | -- | --
Name | Description
-- | --
`cooling_mode` | Turn `cooling` mode on/off
`fireplace_mode` | Turn `fireplace` mode on/off

### Select
Switch | Description

Name | Description
-- | --
`ventilation_mode` | set ventilation mode normal/away/boost
`temperature_mode` | set temperature mode cool/normal/economy

## Services

### Normal operation

Control normal operation of the unit
Name | Description | Fields
-- | -- | --
`set_cooling_mode` | Set cooling mode | device: `str` target device, value: `integer` (0=On, 1=Off)
`set_fireplace_mode` | Set fireplace mode | device: `str` target device, value: `integer` (0=On, 1=Off)
`set_temperature_mode` | Set temperature mode | device: `str` target device, value: `integer` (0=Normal,1=Economy,2=Cool)
`set_ventilation_mode` | Set ventilation mode | device: `str` target device, value: `integer` (0=Normal,1=Away,2=Boost)

### Installer settings

Alter installer settings of the unit, Installer settings must be enabled.
Name | Description | Fields
-- | -- | --
`set_system_active_mode` | Set system active mode | device: `str` target device, value: `integer` (0=Off,1=On,2=Reset)
`set_target_temperature_normal` | Set target temperature for normal temperature mode | device: `str` target device, value: `number` (temperature 10-30 degrees celcius)
`set_target_temperature_cool` | Set target temperature for cool temperature mode | device: `str` target device, value: `number` (temperature 10-30 degrees celcius)
`set_target_temperature_economy` | Set target temperature for economy temperature mode | device: `str` target device, value: `number` (temperature 10-30 degrees celcius)
### Number
Name | Description
-- | --
`cool temperature` | Cool temperature installer setting
`economy temperature` | Economy temperature installer setting
`normal temperature` | Normal temperature installer setting

## Experimental features

### Sensors

Name | Description | Unit | State attributes
-- | -- | -- | --
Name | Description | Unit
-- | -- | --
`heater_power` | Estimated auxillary heater power | `W` |

### Switches

Switch | Description | State attributes
-- | -- | --
Switch | Description
-- | --
`cooking_mode` | Turn `cooking` mode on/off. Emulates cooking mode when fireplace mode is active. When `cooking mode` is active, it automatically deactivates `fireplace mode` before its timer expires. This will reset rotary heat exchanger to normal operation as is desirable in warm weather.

## Supported devices
Expand Down

0 comments on commit 361b75c

Please sign in to comment.