Skip to content

Commit d50d52a

Browse files
authored
Add documentation for Niko smart plug 552-80698 (Koenkk#1605)
* Add documentation for Niko smart plug 552-80698 * Swap device image from PNG to JPG
1 parent e906923 commit d50d52a

File tree

2 files changed

+75
-0
lines changed

2 files changed

+75
-0
lines changed

docs/devices/552-80698.md

Lines changed: 75 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,75 @@
1+
---
2+
title: "Niko 552-80698 control via MQTT"
3+
description: "Integrate your Niko 552-80698 via Zigbee2MQTT with whatever smart home infrastructure you are using without the vendor's bridge or gateway."
4+
addedAt: 2022-09-25T09:46:05.921Z
5+
pageClass: device-page
6+
---
7+
8+
<!-- !!!! -->
9+
<!-- ATTENTION: This file is auto-generated through docgen! -->
10+
<!-- You can only edit the "Notes"-Section between the two comment lines "Notes BEGIN" and "Notes END". -->
11+
<!-- Do not use h1 or h2 heading within "## Notes"-Section. -->
12+
<!-- !!!! -->
13+
14+
# Niko 552-80698
15+
16+
| | |
17+
|-----|-----|
18+
| Model | 552-80698 |
19+
| Vendor | Niko |
20+
| Description | Smart plug with side earthing pin |
21+
| Exposes | switch (state), power, energy, power_on_behavior, linkquality |
22+
| Picture | ![Niko 552-80698](https://www.zigbee2mqtt.io/images/devices/552-80698.jpg) |
23+
24+
25+
<!-- Notes BEGIN: You can edit here. Add "## Notes" headline if not already present. -->
26+
27+
28+
<!-- Notes END: Do not edit below this line -->
29+
30+
31+
## Options
32+
*[How to use device type specific configuration](../guide/configuration/devices-groups.md#specific-device-options)*
33+
34+
* `power_calibration`: Calibrates the power value (percentual offset), takes into effect on next report of device. The value must be a number.
35+
36+
* `current_calibration`: Calibrates the current value (percentual offset), takes into effect on next report of device. The value must be a number.
37+
38+
* `voltage_calibration`: Calibrates the voltage value (percentual offset), takes into effect on next report of device. The value must be a number.
39+
40+
41+
## Exposes
42+
43+
### Switch
44+
The current state of this switch is in the published state under the `state` property (value is `ON` or `OFF`).
45+
To control this switch publish a message to topic `zigbee2mqtt/FRIENDLY_NAME/set` with payload `{"state": "ON"}`, `{"state": "OFF"}` or `{"state": "TOGGLE"}`.
46+
To read the current state of this switch publish a message to topic `zigbee2mqtt/FRIENDLY_NAME/get` with payload `{"state": ""}`.
47+
48+
### Power (numeric)
49+
Instantaneous measured power.
50+
Value can be found in the published state on the `power` property.
51+
To read (`/get`) the value publish a message to topic `zigbee2mqtt/FRIENDLY_NAME/get` with payload `{"power": ""}`.
52+
It's not possible to write (`/set`) this value.
53+
The unit of this value is `W`.
54+
55+
### Energy (numeric)
56+
Sum of consumed energy.
57+
Value can be found in the published state on the `energy` property.
58+
To read (`/get`) the value publish a message to topic `zigbee2mqtt/FRIENDLY_NAME/get` with payload `{"energy": ""}`.
59+
It's not possible to write (`/set`) this value.
60+
The unit of this value is `kWh`.
61+
62+
### Power_on_behavior (enum)
63+
Controls the behaviour when the device is powered on.
64+
Value can be found in the published state on the `power_on_behavior` property.
65+
To read (`/get`) the value publish a message to topic `zigbee2mqtt/FRIENDLY_NAME/get` with payload `{"power_on_behavior": ""}`.
66+
To write (`/set`) a value publish a message to topic `zigbee2mqtt/FRIENDLY_NAME/set` with payload `{"power_on_behavior": NEW_VALUE}`.
67+
The possible values are: `off`, `previous`, `on`.
68+
69+
### Linkquality (numeric)
70+
Link quality (signal strength).
71+
Value can be found in the published state on the `linkquality` property.
72+
It's not possible to read (`/get`) or write (`/set`) this value.
73+
The minimal value is `0` and the maximum value is `255`.
74+
The unit of this value is `lqi`.
75+
5.78 KB
Loading

0 commit comments

Comments
 (0)