Power over Ethernet

Web Development
HTML/CSS
Javascript
Powerhubb
Hubbell

The goal of the project was to explore the benefits of powering LED fixtures using power over ethernet (PoE) when compared to traditional AC power. In a traditional lighting system, the high voltage AC lines need to be placed in electrical conduit specified by the US National Electrical Code. However since ethernet cables are used to pass DC with much lower voltage, the regulation for ethernet cables are much more lenient. The ethernet cables can be run through walls and ceilings without the need for conduits and special licence to install them. As a result, the installation cost is reduced and the installation is much more flexible. In addition to power, the PoE system delvers data similar to standard ethernet protocols.

Since a single cable can carry data and power, it also adds the benefit of fine control of lights that are connected. The PoE lights are connected to a node which separates the power from the data supplied from the ethernet cable. In addition to the lights, the node can also connect sensors and switches which can control specific set of lights. The node is then connected to a special switch that can superimpose the power on the ethernet cables. In addition to the powered devices, a gateway server is connected to the same network to control all of the PoE lights. The server controls what switches and sensors effect which lights and the server can be controlled remotely through the cloud. The setup for this project can be seen in the schematic above.

For this project, power over ethernet was demonstrated by creating scaled-down models of different environments. The project was worked on as a team which separated into smaller groups to work on construction, data analysis, networking, and software development. The construction team was responsible for building a small model for an office setting and school setting. The data analysis team took existing data for PoE lighting and traditional lighting for researching the characteristics of PoE lighting. The networking team was responsible for connecting and setting up the nodes and the switch. I was in the software development team which was responsible to develop a website to control the lights through a virtual switch. Although the server comes with a software to control the lights, it gives too much privilege to the user. The website serves it's purpose by providing a simplified stripped down version of the software to control only the lights which the user has access to. The website communicated with the server through the REST API provided by Hubbell.

Through this project I have learned the importance of PoE lighting and the impact that it brings for smart lighting choices. The flexibility of the PoE lighting brings control to each individual light fixture. Since switches and sensors are also connected to the server, the lights that the it controls can be modified at anytime without any hardware changes. Additionally, similar to what our team did in this project, the lights can be controlled through a virtual switch with a network capable device. With the power that the PoE system brings, there is a new possibility for smart lighting.

Screenshots

Home Page

The home page of the website which the programming team created for controlling the PoE lights. The two button below the introduction section is for connecting to two of the environments that the construction team built. The school environment has special LEDs that demonstrates variable color temperature. The office environment has a daylight sensor to measure the intensity of natural light so the artificial lights can be dimmed.

Virtual Switch

The virtual switch page for the school environment which gives users control over the properties of light such as intensity and color temperature. The virtual switch can only be changed by the user of the room.
Read More
Back to Top