-
Notifications
You must be signed in to change notification settings - Fork 32
Description
Is your feature request related to a problem?
I want 24 vertical sliders to set a charging level for a home battery, depending on the hourly prices. IT would be great that when I move slider 22, that slider 23 moves with it. The other way around: moving slider 23 will not move slider 22.
In the same manner, moving slider 21 will move slider 22, and ideally the movement of slider 22 also moves slider 23
Describe the solution you'd like
I would like to be able to join sliders, and there are a few options with that too:
- the slave of one master can be the master of another slave. Movement should be propagated down the chain
- the value of the slave slider only follows the master slider up, when the master value will become greater than the slave
- the value of the slave slider only follows the master slider down when the master value will become smaller than the slave
- the slave for up movements can be different from the slave for down movements. If it's the same, the slave follows the value of the master
Describe alternatives you've considered
No response
Additional context
I have an entity with attributes to control (actually, the attribute is an array with 24 slots). This also controls the charging/discharging level of the home battery. By putting this in vertical sliders below an APEX chart with hourly energy prices you can visually set the best strategy.
The table will also be plotted in the APEX chart for best representation (not yet implemented).
