Skip to content

Commit b322584

Browse files
authored
Additional devices (#152)
* Add following sensors - Hue motion sensor (SML003) from Philips (via Hue bridge and ZHA) - Door/window sensors from Fibaro - Motion and Door/window sensors from Aeotec/AEON - TRVs from Eurotronics and Danfoss - Smart Anemometer and Rain Gauge from Netatmo * Add RWL021 from Signify Netherlands (via Hue bridge) This is already added with another model and/or manufacturer name. * Add Door/Window Sensor 7 from Aeotec
1 parent ba81165 commit b322584

File tree

1 file changed

+72
-0
lines changed

1 file changed

+72
-0
lines changed

custom_components/battery_notes/data/library.json

Lines changed: 72 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22
"$schema": "../../../schema.json",
33
"version": 1,
44
"devices": [
5+
{
6+
"manufacturer": "AEON Labs",
7+
"model": "ZW100",
8+
"battery_type": "CR123A",
9+
"battery_quantity": 2
10+
},
11+
{
12+
"manufacturer": "AEON Labs",
13+
"model": "ZW112",
14+
"battery_type": "Rechargeable"
15+
},
516
{
617
"manufacturer": "Aeotec Ltd.",
718
"model": "ZWA003",
@@ -12,6 +23,11 @@
1223
"model": "ZWA005",
1324
"battery_type": "CR123A"
1425
},
26+
{
27+
"manufacturer": "Aeotec Ltd.",
28+
"model": "ZWA008",
29+
"battery_type": "ER14250"
30+
},
1531
{
1632
"manufacturer": "Aeotec Ltd.",
1733
"model": "ZWA039",
@@ -57,6 +73,12 @@
5773
"battery_type": "AAA",
5874
"battery_quantity": 4
5975
},
76+
{
77+
"manufacturer": "Danfoss",
78+
"model": "010101",
79+
"battery_type": "AA",
80+
"battery_quantity": 2
81+
},
6082
{
6183
"manufacturer": "Custom devices (DiY)",
6284
"model": "Xiaomi temperature & humidity sensor with custom firmware (LYWSD03MMC)",
@@ -237,17 +259,38 @@
237259
"battery_type": "AA",
238260
"battery_quantity": 4
239261
},
262+
{
263+
"manufacturer": "Eurotronics",
264+
"model": "Spirit",
265+
"battery_type": "AA",
266+
"battery_quantity": 2
267+
},
240268
{
241269
"manufacturer": "Fantem",
242270
"model": "4 in 1 multi sensor (ZB003-X)",
243271
"battery_type": "CR123A",
244272
"battery_quantity": 2
245273
},
274+
{
275+
"manufacturer": "Fibargroup",
276+
"model": "FGMS001",
277+
"battery_type": "CR123A"
278+
},
246279
{
247280
"manufacturer": "Fibargroup",
248281
"model": "FGSD002",
249282
"battery_type": "CR123A"
250283
},
284+
{
285+
"manufacturer": "Fibargroup",
286+
"model": "FGDW002",
287+
"battery_type": "ER14250"
288+
},
289+
{
290+
"manufacturer": "Fibargroup",
291+
"model": "FGK101",
292+
"battery_type": "ER14250"
293+
},
251294
{
252295
"manufacturer": "frient",
253296
"model": "MOSZB-140",
@@ -565,6 +608,12 @@
565608
"battery_type": "AAA",
566609
"battery_quantity": 2
567610
},
611+
{
612+
"manufacturer": "Netatmo",
613+
"model": "Smart Anemometer",
614+
"battery_type": "AA",
615+
"battery_quantity": 4
616+
},
568617
{
569618
"manufacturer": "Netatmo",
570619
"model": "Smart Thermostat",
@@ -583,6 +632,12 @@
583632
"battery_type": "AAA",
584633
"battery_quantity": 2
585634
},
635+
{
636+
"manufacturer": "Netatmo",
637+
"model": "Smart Rain Gauge",
638+
"battery_type": "AAA",
639+
"battery_quantity": 2
640+
},
586641
{
587642
"manufacturer": "OpenEpaperLink",
588643
"model": "ST‐GR16000 1.54\"",
@@ -739,6 +794,18 @@
739794
"battery_type": "AAA",
740795
"battery_quantity": 2
741796
},
797+
{
798+
"manufacturer": "Signify Netherlands B.V.",
799+
"model": "Hue motion sensor (SML003)",
800+
"battery_type": "AAA",
801+
"battery_quantity": 2
802+
},
803+
{
804+
"manufacturer": "Signify Netherlands B.V.",
805+
"model": "SML003",
806+
"battery_type": "AAA",
807+
"battery_quantity": 2
808+
},
742809
{
743810
"manufacturer": "Signify Netherlands B.V.",
744811
"model": "Hue outdoor motion sensor (SML002)",
@@ -750,6 +817,11 @@
750817
"model": "Hue dimmer switch (RWL020)",
751818
"battery_type": "CR2450"
752819
},
820+
{
821+
"manufacturer": "Signify Netherlands B.V.",
822+
"model": "Hue dimmer switch (RWL021)",
823+
"battery_type": "CR2450"
824+
},
753825
{
754826
"manufacturer": "Signify Netherlands B.V.",
755827
"model": "Hue dimmer switch (RWL022)",

0 commit comments

Comments
 (0)