Difference between revisions of "DE-MG.dali"
(Create DE-MG.dali page) |
|||
(One intermediate revision by the same user not shown) | |||
Line 23: | Line 23: | ||
DE-MG.dali is to be used for data exchange between devices connected to the CAN bus, and devices such as electronic ballasts and dimmers, supporting DALI (Digital Addressable Lighting Interface) interface. | DE-MG.dali is to be used for data exchange between devices connected to the CAN bus, and devices such as electronic ballasts and dimmers, supporting DALI (Digital Addressable Lighting Interface) interface. | ||
− | DE-MG.dali can support up to 14 buttons/reed switches/LED buttons/leak sensors/motion sensors/temperature sensors/led strips/rgb strips/WS2812B strips. | + | DE-MG.dali can support up to 14 buttons/reed switches/LED buttons/leak sensors/motion sensors/temperature sensors/led strips/rgb strips/WS2812B strips, and 64 DALI devices. |
The DE-MG.dali can be controlled via cloud with a securely encrypted signal. The system history from all other devices and sensors is stored on the DE-MG.dali for one year. Its plug and play feature means that it automatically detects and configures new Larnitech devices that are added to the system. A large and constantly updated database of ready-made scripts ensures that your home does everything your heart may desire. Get things going by telling your home what to do with the help of Siri, Alexa or Google Home. Get push notifications on your phone whenever the system has things to tell you and enjoy the ultimate control at your fingertips. | The DE-MG.dali can be controlled via cloud with a securely encrypted signal. The system history from all other devices and sensors is stored on the DE-MG.dali for one year. Its plug and play feature means that it automatically detects and configures new Larnitech devices that are added to the system. A large and constantly updated database of ready-made scripts ensures that your home does everything your heart may desire. Get things going by telling your home what to do with the help of Siri, Alexa or Google Home. Get push notifications on your phone whenever the system has things to tell you and enjoy the ultimate control at your fingertips. | ||
Line 61: | Line 61: | ||
|- | |- | ||
|Max CAN deviсes||50 | |Max CAN deviсes||50 | ||
+ | |- | ||
+ | |Max DALI deviсes||64 | ||
|- | |- | ||
|CAN bus topology||BUS | |CAN bus topology||BUS | ||
Line 103: | Line 105: | ||
<!--T:14--> | <!--T:14--> | ||
{{indicationold |hideLast= 1}} | {{indicationold |hideLast= 1}} | ||
+ | |||
+ | ==HW settings== <!--T:15--> | ||
+ | |||
+ | <!--T:16--> | ||
+ | {|class="wikitable" | ||
+ | |- | ||
+ | !Name!!Type, range!!SUBID!!Default!!Description | ||
+ | |- | ||
+ | |io||char[14]||98||'4---1-T-3-----'||Each char is responsible for the type of a particular channel | ||
+ | *'0' - led-dimmer | ||
+ | *'1' - halogen-dimmer | ||
+ | *'2' - linear-dimmer | ||
+ | *'3'..'6' - RGB-3..6 channels | ||
+ | *'z' - WS2812B -string | ||
+ | |||
+ | *'e' - led-button inverse | ||
+ | *'d' - led-button | ||
+ | *'c' - button inverse | ||
+ | *'b' - button | ||
+ | *'s' - switch | ||
+ | *'k' - contact | ||
+ | *'h' - contact inverse | ||
+ | *'l' - leak | ||
+ | *'n' - Neptun | ||
+ | *'v' - motion inverse | ||
+ | *'m' - motion | ||
+ | *'r' - thermo-resistor | ||
+ | *'t' - DALLAS | ||
+ | |||
+ | *'-' - none | ||
+ | Example: io='4---1---3-----' | ||
+ | |- | ||
+ | |hw||string||98||-||hw="...", where | ||
+ | *pwm_invert – PWM inverting [1, 0]; | ||
+ | *lbn_bright – brightness of led buttons, range (0 - 255); | ||
+ | *f – by default PWM frequency is 1000, range (1 - 5000). | ||
+ | Example: | ||
+ | <syntaxhighlight lang="xml" line> | ||
+ | hw="io='4---zdd-------' pwm_invert=1 lbn_bright=255 f=1000" | ||
+ | </syntaxhighlight> | ||
+ | |} | ||
+ | |||
+ | <!--T:17--> | ||
+ | <syntaxhighlight lang="xml" line> | ||
+ | <item addr="317:1" auto-period="600" cfgid="195" channels="4" name="RGB" type="rgb-lamp"/> | ||
+ | <item addr="317:5" auto-period="600" cfgid="195" hw="length=26 runtime=5" name="RGB" type="rgb-lamp"/> | ||
+ | <item addr="317:6" cfgid="195" name="Switch" type="switch"/> | ||
+ | <item addr="317:7" cfgid="195" name="Switch" type="switch"/> | ||
+ | <item addr="317:12" cfgid="195" name="Temperature" type="temperature-sensor"/> | ||
+ | <item addr="317:97" cfgid="195" name="Temperature" system="yes" type="temperature-sensor"/> | ||
+ | <item addr="317:98" cfgid="195" hw="io='4---zdd-------' pwm_invert=1 lbn_bright=255 f=1000" logic-ver="19" name="Temperature" sn="1529500271" system="yes" type="temperature-sensor"/> | ||
+ | </syntaxhighlight> | ||
</translate> | </translate> |
Latest revision as of 13:12, 17 July 2025
DE-MG.dali | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||||||
| |||||||||||||||
|
MAIN GATEWAY
It is used for accumulation and storage of system data. The device determines the logical scheme of the system and allows authorized access to the system via the Internet. It also converts Ethernet into CAN bus and vice versa.
DE-MG.dali is to be used for data exchange between devices connected to the CAN bus, and devices such as electronic ballasts and dimmers, supporting DALI (Digital Addressable Lighting Interface) interface.
DE-MG.dali can support up to 14 buttons/reed switches/LED buttons/leak sensors/motion sensors/temperature sensors/led strips/rgb strips/WS2812B strips, and 64 DALI devices.
The DE-MG.dali can be controlled via cloud with a securely encrypted signal. The system history from all other devices and sensors is stored on the DE-MG.dali for one year. Its plug and play feature means that it automatically detects and configures new Larnitech devices that are added to the system. A large and constantly updated database of ready-made scripts ensures that your home does everything your heart may desire. Get things going by telling your home what to do with the help of Siri, Alexa or Google Home. Get push notifications on your phone whenever the system has things to tell you and enjoy the ultimate control at your fingertips.
Module view
- Indicators
- Recovery button
- Power supply
- CAN
- Ethernet
- DALI
- Input/Output channels
Сonnection example
Module parameters
Parameter name | Value |
---|---|
Type of connection | CAN, Ethernet |
Input/output interfaces | Ethernet, CAN, DALI, I/O channels |
Data speed | 10/100Mb/s |
Max CAN deviсes | 50 |
Max DALI deviсes | 64 |
CAN bus topology | BUS |
Number of CAN ports | 1 |
Input/output channels qty | 14 |
Max load per channel | 5mA* |
Power supply | 11.5 … 27.5 V DC 24V, 2.5A Recommended |
Max own current (24V) | 140mA |
Max CAN bus length | 800 m** (twisted pair CAT5e) |
Max current per CAN bus | 700mA |
Case material | ABS |
Protection | IP40 |
Equipment installation type | DIN-rail (EN 60715) |
Temperature range | -10 … +50°C |
Size | 4U, 69x110x58 mm |
Weight | 145 g |
* - Output channels should only be connected using amplifier which uses 5V PWM signal from output as input
** – installing additional power supply units is required for long lines; the maximum length of the line may be reduced by various interference factors
Module dimension
Indication of module operation
Indicator | Status | Description |
---|---|---|
Power | ![]() |
Power |
![]() |
Power not available | |
Activity | ![]() |
Data communication |
![]() |
Data communication not available | |
Error | ![]() |
No errors |
![]() |
Overheating |
HW settings
Name | Type, range | SUBID | Default | Description |
---|---|---|---|---|
io | char[14] | 98 | '4---1-T-3-----' | Each char is responsible for the type of a particular channel
Example: io='4---1---3-----' |
hw | string | 98 | - | hw="...", where
Example: 1hw="io='4---zdd-------' pwm_invert=1 lbn_bright=255 f=1000"
|
1 <item addr="317:1" auto-period="600" cfgid="195" channels="4" name="RGB" type="rgb-lamp"/>
2 <item addr="317:5" auto-period="600" cfgid="195" hw="length=26 runtime=5" name="RGB" type="rgb-lamp"/>
3 <item addr="317:6" cfgid="195" name="Switch" type="switch"/>
4 <item addr="317:7" cfgid="195" name="Switch" type="switch"/>
5 <item addr="317:12" cfgid="195" name="Temperature" type="temperature-sensor"/>
6 <item addr="317:97" cfgid="195" name="Temperature" system="yes" type="temperature-sensor"/>
7 <item addr="317:98" cfgid="195" hw="io='4---zdd-------' pwm_invert=1 lbn_bright=255 f=1000" logic-ver="19" name="Temperature" sn="1529500271" system="yes" type="temperature-sensor"/>