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: 4 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 (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-03-13T22:14:24.000Z (4 months ago)
- Last Synced: 2025-03-23T05:23:38.310Z (4 months ago)
- Topics: android, iot, java, mobile, smart-home
- Language: Kotlin
- Homepage: https://play.google.com/store/apps/details?id=com.teslasoft.iot.rgbcontroller
- Size: 33.3 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
- OpenLab MQTT Lights at Technical University of Kosice### Usage:
```
{PROTOCOL}://{HOSTNAME}:{PORT}{CMD}
```### Command line:
- {_r} - Param for red color
- {_g} - Param for green color
- {_b} - Param for blue color
- {_a} - Enable hardware animation (optional param)### Examples of command line:
```
/?script.py?red={_r}&green={_g}&blue={_b}&animation={_a}&
``````
/?r{_r}&g{_g}b{_b}a{_a}&
```> **Warning**
> {_color} placeholders are case-sensitive
### Available values for each color```
0-255
```### Supported OS:
- Android 9 - Android 15
- Windows subsystem for Android### How to connect?
1) Connect to the same Wi-Fi 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
```### Some examples
> See "examples" folder
### License
```
Copyright (c) 2022-2024 Dmytro Ostapenko. All rights reserved.Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License athttp://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
```