Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andraxdev/rgb-controller
A simple app to controll your IoT devices
https://github.com/andraxdev/rgb-controller
android iot java mobile smart-home
Last synced: 3 months ago
JSON representation
A simple app to controll your IoT devices
- Host: GitHub
- URL: https://github.com/andraxdev/rgb-controller
- Owner: AndraxDev
- Created: 2022-07-27T14:25:22.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-05T20:41:21.000Z (3 months ago)
- Last Synced: 2024-10-15T03:57:28.085Z (3 months ago)
- Topics: android, iot, java, mobile, smart-home
- Language: Java
- Homepage: https://play.google.com/store/apps/details?id=com.teslasoft.iot.rgbcontroller
- Size: 23 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RGB controller
A simple app to control your lighting IoT devices
### Screenshots
### Tested devices:
- ESP8266### Usage:
```
{PROTOCOL}://{HOSTNAME}:{PORT}{CMD}
```### Command line:
- {_r} - Param for red color
- {_g} - Param for green color
- {_b} - Param for blue color### Examples of command line:
```
/?script.py?red={_r}&green={_g}&blue={_b}
``````
/?r{_r}&g{_g}b{_b}&
```> **Warning**
> {_color} placeholders are case-sensitive
### Available values for each color```
0-255
```### Supported OS:
- Android 9 - Android 13
- Windows subsystem for Android### How to connect?
1) Connect to the same wifi network with IoT device
2) Enter info about device and fill the command line
3) Use color picker or color fields to set colors### How many colors are supported?
```
16,777,216
```