https://github.com/krmax44/outlet8266
RF transmitting script with HTTP API
https://github.com/krmax44/outlet8266
433mhz arduino esp8266 esp8266-arduino home-automation
Last synced: 3 months ago
JSON representation
RF transmitting script with HTTP API
- Host: GitHub
- URL: https://github.com/krmax44/outlet8266
- Owner: krmax44
- License: mit
- Created: 2017-12-30T14:06:36.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-30T15:09:21.000Z (almost 8 years ago)
- Last Synced: 2025-01-08T12:26:26.637Z (10 months ago)
- Topics: 433mhz, arduino, esp8266, esp8266-arduino, home-automation
- Language: HTML
- Size: 109 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Outlet8266
Transmits RF signals received via HTTP. Created for the ESP8266.
- Tutorial: [DIY Smart WiFi Outlets with Outlet8266, Controllable With Google Assistant, IFTTT, Tasker and More](https://krmax44.de/blog/cheap-diy-wifi-outlets/)
- [Web App](http://outlet8266.krmax44.de)
- [Demo Video](https://www.youtube.com/watch?v=Z4l9FZTBnmk)
## API### Decimal
```
GET /api/decimal
code: decimal rf code
pass: Outlet8266 password
protocol: optional rf protocol
pulselength: optional rf pulselength
```returns either `OK` or `PASS` in case the password is incorrect
### Binary
```
GET /api/binary
code: binary rf code
pass: Outlet8266 password
protocol: optional rf protocol
pulselength: optional rf pulselength
```returns either `OK` or `PASS` in case the password is incorrect
### Tristate
```
GET /api/tristate
code: tristate rf code
pass: Outlet8266 password
protocol: optional rf protocol
pulselength: optional rf pulselength
```returns either `OK` or `PASS` in case the password is incorrect
### Log
```
GET /log
pass: Outlet8266 password
```returns the log