Lemon2311 / HomeServer.js

Dynamic Automation of home lights made with IoTFleet.js, in active development
0 stars 0 forks source link

HomeServer.js

Overview

HomeServer.js is a home automation system for controlling your home lighting. Built with IoTFleet.js, it is currently in active development and focuses on simplicity and effectiveness.

Features

Getting Started

  1. Installation: To set up the app follow the IoTFleet.js README.md, to configure the esp32 device/devices and modify the esp32 ip`s from the homeServer.js file to fit the ones from your esp32s
  2. Configuration: Adding digital outputs to switch on or off devices via a relay switch is easy, as to add a new digital output you just need to write in the input field the details of controlling the output following the structure ex:d13/lamp/d4, d13 being the digital output, d4 being the digital input from the two way switch and lamp being the name of the device, then press the add digital button from the html webpage
  3. Control: Use the HTML interface or physical switches to control your lights.

Support and Development

Contributing

Contributions are welcome!