Skip to content

Commit

Permalink
Additional devices (#152)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
we5 committed Dec 27, 2023
1 parent ba81165 commit b322584
Showing 1 changed file with 72 additions and 0 deletions.
72 changes: 72 additions & 0 deletions custom_components/battery_notes/data/library.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@
"$schema": "../../../schema.json",
"version": 1,
"devices": [
{
"manufacturer": "AEON Labs",
"model": "ZW100",
"battery_type": "CR123A",
"battery_quantity": 2
},
{
"manufacturer": "AEON Labs",
"model": "ZW112",
"battery_type": "Rechargeable"
},
{
"manufacturer": "Aeotec Ltd.",
"model": "ZWA003",
Expand All @@ -12,6 +23,11 @@
"model": "ZWA005",
"battery_type": "CR123A"
},
{
"manufacturer": "Aeotec Ltd.",
"model": "ZWA008",
"battery_type": "ER14250"
},
{
"manufacturer": "Aeotec Ltd.",
"model": "ZWA039",
Expand Down Expand Up @@ -57,6 +73,12 @@
"battery_type": "AAA",
"battery_quantity": 4
},
{
"manufacturer": "Danfoss",
"model": "010101",
"battery_type": "AA",
"battery_quantity": 2
},
{
"manufacturer": "Custom devices (DiY)",
"model": "Xiaomi temperature & humidity sensor with custom firmware (LYWSD03MMC)",
Expand Down Expand Up @@ -237,17 +259,38 @@
"battery_type": "AA",
"battery_quantity": 4
},
{
"manufacturer": "Eurotronics",
"model": "Spirit",
"battery_type": "AA",
"battery_quantity": 2
},
{
"manufacturer": "Fantem",
"model": "4 in 1 multi sensor (ZB003-X)",
"battery_type": "CR123A",
"battery_quantity": 2
},
{
"manufacturer": "Fibargroup",
"model": "FGMS001",
"battery_type": "CR123A"
},
{
"manufacturer": "Fibargroup",
"model": "FGSD002",
"battery_type": "CR123A"
},
{
"manufacturer": "Fibargroup",
"model": "FGDW002",
"battery_type": "ER14250"
},
{
"manufacturer": "Fibargroup",
"model": "FGK101",
"battery_type": "ER14250"
},
{
"manufacturer": "frient",
"model": "MOSZB-140",
Expand Down Expand Up @@ -565,6 +608,12 @@
"battery_type": "AAA",
"battery_quantity": 2
},
{
"manufacturer": "Netatmo",
"model": "Smart Anemometer",
"battery_type": "AA",
"battery_quantity": 4
},
{
"manufacturer": "Netatmo",
"model": "Smart Thermostat",
Expand All @@ -583,6 +632,12 @@
"battery_type": "AAA",
"battery_quantity": 2
},
{
"manufacturer": "Netatmo",
"model": "Smart Rain Gauge",
"battery_type": "AAA",
"battery_quantity": 2
},
{
"manufacturer": "OpenEpaperLink",
"model": "ST‐GR16000 1.54\"",
Expand Down Expand Up @@ -739,6 +794,18 @@
"battery_type": "AAA",
"battery_quantity": 2
},
{
"manufacturer": "Signify Netherlands B.V.",
"model": "Hue motion sensor (SML003)",
"battery_type": "AAA",
"battery_quantity": 2
},
{
"manufacturer": "Signify Netherlands B.V.",
"model": "SML003",
"battery_type": "AAA",
"battery_quantity": 2
},
{
"manufacturer": "Signify Netherlands B.V.",
"model": "Hue outdoor motion sensor (SML002)",
Expand All @@ -750,6 +817,11 @@
"model": "Hue dimmer switch (RWL020)",
"battery_type": "CR2450"
},
{
"manufacturer": "Signify Netherlands B.V.",
"model": "Hue dimmer switch (RWL021)",
"battery_type": "CR2450"
},
{
"manufacturer": "Signify Netherlands B.V.",
"model": "Hue dimmer switch (RWL022)",
Expand Down

0 comments on commit b322584

Please sign in to comment.