Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMicDiet authored May 11, 2024
1 parent 94cf066 commit 83753a8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Chihiros LED Control

This repository contains an example python CLI script that can be used to control the **Chihiros LED A2** for aquariums via bluetooth without the vendor app. For this purpose, the protocol to control the LED has been reversed engineered with the help of decompiling the old *Magic App* as well as sniffing and analyzing of bluetooth packages that are sent by the new *My Chihiros App*. The new app is based on flutter and only contains a binary that can not easily be analyzed.
This repository contains a python **CLI** script as well as a **Home Assistant integration** that can be used to control Chihiros LEDs for aquariums via bluetooth without the vendor app. For this purpose, the protocol to control the LED has been reversed engineered with the help of decompiling the old *Magic App* as well as sniffing and analyzing of bluetooth packages that are sent by the new *My Chihiros App*. The new app is based on flutter and only contains a binary that can not easily be analyzed.


## Supported Devices
Expand All @@ -13,6 +13,9 @@ This repository contains an example python CLI script that can be used to contro
- a device with bluetooth LE support for sending the commands to the LED
- [Python 3](https://www.python.org/downloads/) with pip

## Using the Home Assistant integration
TODO

## Using the CLI
```bash
# setup the environment
Expand Down

0 comments on commit 83753a8

Please sign in to comment.