-
Notifications
You must be signed in to change notification settings - Fork 8.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
46 changed files
with
1,378 additions
and
381 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,73 @@ | ||
--- | ||
title: "SOMFY 1811680 control via MQTT" | ||
description: "Integrate your SOMFY 1811680 via Zigbee2MQTT with whatever smart home infrastructure you are using without the vendor's bridge or gateway." | ||
addedAt: 2024-09-07T11:16:42 | ||
pageClass: device-page | ||
--- | ||
|
||
<!-- !!!! --> | ||
<!-- ATTENTION: This file is auto-generated through docgen! --> | ||
<!-- You can only edit the "Notes"-Section between the two comment lines "Notes BEGIN" and "Notes END". --> | ||
<!-- Do not use h1 or h2 heading within "## Notes"-Section. --> | ||
<!-- !!!! --> | ||
|
||
# SOMFY 1811680 | ||
|
||
| | | | ||
|-----|-----| | ||
| Model | 1811680 | | ||
| Vendor | [SOMFY](/supported-devices/#v=SOMFY) | | ||
| Description | Zigbee opening sensor | | ||
| Exposes | identify, alarm_1, battery_low, battery, linkquality | | ||
| Picture | ![SOMFY 1811680](https://www.zigbee2mqtt.io/images/devices/1811680.png) | | ||
|
||
|
||
<!-- Notes BEGIN: You can edit here. Add "## Notes" headline if not already present. --> | ||
|
||
|
||
<!-- Notes END: Do not edit below this line --> | ||
|
||
|
||
|
||
## Options | ||
*[How to use device type specific configuration](../guide/configuration/devices-groups.md#specific-device-options)* | ||
|
||
* `identify_timeout`: Sets the duration of the identification procedure in seconds (i.e., how long the device would flash).The value ranges from 1 to 30 seconds (default: 3). The value must be a number with a minimum value of `1` and with a with a maximum value of `30` | ||
|
||
|
||
## Exposes | ||
|
||
### Identify (enum) | ||
Initiate device identification. | ||
Value will **not** be published in the state. | ||
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 `{"identify": NEW_VALUE}`. | ||
The possible values are: `identify`. | ||
|
||
### Alarm 1 (binary) | ||
Indicates whether IAS Zone alarm 1 is active. | ||
Value can be found in the published state on the `alarm_1` property. | ||
It's not possible to read (`/get`) or write (`/set`) this value. | ||
If value equals `true` alarm 1 is ON, if `false` OFF. | ||
|
||
### Battery low (binary) | ||
Indicates whether the battery of the device is almost empty. | ||
Value can be found in the published state on the `battery_low` property. | ||
It's not possible to read (`/get`) or write (`/set`) this value. | ||
If value equals `true` battery low is ON, if `false` OFF. | ||
|
||
### Battery (numeric) | ||
Remaining battery in %. | ||
Value can be found in the published state on the `battery` property. | ||
To read (`/get`) the value publish a message to topic `zigbee2mqtt/FRIENDLY_NAME/get` with payload `{"battery": ""}`. | ||
It's not possible to write (`/set`) this value. | ||
The minimal value is `0` and the maximum value is `100`. | ||
The unit of this value is `%`. | ||
|
||
### Linkquality (numeric) | ||
Link quality (signal strength). | ||
Value can be found in the published state on the `linkquality` property. | ||
It's not possible to read (`/get`) or write (`/set`) this value. | ||
The minimal value is `0` and the maximum value is `255`. | ||
The unit of this value is `lqi`. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,73 @@ | ||
--- | ||
title: "SOMFY 1811681 control via MQTT" | ||
description: "Integrate your SOMFY 1811681 via Zigbee2MQTT with whatever smart home infrastructure you are using without the vendor's bridge or gateway." | ||
addedAt: 2024-09-07T11:16:42 | ||
pageClass: device-page | ||
--- | ||
|
||
<!-- !!!! --> | ||
<!-- ATTENTION: This file is auto-generated through docgen! --> | ||
<!-- You can only edit the "Notes"-Section between the two comment lines "Notes BEGIN" and "Notes END". --> | ||
<!-- Do not use h1 or h2 heading within "## Notes"-Section. --> | ||
<!-- !!!! --> | ||
|
||
# SOMFY 1811681 | ||
|
||
| | | | ||
|-----|-----| | ||
| Model | 1811681 | | ||
| Vendor | [SOMFY](/supported-devices/#v=SOMFY) | | ||
| Description | Zigbee motion sensor | | ||
| Exposes | identify, occupancy, battery_low, battery, linkquality | | ||
| Picture | ![SOMFY 1811681](https://www.zigbee2mqtt.io/images/devices/1811681.png) | | ||
|
||
|
||
<!-- Notes BEGIN: You can edit here. Add "## Notes" headline if not already present. --> | ||
|
||
|
||
<!-- Notes END: Do not edit below this line --> | ||
|
||
|
||
|
||
## Options | ||
*[How to use device type specific configuration](../guide/configuration/devices-groups.md#specific-device-options)* | ||
|
||
* `identify_timeout`: Sets the duration of the identification procedure in seconds (i.e., how long the device would flash).The value ranges from 1 to 30 seconds (default: 3). The value must be a number with a minimum value of `1` and with a with a maximum value of `30` | ||
|
||
|
||
## Exposes | ||
|
||
### Identify (enum) | ||
Initiate device identification. | ||
Value will **not** be published in the state. | ||
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 `{"identify": NEW_VALUE}`. | ||
The possible values are: `identify`. | ||
|
||
### Occupancy (binary) | ||
Indicates whether the device detected occupancy. | ||
Value can be found in the published state on the `occupancy` property. | ||
It's not possible to read (`/get`) or write (`/set`) this value. | ||
If value equals `true` occupancy is ON, if `false` OFF. | ||
|
||
### Battery low (binary) | ||
Indicates whether the battery of the device is almost empty. | ||
Value can be found in the published state on the `battery_low` property. | ||
It's not possible to read (`/get`) or write (`/set`) this value. | ||
If value equals `true` battery low is ON, if `false` OFF. | ||
|
||
### Battery (numeric) | ||
Remaining battery in %. | ||
Value can be found in the published state on the `battery` property. | ||
To read (`/get`) the value publish a message to topic `zigbee2mqtt/FRIENDLY_NAME/get` with payload `{"battery": ""}`. | ||
It's not possible to write (`/set`) this value. | ||
The minimal value is `0` and the maximum value is `100`. | ||
The unit of this value is `%`. | ||
|
||
### Linkquality (numeric) | ||
Link quality (signal strength). | ||
Value can be found in the published state on the `linkquality` property. | ||
It's not possible to read (`/get`) or write (`/set`) this value. | ||
The minimal value is `0` and the maximum value is `255`. | ||
The unit of this value is `lqi`. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,108 @@ | ||
--- | ||
title: "LEDVANCE 4099854293276 control via MQTT" | ||
description: "Integrate your LEDVANCE 4099854293276 via Zigbee2MQTT with whatever smart home infrastructure you are using without the vendor's bridge or gateway." | ||
addedAt: 2024-09-07T11:16:43 | ||
pageClass: device-page | ||
--- | ||
|
||
<!-- !!!! --> | ||
<!-- ATTENTION: This file is auto-generated through docgen! --> | ||
<!-- You can only edit the "Notes"-Section between the two comment lines "Notes BEGIN" and "Notes END". --> | ||
<!-- Do not use h1 or h2 heading within "## Notes"-Section. --> | ||
<!-- !!!! --> | ||
|
||
# LEDVANCE 4099854293276 | ||
|
||
| | | | ||
|-----|-----| | ||
| Model | 4099854293276 | | ||
| Vendor | [LEDVANCE](/supported-devices/#v=LEDVANCE) | | ||
| Description | SMART+ Compact outdoor plug EU with energy meter | | ||
| Exposes | switch (state), power_on_behavior, power, voltage, current, energy, linkquality | | ||
| Picture | ![LEDVANCE 4099854293276](https://www.zigbee2mqtt.io/images/devices/4099854293276.png) | | ||
|
||
|
||
<!-- Notes BEGIN: You can edit here. Add "## Notes" headline if not already present. --> | ||
|
||
|
||
<!-- Notes END: Do not edit below this line --> | ||
|
||
|
||
|
||
## 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. This option can only decrease the precision, not increase it. 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. This option can only decrease the precision, not increase it. 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. This option can only decrease the precision, not increase it. The value must be a number with a minimum value of `0` and with a with a maximum value of `3` | ||
|
||
* `energy_calibration`: Calibrates the energy value (percentual offset), takes into effect on next report of device. The value must be a number. | ||
|
||
* `energy_precision`: Number of digits after decimal point for energy, takes into effect on next report of device. This option can only decrease the precision, not increase it. The value must be a number with a minimum value of `0` and with a with a maximum value of `3` | ||
|
||
* `state_action`: State actions will also be published as 'action' when true (default false). The value must be `true` or `false` | ||
|
||
|
||
## Exposes | ||
|
||
### Switch | ||
The current state of this switch is in the published state under the `state` property (value is `ON` or `OFF`). | ||
To control this switch publish a message to topic `zigbee2mqtt/FRIENDLY_NAME/set` with payload `{"state": "ON"}`, `{"state": "OFF"}` or `{"state": "TOGGLE"}`. | ||
To read the current state of this switch publish a message to topic `zigbee2mqtt/FRIENDLY_NAME/get` with payload `{"state": ""}`. | ||
|
||
#### On with timed off | ||
When setting the state to ON, it might be possible to specify an automatic shutoff after a certain amount of time. To do this add an additional property `on_time` to the payload which is the time in seconds the state should remain on. | ||
Additionally an `off_wait_time` property can be added to the payload to specify the cooldown time in seconds when the switch will not answer to other on with timed off commands. | ||
Support depends on the switch firmware. Some devices might require both `on_time` and `off_wait_time` to work | ||
Examples : `{"state" : "ON", "on_time": 300}`, `{"state" : "ON", "on_time": 300, "off_wait_time": 120}`. | ||
|
||
### Power-on behavior (enum) | ||
Controls the behavior when the device is powered on after power loss. If you get an `UNSUPPORTED_ATTRIBUTE` error, the device does not support it.. | ||
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`. | ||
|
||
### Power (numeric) | ||
Instantaneous measured power. | ||
Value can be found in the published state on the `power` property. | ||
To read (`/get`) the value publish a message to topic `zigbee2mqtt/FRIENDLY_NAME/get` with payload `{"power": ""}`. | ||
It's not possible to write (`/set`) this value. | ||
The unit of this value is `W`. | ||
|
||
### Voltage (numeric) | ||
Measured electrical potential value. | ||
Value can be found in the published state on the `voltage` property. | ||
To read (`/get`) the value publish a message to topic `zigbee2mqtt/FRIENDLY_NAME/get` with payload `{"voltage": ""}`. | ||
It's not possible to write (`/set`) this value. | ||
The unit of this value is `V`. | ||
|
||
### Current (numeric) | ||
Instantaneous measured electrical current. | ||
Value can be found in the published state on the `current` property. | ||
To read (`/get`) the value publish a message to topic `zigbee2mqtt/FRIENDLY_NAME/get` with payload `{"current": ""}`. | ||
It's not possible to write (`/set`) this value. | ||
The unit of this value is `A`. | ||
|
||
### Energy (numeric) | ||
Sum of consumed energy. | ||
Value can be found in the published state on the `energy` property. | ||
To read (`/get`) the value publish a message to topic `zigbee2mqtt/FRIENDLY_NAME/get` with payload `{"energy": ""}`. | ||
It's not possible to write (`/set`) this value. | ||
The unit of this value is `kWh`. | ||
|
||
### Linkquality (numeric) | ||
Link quality (signal strength). | ||
Value can be found in the published state on the `linkquality` property. | ||
It's not possible to read (`/get`) or write (`/set`) this value. | ||
The minimal value is `0` and the maximum value is `255`. | ||
The unit of this value is `lqi`. | ||
|
Oops, something went wrong.