Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/herberthe/wifi-smart-controller
WiFi Smart Controller with NodeMCU(ESP-12E) & Home Assistant
https://github.com/herberthe/wifi-smart-controller
Last synced: about 1 month ago
JSON representation
WiFi Smart Controller with NodeMCU(ESP-12E) & Home Assistant
- Host: GitHub
- URL: https://github.com/herberthe/wifi-smart-controller
- Owner: HerbertHe
- License: mit
- Created: 2023-10-21T18:44:55.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-21T19:24:27.000Z (about 1 year ago)
- Last Synced: 2023-10-21T20:33:51.172Z (about 1 year ago)
- Language: C++
- Size: 870 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# wifi-smart-controller
WiFi Smart Controller with NodeMCU(ESP-12E) & Home Assistant
## What is this?
**WiFi Smart Controller** is a project that help you integrate the non-intelligent devices to your Home Asistant!
We can control the devices easily via Home Assistant by our smart phones, like iPhone. With the Home Assistant addons, you can also use Siri to control them!
## How we can do this?
Here are three parts of this project:
- firmware: NodeMCU(ESP-12E) firmware developed with Arduino
- pcb: PCB designed with LCEDA Pro
- home_assistant: update `configure.yaml````text
HomeKit --> Home Assistant --> MQTT Broker --> NodeMCU --> Serial Port --> Serial Sender(Infrared, 315MHz/433MHz RF, Bluetooth)
```## How to use?
- clone the project
- modify & compile the firmware by Arduino
- modify & update Home Assistant `configaure.yaml` file## Advanced
YOU CAN FORK THE PROJECT AND MAKE AMAZING JOB BY YOURSELF!
## Thanks
Thanks for provding free test circuit board making service by [J@LC](https://www.jlc.com)
## LICENSE
Herbert He © MIT