-
Notifications
You must be signed in to change notification settings - Fork 9.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'Koenkk:master' into master
- Loading branch information
Showing
100 changed files
with
2,293 additions
and
1,307 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
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
Oops, something went wrong.