Skip to content

Commit

Permalink
Editing README
Browse files Browse the repository at this point in the history
  • Loading branch information
amd989 committed Jan 16, 2021
1 parent 13ca83d commit 69cd5f8
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,15 @@
# Suitchi
DIY Smart Switch with HomeKit Support
![wireframe](doc/wireframe.png)

## Features
- Motion/Occupancy Sensor
- Temperature & Humidity Sensor
- NO/NC Relay Switch
- OLED Screen

## Acknowledgements
This product was only possible with the help of the following OSS
- [Arduino HomeKit ESP8266](https://github.com/MixiaoxiaoArduino-HomeKit-ESP8266)
- [ThingPulse OLED SSD1306 (ESP8266/ESP32/Mbed-OS)](https://github.com/ThingPulse/esp8266-oled-ssd1306)
- [esp-homekit](https://github.com/maximkulkin/esp-homekit)
Binary file added doc/wireframe.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions src/suitchi/Constants.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@

#define homeKitPin "1CB8"
#define homeKitPassword "111-11-111"
#define bridgeName "Smart Switch 1CB8"
#define otaName "kitchen_switch"
#define bridgeName "Suitchi 1CB8"
#define otaName "suitchi_1CB8"
#define serialNumber "123457"

#endif /* CONSTANTS_H_ */

0 comments on commit 69cd5f8

Please sign in to comment.