I didn’t know which of the 4 options you wanted, but I thought this was the most likely:
I actually wanted to see what the options were but this is fine. I can see that you have a Driver menu. This means that the switch is using the newer Edge driver and not the older Groovy driver.
Since you just learned about Edge drivers, I am going to presume that you did not convert the switch yourself. Smartthings is in the process of autoconverting devices from Groovy to Edge, so I am guessing that Smartthings converted it for you.
So when that happened, Smartthings loaded its generic driver. But for the Inovelli advanced features to work, you need to be using Inovelli’s Edge driver. So that is why you’re notifications are no longer working.
You will have to join the Inovelli Edge channel, link below, and then switch to the Inovelli driver. You should then be able to access the advanced features such as notifications. My recommendation would be to remove your old notifications from Smart Lighting and re-code them using Routines.
Oh, the options are Edit (name, icon, and room), Settings, Driver, and Information.
You are correct about Smartthings converting my devices. I’ll join the channel this weekend (when I will have time to play with it) and install the driver then.
One of my switches has a couple of ZigBee lights connected to it. I have never been able to operate the lights via the switch (it wasn’t that big of a deal to me when I installed the switch – I could just tell Alexa to turn them on). Will this new driver make it easy for me to do that.
Thank you so much for your help.
Get the driver loaded and report back. We can work on that next.
So, I installed the Inovelli driver on all of my Inovelli switches. Went into Smart lighting, and that notification was no longer there. All of the other stuff was, just not that one. Went into Routines in the switch I’m dealing with and the first thing I noticed was that in the main window of the switch, only “Notifications” was listed. Tapping on the settings wheel, the only thing I could do was select the type of notification (pulse, chase, fast or slow blink, etc. Previously, in the main window for the switch I could select the color, type of notification, etc. for each of the 3 notifications. This seems to be a huge step backwards as it seems I can no longer have 3 different notifications, each with their own color. I used to be able to look at it and identify (at a glance) whether a basement window was open or a garage door. Now, it seems that it would be merely “something’s open.”
Because I had 3 notifications setup previously for this switch, in my app I have 3 notifications icons. Tap on them, and the only thing I can do is edit the name and icon – nothing else.
In Routines, I set it up so that if the garage door is open, Notification 1 would turn on. I have notifications set to chase. Opened the garage door, and the main lights came on. No chasing on the LED bar.
I’ve verified several times that the driver is the Inovelli Edge Driver.
It’s a slightly different approach now, but you can have as many notifications as you like for a given switch. Notifications should be set via routines, not via the device’s page.
Start with the routine and select the trigger for the notification. In the THEN section, select Control Devices and select the switch you want the notification on. In the following screen, select a setting for each of the four Notification items. Make sure you set all four. (By default, Turn On will also be selected. Press it to deselect it.)
Rinse and repeat for additional notifications on the same switch.
It’s actually much cleaner under Edge, but just approached differently. Most importantly, this accomplishes notifications without child items, which is beneficial if your device count is high.
Setup as directed. When a door is open, the lights on that switch come on – nothing on the LED bar (well, the solid aqua (switch’s color)is there but not the chasing red (notification’s color)). Do I need to delete Notifications 1, 2, & 3 from my app? They are listed as devices. Might that be causing a conflict?
I’m sort of getting somewhere. Tried deleting “Notification 1” from another switch, and the test notification came on. Didn’t go off when I closed the door, though. Then I went back and deleted Notifications 1, 2, & 3 from the Main Room Lights switch, setup the routine again, and the main room lights still came on, but so did the notification. Went back into the routine and enabled the dimmer and set it at 0. Now, it comes on as it should, but doesn’t stop when I close the door. Previously, there was an option to stop notifications when the conditions were no longer met (door was closed), but not now – you select a time or indefinitely. I thought creating a routine that would turn off the notification when the door was closed would do the trick, but when it’s enabled, the notification doesn’t come on when the door’s opened. Turn off the new routine, and it comes on as it should.
Yeah, it is not supposed to. You just coded turning it on. You also have to code turning it off. Use another routine for that.
Did you turn off the Turn On part of the routine? See my note in parentheses in the second paragraph, above.
I tried creating a routine that would turn off the notification when the door was closed would do the trick, but when it’s enabled, the notification doesn’t come on when the door’s opened. Do I need to do a short delay in the turning on routine?
You shouldn’t. I have a number of these all coded the same. If contact = open then set 4 notification parameters. IF contact = closed, then notification effect off.
Can you post the two Routines so we can take a look?
The notification on open door worked for a while, and when I added the end notification on door closed, the bar stopped blinking, but no LED bar at all. Now, with this setup, I don’t even get notifications.
Those routines look correct, with the exception that the turn off the notification has been removed from the closed routine.
I would look at the history for your contact sensor to see when it is opening and closing. Line that up with the actions that you’re seeing.
I don’t see any reason that you’re notification turning on should not work at this point. But take the delay out of it in the event that the contact sensor is doing something weird. That way the notification should turn on right away when it’s open.
Also, as I suggested before, take the main room lights turning on and off out of the routine. I believe that selection is killing the notification.
I get a text whenever that door is open, so I know the contact is working.
I deleted those routines and setup one on another door. When I have Main Room Lights turned off, everything is grayed out with all of the switches in the off position. Nothing happens when I open the door. With the Main Room Lights turned on, the lights, of course, come on, but there is no notification via the LED strip.
I can say with certainty that if you have a “turn on device” or “turn off device” as an action along with the notification, NOTHING WILL WORK.
I understand what you’re saying – I really do. But, as shown by the 3rd and 4th screenshots, when I turn off Main Room Lights, everything else is grayed out and I’m unable to do anything with any of them. How do I turn on Notifications when those controls are grayed out?
I really don’t know any other way to explain this. You CANNOT have a “turn on” or “turn off” action in the same routine in which you are trying to set notifications. The third and fourth screenshots you pointed to where the notification actions are grayed out have a “turn off” action, which exactly what I have been trying to get you to remove.
(If you have a “Turn On” action selected, you can set the notification parameters but nothing will work. If you have a “Turn Off” action selected, the parameters below will be grayed out.)
1 - Click on the + to create the routine.
2 - Add the contact sensor as a trigger
3 - Click on the + in the Then section and select Control Devices
4 - Select the Inovelli you want the notificaiton on and press Next
5 - IN THE TOP SECTION, “TURN ON” WILL BE SELECTED BY DEFAULT. PRESS “TURN ON” ONCE TO DESELECT IT
6 - Select the four notification parameters
I didn’t know that I could deselect “Turn On.” Thank you for your patience.
I also learned that if a 2nd trigger is added, it isn’t either/or, but and. Individual routines for each trigger. That’s not a problem.
Again, thanks for your patience.
The lights I have as children to a red on/off switch are Zigbee. Do I need to get a blue switch for that one?
Not necessarily, but it depends upon how you want the operate the bulbs. If you just want to turn the bulbs on or off or set some dim levels, you can use the multi-tap capabilities of the Red. To do this you would configure the on/off and several dim levels using routines or scenes.
However, if you want to be able to dim up and down using the paddle just as if a dumb bulbs were wired to it, then you will need to use a Blue for that. You’ll need to use Zigbee binding to bind the switch to the bulbs.