Can I define both linear and fixed together? #1991
Unanswered
chintito4ever
asked this question in
Questions
Replies: 1 comment
-
I wanted to indicate you could use the composite strategy. I see you already tried but get an error. Will have a look into that. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have noticed that my tower fan uses extra 2 watts when oscillating mode is on, what's the best way to configure this? thanks in advance.
powercalc:
sensors:
- entity_id: fan.tower_fan
standby_power: 1
linear:
calibrate:
- 11 -> 3
- 22 -> 4
- 33 -> 5
- 44 -> 6.2
- 55 -> 8.8
- 66 -> 11.4
- 77 -> 13.9
- 88 -> 16.9
- 100 -> 20.4
fixed:
states_power:
oscillating|true: 2
oscillating|false: 0
Beta Was this translation helpful? Give feedback.
All reactions