Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/affix/homebridge-mcu-lamp
- Owner: affix
- Created: 2017-01-31T17:09:58.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-08-20T21:31:48.000Z (about 5 years ago)
- Last Synced: 2024-09-28T14:01:22.192Z (about 1 month ago)
- Topics: arduino, esp8266, home-automation, homebridge, homebridge-plugin, nodemcu
- Language: JavaScript
- Size: 16.6 KB
- Stars: 6
- Watchers: 3
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)