Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/affix/homebridge-mcu-lamp

A Lamp controlled from NodeMCU + Homebridge
https://github.com/affix/homebridge-mcu-lamp

arduino esp8266 home-automation homebridge homebridge-plugin nodemcu

Last synced: 26 days ago
JSON representation

A Lamp controlled from NodeMCU + Homebridge

Awesome Lists containing this project

README

        

# "McuLamp" Plugin

[![npm version](https://badge.fury.io/js/homebridge-mcu-lamp.svg)](https://badge.fury.io/js/homebridge-mcu-lamp)

Example config.json:

```
"accessories": [
{
"accessory": "McuLamp",
"name": "Node Lamp",
"ip" : "192.168.0.29",
"manufacturer" : "Your manufacturer",
"model" : "Your model",
"serialnumber" : "Your serial number",
"firmwarerevision" : "Your firmware revision"
}
],

```

> manufacturer, model, serialnumber, firmwarerevision are optional

This Plugin lets you control a Relay attached to a pin on an ESP8266 Device, For example I use a NodeMCU with an ESP-12E

Wiring
------

Relay vin <-> ESP 3v3
Relay gnd <-> ESP gnd
Relay in <-> ESP Pin 2 (D4 on NodeMCU)