|
15 | 15 |
|
16 | 16 | ### LedFx Remote
|
17 | 17 |
|
18 |
| -- Start and stop the LedFx server from inside Home Assistant! |
19 |
| -- Select your LedFx scene |
20 |
| -- Display the number of devices connected to LedFx |
| 18 | +- Select your LedFx scene from inside Home Assistant! |
| 19 | +- Display the number of scenes/devices/pixels connected to LedFx |
| 20 | +- Start and stop the LedFx server (custom Endpoint required!) |
21 | 21 |
|
22 | 22 | ### LedFx Device Remote
|
23 | 23 |
|
24 | 24 | - Toggle the power for devices configured in LedFx
|
| 25 | +- Display number of pixels per device |
| 26 | +- Display IP per device |
| 27 | +- Display current running effect-name |
25 | 28 |
|
26 | 29 | | Default | With Devices |
|
27 | 30 | |:-------:|:------------:|
|
28 | 31 | |  |  |
|
29 | 32 |
|
30 | 33 | ## Requirements:
|
31 | 34 |
|
32 |
| -- [LedFx](https://github.com/ahodges9/LedFx) > v0.7 |
| 35 | +- [LedFx](https://github.com/ahodges9/LedFx/tree/dev) |
| 36 | + - minimum version: v0.84 (so atm you need the dev-branch or ledfx-dev) |
33 | 37 | - with at least one scene setup
|
34 | 38 | - the ledfx config.yaml file defines your host as 127.0.0.1 by default. The host needs to be changed to 0.0.0.0 in order for this integration to function properly.
|
35 | 39 | - [LedFx Docs](https://ledfx.readthedocs.io/en/docs/)
|
|
86 | 90 | - ON / OFF Button
|
87 | 91 | - OFF Button saves the current effect running on the current device
|
88 | 92 | - ON Button will use that state if available otherwise sends "Gradient"
|
| 93 | +- Start/Stop Server: |
| 94 | + - Set custom Endpoints for Start and Stop |
| 95 | + - Configurable methods: `GET`, `DELETE`, `PUT`, `POST` |
| 96 | + - Configurable body: json (untested) |
| 97 | +- NEW: Add Blade-Light: 1 effect throught multiple devices |
89 | 98 |
|
90 | 99 | ## Upcoming Features
|
91 | 100 |
|
92 |
| -- More settings in Server Start/Stop Commands |
| 101 | + |
93 | 102 | - Make also use of the after setup config flow (options)
|
94 | 103 | - Allow editing of setup-settings
|
95 | 104 | - Allow disable poll (If you have everything setup in ledfx, there is no need to poll for new infos all the time)
|
|
102 | 111 | <p>
|
103 | 112 | Default:
|
104 | 113 |
|
| 114 | + |
| 115 | + |
105 | 116 | 
|
106 | 117 |
|
107 | 118 | 
|
|
0 commit comments