Skip to content

Commit

Permalink
add missing commands to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMicDiet authored May 11, 2024
1 parent 8c8ac69 commit 94cf066
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Chihiros LED Controller
# 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.

Expand All @@ -23,9 +23,15 @@ pip install -e .
# show help
chihirosctl --help

# discover devices
# discover devices and their address
chihirosctl list-devices

# turn on the device
chihirosctl turn-on <device-address>

# turn off the device
chihirosctl turn-off <device-address>

# manually set the brightness to 100
chihirosctl set-brightness <device-address> 100

Expand Down

0 comments on commit 94cf066

Please sign in to comment.