Blue Series 2-1 Switch - Enhancements/Bugs Thread

Thanks for getting back to me. Yes I understand the predicament. I am assuming this isn’t something that can be determined by the switch itself. Maybe the instruction can be organized in a sequential manner. I noticed the electrician went strait to the wiring section, didn’t see much that was useful to them, and then went online to the schematics. I myself skimmed that section because it seemed to be geared towards a beginner that needs basic terminology explained. While definitely good to have, the intended audience needs to know how to get it correctly hooked up and verified.

My recommendations for the instructions:

First section is compatibility chart found on page 29 (and any welcome/legal stuff). That chart could be the index on where to go in the instruction book. Maybe add a “not sure” line to the chart that directs you to the info found on pages 21-27 that breaks down everything to the basics for the beginners with additional warnings about electrocution and possible damage of the switch if hooked up wrong.

The other lines in the chart give you the page number for the section with everything an electrician or somewhat knowledgeable DIY’ers would need to get the switch up and running from a wiring perspective (to include the relevant button sequence and color). A contractor would love to just do what they need to do and get out of there…or maybe they can stay on the clock longer, but that’s for them to work out :wink:

The following section is the hub/gateway setup.

The next section is the smart and advanced setup and usage scenarios for inspiration or education on what capabilities these switches have.

And last, the troubleshooting steps to determine possible sources of common problems (e.g., smart switch in 3way only works sometimes, lights flicker when dimmed low, etc) and available online resources.

2 Likes

I guess I could modify this one to be a little more clear, but this is what is currently over the line/load and needs to be taken off prior to installation.

The insert talked about on the warning is what I was referencing earlier that talks about programming the switch in a 3-Way.

My guess is that (from my anecdotal experience) electricians are typically used to traditional switches and assume these switches operate in a similar fashion and ignore all the stickers and inserts, which stinks bc we’ve tried all sorts of methods to, “dummy proof” the install.

3 Likes

Everybody is used to warnings on electrical things and ignore it. MOST of the time, these tell me to not eat tide pods or don’t touch hot oil. If you start reading it, you see that it’s talking about wiring and damage and move on.

Maybe separate out the second part which isn’t so much as a warning of damage, but limited functionality you will get if you don’t do anything else.

Put the functionality part as a sticker on the paddle. Can be the paragraph already on the side or something along the lines of “To function as a dimmer and/or three way/multi-way switch, see “Switch Pre-Setup” card in the box” (or just make the sticker the switch config chart itself), or “additional configuration is required to correctly function as a three way/multi-way switch or dimmer, see page xxx of instruction manual or “Switch Pre-Setup” card in the box”.

1 Like

The problem with being Canadian is that I haven’t seen one of these switches yet, but I’m patiently waiting for mine; LOL.

I suspect new SKUs won’t change the electrician culture.

A RED STOP sign might help a bit. Also changing from a URL that people are less likely to type to “refer to insert” might help. Also a QR code might also help a bit.

2 Likes

I’ve made a different thread to discuss, but I believe the supporting feature of the zigbee protocol that would solve such a problem would be scene recall. It would be nice to see that feature implemented since it would allow the switch to be a ‘local/hub-less’ scene controller.

1 Like

In the Blue series project discussion thread, Eric mentions a firmware change regarding the use of the mechanical relay when in Single Pole, On/Off, neutral mode:

What I got out of that was that originally, when in Single Pole On/Off mode, the switch was a dimmer switch, but the only brightness options were 0 and 100%. But after the change, an option was added to have the switch behave like a dumb on/off switch, where the mechanical relay would connect/disconnect the load, and the dimming circuitry would not be involved at all.

I thought the dimming circuitry would be disabled due to the mention of that option fixing the scenario where someone has non-dimmable lights that flicker when powered by a dimmer switch even at 100% (as I mentioned earlier in this thread; I looked at the waveform coming out of the switch when it’s set as a dimmer at 100% brightness, and it’s still not a perfectly smooth sine wave; the switch still chops out part of the wave).

However, I tested the switch in Single Pole, On/Off, neutral mode, relay enabled (parameter 261, Disable Relay, “Click” Sound set to 0), and to my surprise, even though I hear the mechanical relay click, the dimming circuitry is still being used, and the switch isn’t putting out a clean sine wave. It’s almost exactly the same as when the switch is in Single Pole, dimmer mode at 100% brightness.

