You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(For now) It is limited to change the level of the fan pairs, or put them into their special modes (automatic, time, etc). There is no way to change the timing intervals for now. You need to make that in the SEC-TOUCH device itself.
9
9
@@ -232,10 +232,125 @@ Please check the [Special Fan level Values](#fan-pair-level-special-values) sect
232
232
# Home Assistant
233
233
Home assistant has the problem that all fans show their speed as percentage. But we do not have percentage values, we have levels from `0` to `11`. From which some of those values are special ones.
234
234
235
-
For now we have to "live with" that, selecting presets will carry the fan speed/percent to their corresponding level, but going into `NORMAL` mode will put the speed to 1. I would recommend to use a button card with all the states instead of the fan one until this can be fixed.
235
+
For now we have to "live with" that, selecting presets will carry the fan speed/percent to their corresponding level, but going into `NORMAL` mode will put the speed to 1.
236
+
237
+
My recommendation is to use your own custom card to control the de fans.
238
+
239
+
## Custom HA Cards Example
240
+
241
+
Here I am using [lovelace-mushroom](https://github.com/piitaya/lovelace-mushroom), [lovelace-card-mod](https://github.com/thomasloven/lovelace-card-mod) and [service-call-tile-feature](https://github.com/Nerwyn/service-call-tile-feature). On a Sections board.
242
+
243
+
If you are using the configuration written above, you just need to search and replace `fan_1` with the corresponding fan number to get more cards
0 commit comments