From 04c4e75ff068dba7b30f3551c704c16cbfbc37a3 Mon Sep 17 00:00:00 2001 From: Emiliano Fernandez Date: Sat, 16 Dec 2023 05:55:50 -0300 Subject: [PATCH 1/4] Add Orvibo SM11 (#53) https://zigbee.blakadder.com/Orvibo_SM11.html --- custom_components/battery_notes/data/library.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/custom_components/battery_notes/data/library.json b/custom_components/battery_notes/data/library.json index d161943ff..d06d7d2df 100644 --- a/custom_components/battery_notes/data/library.json +++ b/custom_components/battery_notes/data/library.json @@ -116,6 +116,11 @@ "model": "lumi.weather", "battery_type": "CR2032" }, + { + "manufacturer": "ORVIBO", + "model": "e70f96b3773a4c9283c6862dbafb6a99", + "battery_type": "CR2032" + }, { "manufacturer": "OSRAM", "model": "Smart+ switch mini (AC0251100NJ/AC0251600NJ/AC0251700NJ)", From 0b30cca7aed46b34dad09e48e83185a3d570273b Mon Sep 17 00:00:00 2001 From: Tonks140 <61015873+Tonks140@users.noreply.github.com> Date: Sat, 16 Dec 2023 08:59:13 +0000 Subject: [PATCH 2/4] Added Tado SU02 and SwitchBot Bot (#54) * Update library.json Added Tado SU02 * Update library.json Added Switchbot bot * Update library.json Remove single battery quantity --------- Co-authored-by: Andrew Jackson --- custom_components/battery_notes/data/library.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom_components/battery_notes/data/library.json b/custom_components/battery_notes/data/library.json index d06d7d2df..6bdf37623 100644 --- a/custom_components/battery_notes/data/library.json +++ b/custom_components/battery_notes/data/library.json @@ -202,6 +202,11 @@ "battery_type": "AAA", "battery_quantity": 2 }, + { + "manufacturer": "switchbot", + "model": "woHand", + "battery_type": "CR2" + }, { "manufacturer": "Tado", "model": "RU01", @@ -214,6 +219,12 @@ "battery_type": "AAA", "battery_quantity": 3 }, + { + "manufacturer": "Tado", + "model": "SU02", + "battery_type": "AAA", + "battery_quantity": 3 + }, { "manufacturer": "Tado", "model": "VA01", From 7feb5a72c466556fdb5bb126fa41be924674ddaf Mon Sep 17 00:00:00 2001 From: lymanepp <4195527+lymanepp@users.noreply.github.com> Date: Sat, 16 Dec 2023 04:00:16 -0500 Subject: [PATCH 3/4] Added Airthings, Schlage, SmartThings and Zooz batteries (#55) * Added Airthings Wave+ Added Schlage BE469ZP Added SmartThings Multipurpose sensor (2016 and 2018) Added Zooz ZSE40, ZSE41 and ZSE42 * Fix JSON * Fix SmartThings Multipurpose sensor battery type (2018) and remove 2016 until type is verified --- .../battery_notes/data/library.json | 32 +++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/custom_components/battery_notes/data/library.json b/custom_components/battery_notes/data/library.json index 6bdf37623..417b9189a 100644 --- a/custom_components/battery_notes/data/library.json +++ b/custom_components/battery_notes/data/library.json @@ -2,11 +2,23 @@ "$schema": "../../../schema.json", "version": 1, "devices": [ + { + "manufacturer": "Airthings AS", + "model": "Wave Plus", + "battery_type": "AAA", + "battery_quantity": 2 + }, { "manufacturer": "Aldi", "model": "MEGOS switch and dimming light remote control (141L100RC)", "battery_type": "CR2450" }, + { + "manufacturer": "Allegion", + "model": "BE469ZP", + "battery_type": "AAA", + "battery_quantity": 4 + }, { "manufacturer": "Develco", "model": "Smoke detector with siren (SMSZB-120)", @@ -170,6 +182,11 @@ "battery_type": "AA", "battery_quantity": 2 }, + { + "manufacturer": "SmartThings", + "model": "Multipurpose sensor (2018 model) (IM6001-MPP01)", + "battery_type": "CR2450" + }, { "manufacturer": "Sonoff", "model": "Contact sensor (SNZB-04)", @@ -343,6 +360,21 @@ "model": "MiJia wireless switch (WXKG01LM)", "battery_type": "CR2032" }, + { + "manufacturer": "Zooz", + "model": "ZSE40 700", + "battery_type": "CR123A" + }, + { + "manufacturer": "Zooz", + "model": "ZSE41", + "battery_type": "CR2032" + }, + { + "manufacturer": "Zooz", + "model": "ZSE42", + "battery_type": "CR2032" + }, { "manufacturer": "_TZ3000_4fjiwweb", "model": "TS004F", From b70883f8a225bf53b3f972bd36b6ae64395822e2 Mon Sep 17 00:00:00 2001 From: JAudi23 <107599616+JAudi23@users.noreply.github.com> Date: Sat, 16 Dec 2023 04:02:25 -0500 Subject: [PATCH 4/4] Updated library.json to include addition of Kwikset HALO-01, Google Topaz-2.7, Google KR1 and Acurite Tower 06002RM (#57) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Update library.json Updated library to include the following: * Kwikset HALO-01 smart Door locks (4 x AA) * Google Topaz-2.7 Nest Protect wired model (3 x AA Energizer Ultimate Lithium “L91”) * Google KR1 Nest Temperature Sensor (1 x CR2 Lithium) * rtl_433 Acurite Tower (2 x AA) (This is an AcuRite 06002RM Wireless Temperature and Humidity Sensor connected to HA via RTL_433) * Update library.json --------- Co-authored-by: Andrew Jackson --- .../battery_notes/data/library.json | 22 +++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/custom_components/battery_notes/data/library.json b/custom_components/battery_notes/data/library.json index 417b9189a..b9d7f0dc5 100644 --- a/custom_components/battery_notes/data/library.json +++ b/custom_components/battery_notes/data/library.json @@ -52,6 +52,16 @@ "battery_type": "AA", "battery_quantity": 4 }, + { + "manufacturer": "Google", + "model": "KR1", + "battery_type": "CR2" + }, { + "manufacturer": "Google", + "model": "Topaz-2.7", + "battery_type": "AA", + "battery_quantity": 3 + }, { "manufacturer": "HEIMAN", "model": "Smart carbon monoxide sensor (HS1CA-E)", @@ -107,6 +117,12 @@ "model": "TRADFRI shortcut button (E1812)", "battery_type": "CR2032" }, + { + "manufacturer": "Kwikset", + "model": "HALO-01", + "battery_type": "AA", + "battery_quantity": 4 + }, { "manufacturer": "Lidl", "model": "Silvercrest radiator valve with thermostat (368308_2010)", @@ -170,6 +186,12 @@ "model": "Hue wall switch module (929003017102)", "battery_type": "CR2450" }, + { + "manufacturer": "rtl_433", + "model": "Acurite-Tower", + "battery_type": "AA", + "battery_quantity": 2 + }, { "manufacturer": "Saswell", "model": "Thermostatic radiator valve (SEA801-Zigbee/SEA802-Zigbee)",