Jer78
(Jeremy Percival)
November 14, 2017, 2:32am
5
@junior466 In case you’re interested, here’s a better way of using a fan to control the speed and know the on/off state. It’s not bullet proof but works better imo
Finally was able to add the desired timer
Mainly using the idea of tboyce1 Stopwatch. Slightly modifiying it, and using a 3rd Sensor to display the remaining time in minutes.
[Capture]
The addtiional code:
configuration.yaml
input_boolean:
stopwatch:
name: Stopwatch
initial: off
dummy:
name: Dummy
initial: off
groups.yaml
card_dysonlr:
name: Dyson Wohnzimmer
entities:
- input_boolean.livingroomfanoscillate
- input_boolean.livingroomfanpower…