Quad Down Press on Blue Fan Switch

I have 6 Zigbee Fan Switches tied into Home Assistant with Z2M. I have pre-ordered the presence and On/Off switches, but while I’m anxiously waiting for those to arrive, I have setup Home Assistant automations using button combos for Wifey so she doesn’t have to open the Home Assistant mobile app or use Alexa.

The automations are identical from room to room:

  • Up (1x): Cycle through fan speeds
  • Down (1x): Fan off
  • Up (2x): Lights on
  • Down (2x): Lights off
  • Up (3x): Lamp on
  • Down (3x): Lamp off
  • Up (4x): Lights & Lamp on
  • Down (4x): Lights & Lamp off

Everything is working perfectly, except for the quadruple down. The lights turn off as intended, but the Fan turns on even though it’s not a part of the automation.

Those automations are setup on 4 of the 6 rooms. I am able to reproduce this issue in the two rooms that don’t have any automations. This leads me to believe it’s not an issue with Home Assistant, but something weird with the switch settings. I’m confused what’s causing the fan to turn on with the quad down.

Possible Relevant Switch Settings:

  • SingleTapBehavior: Down always off
  • ButtonDelay: 500ms

Once the other switches arrive, I won’t really need these automations for the lights and lamps. But it’s possible that I’d like to remap the button combos to trigger some other actions and this issue could be a nuisance again.

I have added “Turn fan off” to the quad down Home Assistant automation as a temporary work around in the 4 rooms that have automations. The fan turns on for a brief second, then turns back off.

Has anyone else experienced this? What am I missing? Any help is greatly appreciated.

UPDATE: Called a friend who has the same switches, is using a different single press mode and isn’t using automations, but has the same issue. Does everyone’s fan switches turn on low when you press down 4x?

Just tested mine and it does as well. You might have found a bug. FYI @EricM_Inovelli

Just imagine all the stuff i could find as a beta tester… :smirk:

You have encountered a feature . . . not a bug. :wink:

I believe it is activating “Breeze Mode”. That feature cycles through different speeds, but I don’t think the LED bar reflects that. It has been a while since I have used this feature, but it can also be configured to different things in the cycle.

Unfortunately, I don’t think we added a way to disable it unless maybe try setting breeze mode to 0?

Edit: Going to check with the engineer to see if there is a way to disable it or if it needs to be added.

I have not enabled Breeze mode and according to the documentation, it is 0 by default: Blue Series Fan Switch • Parameters | Inovelli Help Center

Other than SingleTapBehavior and OutputMode, no other parameters have been touched.

States
{
“autoTimerOff”: 0,
“auxSwitchUniqueScenes”: “Disabled”,
“bindingOffToOnSyncLevel”: “Disabled”,
“brightnessLevelForDoubleTapDown”: 2,
“brightnessLevelForDoubleTapUp”: 254,
“buttonDelay”: “500ms”,
“defaultLed1ColorWhenOff”: 255,
“defaultLed1ColorWhenOn”: 255,
“defaultLed1IntensityWhenOff”: 101,
“defaultLed1IntensityWhenOn”: 101,
“defaultLed2ColorWhenOff”: 255,
“defaultLed2ColorWhenOn”: 255,
“defaultLed2IntensityWhenOff”: 101,
“defaultLed2IntensityWhenOn”: 101,
“defaultLed3ColorWhenOff”: 255,
“defaultLed3ColorWhenOn”: 255,
“defaultLed3IntensityWhenOff”: 101,
“defaultLed3IntensityWhenOn”: 101,
“defaultLed4ColorWhenOff”: 255,
“defaultLed4ColorWhenOn”: 255,
“defaultLed4IntensityWhenOff”: 101,
“defaultLed4IntensityWhenOn”: 101,
“defaultLed5ColorWhenOff”: 255,
“defaultLed5ColorWhenOn”: 255,
“defaultLed5IntensityWhenOff”: 101,
“defaultLed5IntensityWhenOn”: 101,
“defaultLed6ColorWhenOff”: 255,
“defaultLed6ColorWhenOn”: 255,
“defaultLed6IntensityWhenOff”: 101,
“defaultLed6IntensityWhenOn”: 101,
“defaultLed7ColorWhenOff”: 255,
“defaultLed7ColorWhenOn”: 255,
“defaultLed7IntensityWhenOff”: 101,
“defaultLed7IntensityWhenOn”: 101,
“defaultLevelLocal”: 255,
“defaultLevelRemote”: 255,
“deviceBindNumber”: 0,
“dimmingSpeedDownLocal”: 127,
“dimmingSpeedDownRemote”: 127,
“dimmingSpeedUpLocal”: 127,
“dimmingSpeedUpRemote”: 25,
“doubleTapClearNotifications”: “Enabled (Default)”,
“doubleTapDownToParam56”: “Disabled”,
“doubleTapUpToParam55”: “Disabled”,
“fanControlMode”: “Disabled”,
“fanLedLevelType”: 10,
“fanTimerMode”: “Disabled”,
“fan_mode”: “smart”,
“fan_state”: “OFF”,
“firmwareUpdateInProgressIndicator”: “Enabled”,
“highLevelForFanControlMode”: 254,
“internalTemperature”: 33,
“invertSwitch”: “No”,
“ledColorForFanControlMode”: 255,
“ledColorWhenOff”: 170,
“ledColorWhenOn”: 170,
“ledIntensityWhenOff”: 0,
“ledIntensityWhenOn”: 5,
“linkquality”: 195,
“loadLevelIndicatorTimeout”: “Stay On”,
“localProtection”: “Disabled”,
“lowLevelForFanControlMode”: 63,
“maximumLevel”: 255,
“mediumLevelForFanControlMode”: 128,
“minimumLevel”: 1,
“nonNeutralAuxLowGear”: 110,
“nonNeutralAuxMediumGear”: 90,
“onOffLedMode”: “All”,
“outputMode”: “Ceiling Fan (3-Speed)”,
“powerType”: “Neutral”,
“quickStartTime”: 0,
“rampRateOffToOnLocal”: 127,
“rampRateOffToOnRemote”: 0,
“rampRateOnToOffLocal”: 127,
“rampRateOnToOffRemote”: 127,
“remoteProtection”: “Disabled”,
“singleTapBehavior”: “Down Always Off”,
“smartBulbMode”: “Disabled”,
“stateAfterPowerRestored”: 255,
“switchType”: “Aux Switch”,
“update”: {
“installed_version”: 33685767,
“latest_version”: 33685767,
“state”: “idle”
},
“update_available”: false
}