From 489d77ce241b2c41338ebcf94c37dd81c0d6891d Mon Sep 17 00:00:00 2001 From: Maska Date: Tue, 8 Nov 2022 01:25:47 +0100 Subject: [PATCH] add vacuum --- configuration.yaml | 8 +++++- zigbee2mqtt/coordinator_backup.json | 16 +++++------ zigbee2mqtt/state.json | 44 ++++++++++++++--------------- 3 files changed, 37 insertions(+), 31 deletions(-) diff --git a/configuration.yaml b/configuration.yaml index 193e769..a4ee6f4 100644 --- a/configuration.yaml +++ b/configuration.yaml @@ -38,4 +38,10 @@ light: - light.0xb4e3f9fffe102c1f - light.0xb4e3f9fffe102c12 - light.0x84fd27fffe80415b - - light.0x84fd27fffed7b8a4 \ No newline at end of file + - light.0x84fd27fffed7b8a4 + +# Vysavač Xiaomi roborock vacuum S5 +vacuum: + - platform: xiaomi_miio + host: 192.168.88.22 + token: 54553270474f35576e55325450506261 \ No newline at end of file diff --git a/zigbee2mqtt/coordinator_backup.json b/zigbee2mqtt/coordinator_backup.json index 6b41f69..1c91c52 100644 --- a/zigbee2mqtt/coordinator_backup.json +++ b/zigbee2mqtt/coordinator_backup.json @@ -2,9 +2,9 @@ "metadata": { "format": "zigpy/open-coordinator-backup", "version": 1, - "source": "zigbee-herdsman@0.14.53", + "source": "zigbee-herdsman@0.14.68", "internal": { - "date": "2022-09-17T10:02:21.950Z", + "date": "2022-11-07T01:23:02.821Z", "znpVersion": 1 } }, @@ -25,7 +25,7 @@ "network_key": { "key": "01030507090b0d0f00020406080a0c0d", "sequence_number": 0, - "frame_counter": 1538779 + "frame_counter": 1876614 }, "devices": [ { @@ -35,7 +35,7 @@ "link_key": { "key": "eb826e0b01cbf9cdc6cccdf41f7756c8", "rx_counter": 0, - "tx_counter": 99 + "tx_counter": 121 } }, { @@ -45,7 +45,7 @@ "link_key": { "key": "4b1d1a1eab0b4b6605bee50017a44e4b", "rx_counter": 0, - "tx_counter": 110 + "tx_counter": 132 } }, { @@ -55,7 +55,7 @@ "link_key": { "key": "5a508a53007ecc8e44ec25562d306f71", "rx_counter": 17, - "tx_counter": 129 + "tx_counter": 151 } }, { @@ -65,7 +65,7 @@ "link_key": { "key": "06ec7fa7ce2d1dd0a9e952e96dd2036c", "rx_counter": 15, - "tx_counter": 129 + "tx_counter": 151 } }, { @@ -75,7 +75,7 @@ "link_key": { "key": "b2d349cff519b746b7fe076c0a070be9", "rx_counter": 0, - "tx_counter": 99 + "tx_counter": 121 } } ] diff --git a/zigbee2mqtt/state.json b/zigbee2mqtt/state.json index 01321d6..86b277c 100644 --- a/zigbee2mqtt/state.json +++ b/zigbee2mqtt/state.json @@ -2,50 +2,50 @@ "0xb4e3f9fffe102c12": { "color_mode": "color_temp", "state": "OFF", - "color_temp": 413, - "brightness": 254, + "color_temp": 452, + "brightness": 23, "color": { - "x": 0.4843, - "y": 0.4145 + "x": 0.5046, + "y": 0.4152 }, - "linkquality": 43 + "linkquality": 47 }, "0x84fd27fffed7b8a4": { "color_mode": "color_temp", "state": "OFF", - "color_temp": 413, - "brightness": 254, + "color_temp": 500, + "brightness": 117, "color": { - "x": 0.4843, - "y": 0.4145 + "x": 0.5267, + "y": 0.4133 }, - "linkquality": 51 + "linkquality": 43 }, "0x84fd27fffe80415b": { "color_mode": "color_temp", "state": "OFF", - "brightness": 221, - "color_temp": 413, + "brightness": 254, + "color_temp": 452, "color": { - "x": 0.4843, - "y": 0.4145 + "x": 0.5046, + "y": 0.4152 }, - "linkquality": 54 + "linkquality": 40 }, "0xb4e3f9fffe102c1f": { "color_mode": "color_temp", "state": "OFF", "brightness": 254, - "color_temp": 413, + "color_temp": 452, "color": { - "x": 0.4843, - "y": 0.4145 + "x": 0.5046, + "y": 0.4152 }, - "linkquality": 36 + "linkquality": 47 }, "0x60a423fffefc9539": { - "battery": 78, - "voltage": 2800, - "linkquality": 54 + "battery": 57, + "voltage": 2700, + "linkquality": 36 } } \ No newline at end of file