Skip to content

Commit

Permalink
Update zhc to 15.0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
Koenkk committed Jan 1, 2023
1 parent 293a6ec commit ae35d02
Show file tree
Hide file tree
Showing 1,327 changed files with 16,176 additions and 2,114 deletions.
2 changes: 2 additions & 0 deletions docgen/device_page_exposes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,8 @@ function getExposeDocs(expose, definition) {
let txt = {value: '', note: []};
if (expose.item_type.type === 'composite') {
txt = compositeDocs(expose.item_type);
} else if (expose.item_type.type === 'text') {
// Empty on purpose
} else {
throw new Error(`Unsupported list item_type: ${expose.item_type.type}`);
}
Expand Down
9 changes: 8 additions & 1 deletion docs/devices/0140302.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ pageClass: device-page
| Model | 0140302 |
| Vendor | [Idinio](/supported-devices/#v=Idinio) |
| Description | Zigbee LED foot dimmer |
| Exposes | light (state, brightness), effect, linkquality |
| Exposes | light (state, brightness), effect, power_on_behavior, linkquality |
| Picture | ![Idinio 0140302](https://www.zigbee2mqtt.io/images/devices/0140302.jpg) |


Expand Down Expand Up @@ -69,6 +69,13 @@ It's not possible to read (`/get`) this value.
To write (`/set`) a value publish a message to topic `zigbee2mqtt/FRIENDLY_NAME/set` with payload `{"effect": NEW_VALUE}`.
The possible values are: `blink`, `breathe`, `okay`, `channel_change`, `finish_effect`, `stop_effect`.

### Power_on_behavior (enum)
Controls the behavior when the device is powered on after power loss.
Value can be found in the published state on the `power_on_behavior` property.
To read (`/get`) the value publish a message to topic `zigbee2mqtt/FRIENDLY_NAME/get` with payload `{"power_on_behavior": ""}`.
To write (`/set`) a value publish a message to topic `zigbee2mqtt/FRIENDLY_NAME/set` with payload `{"power_on_behavior": NEW_VALUE}`.
The possible values are: `off`, `on`, `toggle`, `previous`.

### Linkquality (numeric)
Link quality (signal strength).
Value can be found in the published state on the `linkquality` property.
Expand Down
4 changes: 2 additions & 2 deletions docs/devices/014G2461.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,14 +131,14 @@ The minimal value is `5` and the maximum value is `35`.
The unit of this value is `°C`.

### External_measured_room_sensor (numeric)
If `radiator_covered` is `true`: Set at maximum 30 minutes interval but not more often than every 5 minutes and 0.1 degrees difference. Resets every 35 minutes to standard. If `radiator_covered` is `false`: Set at maximum 3 hours interval but not more often than every 30 minutes and 0.1 degrees difference. Resets every 3 hours to standard. Value 21C = 2100 (-8000=undefined)..
The temperature sensor of the TRV is — due to its design — relatively close to the heat source (i.e. the hot water in the radiator). Thus there are situations where the `local_temperature` measured by the TRV is not accurate enough: If the radiator is covered behind curtains or furniture, if the room is rather big, or if the radiator itself is big and the flow temperature is high, then the temperature in the room may easily diverge from the `local_temperature` measured by the TRV by 5°C to 8°C. In this case you might choose to use an external room sensor and send the measured value of the external room sensor to the `External_measured_room_sensor` property.The way the TRV operates on the `External_measured_room_sensor` depends on the setting of the `Radiator_covered` property: If `Radiator_covered` is `true` (Auto Offset Mode): You *must* set the `External_measured_room_sensor` property *at least* every 3 hours. After 3 hours the TRV disables this function and resets the value of the `External_measured_room_sensor` property to -8000 (disabled). You *should* set the `External_measured_room_sensor` property *at most* every 30 minutes or every 0.1K change in measured room temperature.If `Radiator_covered` is `false` (Room Sensor Mode): You *must* set the `External_measured_room_sensor` property at least every 30 minutes. After 35 minutes the TRV disables this function and resets the value of the `External_measured_room_sensor` property to -8000 (disabled). You *should* set the `External_measured_room_sensor` property *at most* every 5 minutes or every 0.1K change in measured room temperature..
Value can be found in the published state on the `external_measured_room_sensor` property.
To read (`/get`) the value publish a message to topic `zigbee2mqtt/FRIENDLY_NAME/get` with payload `{"external_measured_room_sensor": ""}`.
To write (`/set`) a value publish a message to topic `zigbee2mqtt/FRIENDLY_NAME/set` with payload `{"external_measured_room_sensor": NEW_VALUE}`.
The minimal value is `-8000` and the maximum value is `3500`.

### Radiator_covered (binary)
Set if the TRV should solely rely on external_measured_room_sensor or operate in offset mode. `false` = Auto Offset Mode or `true` = Room Sensor Mode.
Controls whether the TRV should solely rely on an external room sensor or operate in offset mode. `false` = Auto Offset Mode (use this e.g. for exposed radiators) or `true` = Room Sensor Mode (use this e.g. for covered radiators). Please note that this flag only controls how the TRV operates on the value of `External_measured_room_sensor`; only setting this flag without setting the `External_measured_room_sensor` has no (noticable?) effect..
Value can be found in the published state on the `radiator_covered` property.
To read (`/get`) the value publish a message to topic `zigbee2mqtt/FRIENDLY_NAME/get` with payload `{"radiator_covered": ""}`.
To write (`/set`) a value publish a message to topic `zigbee2mqtt/FRIENDLY_NAME/set` with payload `{"radiator_covered": NEW_VALUE}`.
Expand Down
9 changes: 8 additions & 1 deletion docs/devices/020B0B.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ pageClass: device-page
| Model | 020B0B |
| Vendor | [Fischer & Honsel](/supported-devices/#v=Fischer%20%26%20Honsel) |
| Description | LED Tischleuchte Beta Zig |
| Exposes | light (state, brightness, color_temp, color_temp_startup, color_xy), effect, linkquality |
| Exposes | light (state, brightness, color_temp, color_temp_startup, color_xy), effect, power_on_behavior, linkquality |
| Picture | ![Fischer & Honsel 020B0B](https://www.zigbee2mqtt.io/images/devices/020B0B.jpg) |


Expand Down Expand Up @@ -80,6 +80,13 @@ It's not possible to read (`/get`) this value.
To write (`/set`) a value publish a message to topic `zigbee2mqtt/FRIENDLY_NAME/set` with payload `{"effect": NEW_VALUE}`.
The possible values are: `blink`, `breathe`, `okay`, `channel_change`, `finish_effect`, `stop_effect`.

### Power_on_behavior (enum)
Controls the behavior when the device is powered on after power loss.
Value can be found in the published state on the `power_on_behavior` property.
To read (`/get`) the value publish a message to topic `zigbee2mqtt/FRIENDLY_NAME/get` with payload `{"power_on_behavior": ""}`.
To write (`/set`) a value publish a message to topic `zigbee2mqtt/FRIENDLY_NAME/set` with payload `{"power_on_behavior": NEW_VALUE}`.
The possible values are: `off`, `on`, `toggle`, `previous`.

### Linkquality (numeric)
Link quality (signal strength).
Value can be found in the published state on the `linkquality` property.
Expand Down
9 changes: 8 additions & 1 deletion docs/devices/046677476816.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ pageClass: device-page
| Model | 046677476816 |
| Vendor | [Philips](/supported-devices/#v=Philips) |
| Description | Hue white PAR38 outdoor |
| Exposes | light (state, brightness), effect, linkquality |
| Exposes | light (state, brightness), effect, power_on_behavior, linkquality |
| Picture | ![Philips 046677476816](https://www.zigbee2mqtt.io/images/devices/046677476816.jpg) |


Expand Down Expand Up @@ -134,6 +134,13 @@ It's not possible to read (`/get`) this value.
To write (`/set`) a value publish a message to topic `zigbee2mqtt/FRIENDLY_NAME/set` with payload `{"effect": NEW_VALUE}`.
The possible values are: `blink`, `breathe`, `okay`, `channel_change`, `finish_effect`, `stop_effect`.

### Power_on_behavior (enum)
Controls the behavior when the device is powered on after power loss.
Value can be found in the published state on the `power_on_behavior` property.
To read (`/get`) the value publish a message to topic `zigbee2mqtt/FRIENDLY_NAME/get` with payload `{"power_on_behavior": ""}`.
To write (`/set`) a value publish a message to topic `zigbee2mqtt/FRIENDLY_NAME/set` with payload `{"power_on_behavior": NEW_VALUE}`.
The possible values are: `off`, `on`, `toggle`, `previous`.

### Linkquality (numeric)
Link quality (signal strength).
Value can be found in the published state on the `linkquality` property.
Expand Down
9 changes: 8 additions & 1 deletion docs/devices/046677551780.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ pageClass: device-page
| Model | 046677551780 |
| Vendor | [Philips](/supported-devices/#v=Philips) |
| Description | Hue white filament Edison ST19 LED |
| Exposes | light (state, brightness), effect, linkquality |
| Exposes | light (state, brightness), effect, power_on_behavior, linkquality |
| Picture | ![Philips 046677551780](https://www.zigbee2mqtt.io/images/devices/046677551780.jpg) |


Expand Down Expand Up @@ -134,6 +134,13 @@ It's not possible to read (`/get`) this value.
To write (`/set`) a value publish a message to topic `zigbee2mqtt/FRIENDLY_NAME/set` with payload `{"effect": NEW_VALUE}`.
The possible values are: `blink`, `breathe`, `okay`, `channel_change`, `finish_effect`, `stop_effect`.

### Power_on_behavior (enum)
Controls the behavior when the device is powered on after power loss.
Value can be found in the published state on the `power_on_behavior` property.
To read (`/get`) the value publish a message to topic `zigbee2mqtt/FRIENDLY_NAME/get` with payload `{"power_on_behavior": ""}`.
To write (`/set`) a value publish a message to topic `zigbee2mqtt/FRIENDLY_NAME/set` with payload `{"power_on_behavior": NEW_VALUE}`.
The possible values are: `off`, `on`, `toggle`, `previous`.

### Linkquality (numeric)
Link quality (signal strength).
Value can be found in the published state on the `linkquality` property.
Expand Down
9 changes: 8 additions & 1 deletion docs/devices/046677562229.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ pageClass: device-page
| Model | 046677562229 |
| Vendor | [Philips](/supported-devices/#v=Philips) |
| Description | Hue White PAR20 with Bluetooth |
| Exposes | light (state, brightness), effect, linkquality |
| Exposes | light (state, brightness), effect, power_on_behavior, linkquality |
| Picture | ![Philips 046677562229](https://www.zigbee2mqtt.io/images/devices/046677562229.jpg) |


Expand Down Expand Up @@ -134,6 +134,13 @@ It's not possible to read (`/get`) this value.
To write (`/set`) a value publish a message to topic `zigbee2mqtt/FRIENDLY_NAME/set` with payload `{"effect": NEW_VALUE}`.
The possible values are: `blink`, `breathe`, `okay`, `channel_change`, `finish_effect`, `stop_effect`.

### Power_on_behavior (enum)
Controls the behavior when the device is powered on after power loss.
Value can be found in the published state on the `power_on_behavior` property.
To read (`/get`) the value publish a message to topic `zigbee2mqtt/FRIENDLY_NAME/get` with payload `{"power_on_behavior": ""}`.
To write (`/set`) a value publish a message to topic `zigbee2mqtt/FRIENDLY_NAME/set` with payload `{"power_on_behavior": NEW_VALUE}`.
The possible values are: `off`, `on`, `toggle`, `previous`.

### Linkquality (numeric)
Link quality (signal strength).
Value can be found in the published state on the `linkquality` property.
Expand Down
9 changes: 8 additions & 1 deletion docs/devices/046677577957.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ pageClass: device-page
| Model | 046677577957 |
| Vendor | [Philips](/supported-devices/#v=Philips) |
| Description | Hue White and Color Ambiance BR30 with bluetooth |
| Exposes | light (state, brightness, color_temp, color_temp_startup, color_xy, color_hs), effect, linkquality |
| Exposes | light (state, brightness, color_temp, color_temp_startup, color_xy, color_hs), effect, power_on_behavior, linkquality |
| Picture | ![Philips 046677577957](https://www.zigbee2mqtt.io/images/devices/046677577957.jpg) |


Expand Down Expand Up @@ -153,6 +153,13 @@ It's not possible to read (`/get`) this value.
To write (`/set`) a value publish a message to topic `zigbee2mqtt/FRIENDLY_NAME/set` with payload `{"effect": NEW_VALUE}`.
The possible values are: `blink`, `breathe`, `okay`, `channel_change`, `finish_effect`, `stop_effect`.

### Power_on_behavior (enum)
Controls the behavior when the device is powered on after power loss.
Value can be found in the published state on the `power_on_behavior` property.
To read (`/get`) the value publish a message to topic `zigbee2mqtt/FRIENDLY_NAME/get` with payload `{"power_on_behavior": ""}`.
To write (`/set`) a value publish a message to topic `zigbee2mqtt/FRIENDLY_NAME/set` with payload `{"power_on_behavior": NEW_VALUE}`.
The possible values are: `off`, `on`, `toggle`, `previous`.

### Linkquality (numeric)
Link quality (signal strength).
Value can be found in the published state on the `linkquality` property.
Expand Down
9 changes: 8 additions & 1 deletion docs/devices/046677578138.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ pageClass: device-page
| Model | 046677578138 |
| Vendor | [Philips](/supported-devices/#v=Philips) |
| Description | Hue White ambiance BR30 E26 |
| Exposes | light (state, brightness, color_temp, color_temp_startup), effect, linkquality |
| Exposes | light (state, brightness, color_temp, color_temp_startup), effect, power_on_behavior, linkquality |
| Picture | ![Philips 046677578138](https://www.zigbee2mqtt.io/images/devices/046677578138.jpg) |


Expand Down Expand Up @@ -141,6 +141,13 @@ It's not possible to read (`/get`) this value.
To write (`/set`) a value publish a message to topic `zigbee2mqtt/FRIENDLY_NAME/set` with payload `{"effect": NEW_VALUE}`.
The possible values are: `blink`, `breathe`, `okay`, `channel_change`, `finish_effect`, `stop_effect`.

### Power_on_behavior (enum)
Controls the behavior when the device is powered on after power loss.
Value can be found in the published state on the `power_on_behavior` property.
To read (`/get`) the value publish a message to topic `zigbee2mqtt/FRIENDLY_NAME/get` with payload `{"power_on_behavior": ""}`.
To write (`/set`) a value publish a message to topic `zigbee2mqtt/FRIENDLY_NAME/set` with payload `{"power_on_behavior": NEW_VALUE}`.
The possible values are: `off`, `on`, `toggle`, `previous`.

### Linkquality (numeric)
Link quality (signal strength).
Value can be found in the published state on the `linkquality` property.
Expand Down
9 changes: 8 additions & 1 deletion docs/devices/046677803087.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ pageClass: device-page
| Model | 046677803087 |
| Vendor | [Philips](/supported-devices/#v=Philips) |
| Description | Hue White ambiance Cher ceiling light |
| Exposes | light (state, brightness, color_temp, color_temp_startup), effect, linkquality |
| Exposes | light (state, brightness, color_temp, color_temp_startup), effect, power_on_behavior, linkquality |
| Picture | ![Philips 046677803087](https://www.zigbee2mqtt.io/images/devices/046677803087.jpg) |


Expand Down Expand Up @@ -141,6 +141,13 @@ It's not possible to read (`/get`) this value.
To write (`/set`) a value publish a message to topic `zigbee2mqtt/FRIENDLY_NAME/set` with payload `{"effect": NEW_VALUE}`.
The possible values are: `blink`, `breathe`, `okay`, `channel_change`, `finish_effect`, `stop_effect`.

### Power_on_behavior (enum)
Controls the behavior when the device is powered on after power loss.
Value can be found in the published state on the `power_on_behavior` property.
To read (`/get`) the value publish a message to topic `zigbee2mqtt/FRIENDLY_NAME/get` with payload `{"power_on_behavior": ""}`.
To write (`/set`) a value publish a message to topic `zigbee2mqtt/FRIENDLY_NAME/set` with payload `{"power_on_behavior": NEW_VALUE}`.
The possible values are: `off`, `on`, `toggle`, `previous`.

### Linkquality (numeric)
Link quality (signal strength).
Value can be found in the published state on the `linkquality` property.
Expand Down
1 change: 1 addition & 0 deletions docs/devices/064873.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ pageClass: device-page
| Description | Home & away switch / master switch |
| Exposes | battery, action, linkquality |
| Picture | ![Legrand 064873](https://www.zigbee2mqtt.io/images/devices/064873.jpg) |
| White-label | BTicino LN4570CWI |


<!-- Notes BEGIN: You can edit here. Add "## Notes" headline if not already present. -->
Expand Down
9 changes: 9 additions & 0 deletions docs/devices/064882.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,16 +27,25 @@ pageClass: device-page

<!-- Notes END: Do not edit below this line -->

## OTA updates
This device supports OTA updates, for more information see [OTA updates](../guide/usage/ota_updates.md).


## Options
*[How to use device type specific configuration](../guide/configuration/devices-groups.md#specific-device-options)*

* `power_calibration`: Calibrates the power value (percentual offset), takes into effect on next report of device. The value must be a number.

* `power_precision`: Number of digits after decimal point for power, takes into effect on next report of device. The value must be a number with a minimum value of `0` and with a with a maximum value of `3`

* `current_calibration`: Calibrates the current value (percentual offset), takes into effect on next report of device. The value must be a number.

* `current_precision`: Number of digits after decimal point for current, takes into effect on next report of device. The value must be a number with a minimum value of `0` and with a with a maximum value of `3`

* `voltage_calibration`: Calibrates the voltage value (percentual offset), takes into effect on next report of device. The value must be a number.

* `voltage_precision`: Number of digits after decimal point for voltage, takes into effect on next report of device. The value must be a number with a minimum value of `0` and with a with a maximum value of `3`


## Exposes

Expand Down
3 changes: 1 addition & 2 deletions docs/devices/067771.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,8 +135,7 @@ To write (`/set`) a value publish a message to topic `zigbee2mqtt/FRIENDLY_NAME/
If value equals `dimmer_on` device_mode is ON, if `dimmer_off` OFF.

### Led_in_dark (binary)
Enables the LED when the light is turned off, allowing to
see the switch in the dark.
Enables the LED when the light is turned off, allowing to see the switch in the dark.
Value can be found in the published state on the `led_in_dark` property.
To read (`/get`) the value publish a message to topic `zigbee2mqtt/FRIENDLY_NAME/get` with payload `{"led_in_dark": ""}`.
To write (`/set`) a value publish a message to topic `zigbee2mqtt/FRIENDLY_NAME/set` with payload `{"led_in_dark": NEW_VALUE}`.
Expand Down
3 changes: 1 addition & 2 deletions docs/devices/067772.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,7 @@ To control this switch publish a message to topic `zigbee2mqtt/FRIENDLY_NAME/set
To read the current state of this switch publish a message to topic `zigbee2mqtt/FRIENDLY_NAME/get` with payload `{"state_right": ""}`.

### Led_in_dark (binary)
Enables the LED when the light is turned off, allowing to
see the switch in the dark.
Enables the LED when the light is turned off, allowing to see the switch in the dark.
Value can be found in the published state on the `led_in_dark` property.
To read (`/get`) the value publish a message to topic `zigbee2mqtt/FRIENDLY_NAME/get` with payload `{"led_in_dark": ""}`.
To write (`/set`) a value publish a message to topic `zigbee2mqtt/FRIENDLY_NAME/set` with payload `{"led_in_dark": NEW_VALUE}`.
Expand Down
Loading

0 comments on commit ae35d02

Please sign in to comment.