Skip to content

Commit f928499

Browse files
authored
Update Types
Added Types mentioned by @JL-Dive
1 parent e764e29 commit f928499

File tree

1 file changed

+28
-1
lines changed

1 file changed

+28
-1
lines changed

lnetatmo.py

Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,14 +100,20 @@
100100
'BFIC' : ["Bticino IP Guard station", 'Home + Security'],
101101
'BFIO' : ["Bticino IP Entrance panel", 'Home + Security'],
102102
'BFIS' : ["Bticino Server DES", 'Home + Security'],
103+
'BN3L' : ["Bticino 3rd party light", 'Home + Security'],
104+
'BNAB' : ["Bticino module automatic blind", 'Home+Control'],
105+
'BNAS' : ["Bticino module automatic shutter", 'Home+Control'],
103106
'BNS' : ["Smarther with Netatmo Thermostat", 'Home+Control'],
104107
'BNCU' : ["Bticino Bticino Alarm Central Unit", 'Home + Security'],
105108
'BNCS' : ["Bticino module Controlled Socket", 'Home+Control'],
106109
'BNCX' : ["Bticino Class 300 EOS", 'Home + Security'],
107110
'BNDL' : ["Bticino Doorlock", 'Home + Security'],
108111
'BNEU' : ["Bticino external unit", 'Home + Security'],
109112
'BNFC' : ["Bticino Thermostat", 'Home+Control'],
113+
'BNIL' : ["Bticino intelligent light", 'Home+Control'],
114+
'BNLD' : ["Bticino module lighting dimmer", 'Home+Control'],
110115
'BNMH' : ["Bticino My Home Server 1", 'Home + Security'], # also API Home+Control GATEWAY
116+
'BNMS' : ["Bticino module motorized shade", 'Home+Control'],
111117
'BNSE' : ["Bticino Alarm Sensor", 'Home + Security'],
112118
'BNSL' : ["Bticino Staircase Light", 'Home + Security'],
113119
'BNTH' : ["Bticino Thermostat", 'Home+Control'],
@@ -133,19 +139,40 @@
133139
'NIS' : ["indoor sirene", 'Home + Security'],
134140
'NDL' : ["Doorlock", 'Home + Security'],
135141

142+
'NLAO' : ["Magellan Green power remote control on-off", 'Home+Control'],
143+
'NLAS' : ["Magellan Green Power Remote control scenarios", 'Home+Control'],
144+
'NLAV' : ["Wireless Batteryless Shutter Switch", 'Home+Control'],
136145
'NLC' : ["Cable Outlet", 'Home+Control'],
146+
'NLD' : ["Wireless 2 button switch light", 'Home+Control'],
147+
'NLDP' : ["Magellan Pocket Remote", 'Home+Control'],
137148
'NLE' : ["Ecometer", 'Home+Control'],
149+
'NLF' : ["Dimmer Light Switch", 'Home+Control'],
150+
'NLFE' : ["Dimmer Light Switch Evolution", 'Home+Control'],
151+
'NLFN' : ["Dimmer Light with Neutral", 'Home+Control'],
138152
'NLG' : ["Gateway", 'Home+Control'],
139153
'NLGS' : ["Standard DIN Gateway", 'Home+Control'],
154+
'NLIS' : ["Double Switch with Neutral", 'Home+Control'],
155+
'NLIV' : ["1/2 Gangs Shutter Switch", 'Home+Control'],
156+
'NLL' : ["Light Switch with Neutral", 'Home+Control'],
157+
'NLLF' : ["Centralized Ventilation Control", 'Home+Control'],
158+
'NLLV' : ["Roller Shutter Switch with level detection", 'Home+Control'],
159+
'NLM' : ["Light Micromodule", 'Home+Control'],
140160
'NLP' : ["Power Outlet", 'Home+Control'],
161+
'NLPS' : ["Smart Load Shedder", 'Home+Control'],
141162
'NLPC' : ["DIN Energy meter", 'Home+Control'],
142163
'NLPD' : ["Dry contact", 'Home+Control'],
143164
'NLPM' : ["Mobile Socket", 'Home+Control'],
144165
'NLPO' : ["Contactor", 'Home+Control'],
145166
'NLPT' : ["Teleruptor", 'Home+Control'],
167+
'NLT' : ["Magellan Remote Control", 'Home+Control'],
168+
'NLTS' : ["Magellan Remote Motion Sensor", 'Home+Control'],
169+
'NLV' : ["Roller Shutter Switch", 'Home+Control'],
146170

147171
'OTH' : ["Opentherm Thermostat Relay", 'Home+Control'],
148-
'OTM' : ["Smart modulating Thermostat", 'Home+Control']
172+
'OTM' : ["Smart modulating Thermostat", 'Home+Control'],
173+
174+
'Z3L' : ["Zigbee 3rd party light", 'Home+Control'],
175+
'Z3V' : ["Generic window covering", 'Home+Control']
149176
}
150177

151178
# UNITS used by Netatmo services

0 commit comments

Comments
 (0)