vault backup: 2025-12-17 17:03:56
This commit is contained in:
+52
-1
@@ -11,6 +11,9 @@ title: Lighting Controls
|
||||
---
|
||||
# Lighting Controls
|
||||
|
||||
## Protocols
|
||||
|
||||
|
||||
## Occupancy/Vacancy Sensor Technologies
|
||||
|
||||
* Passive Infrared (PIR)
|
||||
@@ -33,7 +36,53 @@ title: Lighting Controls
|
||||
|
||||
### Digital
|
||||
|
||||
Digital Light Management (DLM)
|
||||
#### Digital Addressable Lighting Interface (DALI) ^dali
|
||||
|
||||
[Digital Addressable Lighting Interface](https://en.wikipedia.org/wiki/Digital_Addressable_Lighting_Interface)
|
||||
|
||||
Open protocol defined by [IEC 62386](https://www.dali-alliance.org/standards/IEC62386.html).
|
||||
|
||||
Includes wired (via [[twisted-pair-cable]] and 8P8C "RJ-45" connectors)
|
||||
and wireless topologies.
|
||||
|
||||
##### Proprietary DALI Clones
|
||||
|
||||
There exist several proprietary control ecosystems
|
||||
with feature sets and topologies identical to DALI.
|
||||
|
||||
> I suspect these exist to skirt the cost of DALI's testing requirements.
|
||||
|
||||
%%
|
||||
I'm less sure this is an apt description.
|
||||
The examples below are typical of some generic system,
|
||||
but it doesn't seem to be DALI.
|
||||
%%
|
||||
|
||||
Examples include:
|
||||
* [Legrand Wattstopper Digital Light Management (DLM)](https://www.legrand.us/solutions/digital-lighting-management)
|
||||
* [Acuity nLight®](https://nlight.acuitybrands.com/overview)
|
||||
* [Lutron Quantum](https://www.lutron.com/us/en/controls/systems/quantum)[^1]
|
||||
* [Lutron Athena][^2]
|
||||
* [Cooper Greengate](https://www.cooperlighting.com/global/brands/greengate)
|
||||
|
||||
[^1]: Maybe not. Sensors show 24V wiring.
|
||||
|
||||
[^2]: Can not verify. Website is down at time of writing.
|
||||
|
||||
#### Digital Multiplex (DMX) ^dmx
|
||||
|
||||
[DMX512](https://en.wikipedia.org/wiki/DMX512)
|
||||
|
||||
DMX512-A defined in ANSI E1.11-2008
|
||||
|
||||
Shielded [[twisted-pair-cable]] with XLR or 8P8C ("RJ-45") connectors
|
||||
|
||||
#### See Also
|
||||
|
||||
> [!quote] [BACnet](https://en.wikipedia.org/wiki/BACnet)
|
||||
> **BACnet** is a communication protocol
|
||||
> for building automation and control (BAC) networks.
|
||||
> It is defined by **ANSI/ASHRAE 135** and **ISO 16484-5**.
|
||||
|
||||
[[twisted-pair-cable]]
|
||||
|
||||
@@ -48,6 +97,8 @@ All these control methods are likely to appear in drawings.
|
||||
|
||||
### 0-10V Dimming
|
||||
|
||||
[0-10 V lighting control](https://en.wikipedia.org/wiki/0-10_V_lighting_control)
|
||||
|
||||
In conduit:
|
||||
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user