So unless I misunderstood the purpose of the firmware change, it doesn’t seem to be working as intended. While the relay makes the click sound, it’s not actually changing anything in terms of what the switch is doing. If someone has a load that requires the full, smooth, sine wave, it’s not going to work even with the switch in on/off relay enabled mode.

2 Likes

Thanks for testing this. This should be looked in to by Inovelli ASAP since people will surely start hooking this up to large non dimmable loads.

Two things would be nice:

  • “doubleTapUpForFullBrightness” should be usable even with “buttonDelay” set to 0. If enabled, a second tap during a change event should instantly warp to the final value. This should be possible for transitions both up and down.

  • Some adjustment options for the dimming ramp curve. Right now, the values appear to be evenly spaced resulting in a linear set of values out. For many dimmable devices, changes near the “almost off” end of the dimming spectrum have a much bigger perceptual difference than the same size steps at the top end of the curve. Light perception is logarithmic, not linear, and not all devices correct for this. I’d love to see an option or two for a non-linear curve where it takes smaller steps near off and bigger steps near on. (this doesn’t make sense to implement for smart bulb mode since devices should already implement it, but it is quite important for non-smart bulbs, since dimmable LED bulbs are all over the map about this)

2 Likes

The way I understand it, the purpose of the buttonDelay is to know how long to wait for the next tap so that a decision can be made whether the to generate a single, double, triple, etc tap. So, it cannot be both ways - 0 means report a single tap right away. >0 means report a single tap if no other tap comes in before the delay timer, else increment tap counter and reset timer to zero to wait for the next tap up to the buttonDelay timer.

How are notifications supposed to be handled on Hubitat? Currently I’m only seeing custom commands instead of the child device setup like the red series. Am I missing something or is this how its intended to work?

5 Likes

New Lutron Diva uses a single click when already ON to go to max and it works fine.

Your second point should be addressed. The brighter the lights get they need a lot more power for our eyes to distinguish the increase. Its not a simple solution but they need to take a shot at fixing this dimming curve to be visually smooth.

1 Like

Right, that is the standard behavior, and I’m sure it’s how they implemented the feature.

However, my point is that with buttonDelay = 0, you can still infer a “I want it all the way bright” if a (different) tap occurs while the switch is in the process of ramping to full. So it’s less a “double tap” and more a request for “If a press occurs during ramping, complete the ramping instantly to full”.

An alternative behavior (with or without buttonDelay=0) might be “if a light is on at any level (or ramping in that direction), and an ‘up tap’ occurs, ramp to full instead of set point”. Ditto for down.

This may all be moot, since it seems “return to previous level” isn’t super intuitive for (my) users at least, so I may have to default to 100%. This is probably ok since you can still ramp up from zero with press-and-hold.

1 Like

Minor, but kinda annoying… On a switch configured to be a dimmer:

  1. Set parameters 7 and/or 8 Ramp Rate (On → Off) to something greater than 0
  2. Set parameter 10 Maximum Dim Level to something low, like 5
  3. Turn light on to 100% brightness (which should be pretty dim, because of the above setting)
  4. Set Maximum Dim Level to 255
  5. Turn light off

The light will jump to full brightness before ramping down to off. It’d be nice if it just ramped down to off from its current (dim) brightness.

Just curious, are you changing Max Dim Level regularly?

1 Like

Yes, basically every night, I turn down the max brightness, then turn it back up to full during the daytime.

1 Like

Why turn down the max brightness as opposed to changing the brightness level itself, etc?

I’d recommend using the default level fields. Min/Max are intended to be a set it and forget it for the fixture.

I use default local/zigbee levels with adaptive lighting to dim down through the night. Works great.

edit: then you can still go to 100% with double tap if in the middle of the night you still need it bright. I’ve definitely used it before in that way.

1 Like

Because I want to limit the max brightness, not just set the brightness.

1 Like

Fair enough :slight_smile: I was trying to see if there was a better way to suggest approaching it, definitely agree that it makes more sense for the light to just ramp down from current brightness, but not sure how that would work. When you set the Max dim level to 5, and then turn light on to max brightness, the brightness is still at 254, it doesn’t get locked in to 12/13~ when you lower the max dim level (since it still lets you dim over the full min/max range) so that’s why it occurs this way.

1 Like

I agree that this method is a bit of a backwards way from the design intent of the switch, but if it gives you the function you desire then by all means!

Design intent is min/max is a one-time fixture setup thing, then default levels are what it turns on to each time it cycles.

1 Like