New C-7 bricked (nope, just lost, now found) But still doing weird stuff [Resolved]

So, got a new C-7 and have been active the last couple weeks trying to move things over slowly.

So far so good, till this morning when doing a double-tap on a button controller broke our world. The button was double tapped once, then we started seeing lights associated with the rule not responding as expected. Looking into the logs about a half hour later the following loop was scrolling faster than I could read. Managed to copy a bit of if. Could not figure out how to stop the madness so initiated a reboot after pulling the batteries from the button controller to see if that had fried. Hub hasn't been seen since (1/2hr). Any idea what to do now? And no, port 8081 does nothing.
Here's the sort-of-repeating loop from the log:

dev:45](https://192.168.86.38/logs#dev45)2020-10-02 08:30:51.269 am errorjava.lang.IllegalStateException: Queue full (off)

dev:532020-10-02 08:30:51.254 am errorjava.lang.IllegalStateException: Queue full (on)

dev:452020-10-02 08:30:51.241 am errorjava.lang.IllegalStateException: Queue full (off)

dev:532020-10-02 08:30:51.231 am infoBedroom - blind - closet is opening

dev:502020-10-02 08:30:51.193 am errorjava.lang.IllegalStateException: Queue full (on)

dev:232020-10-02 08:30:51.170 am infoBedroom - Cozy Sw was turned off

dev:472020-10-02 08:30:51.155 am errorjava.lang.IllegalStateException: Queue full (off)

dev:442020-10-02 08:30:51.044 am errorjava.lang.IllegalStateException: Queue full (off)

dev:442020-10-02 08:30:51.006 am errorjava.lang.IllegalStateException: Queue full (off)

dev:472020-10-02 08:30:50.998 am errorjava.lang.IllegalStateException: Queue full (off)

dev:502020-10-02 08:30:50.995 am infoBedroom - Blind - 2 is opening

dev:462020-10-02 08:30:50.979 am errorjava.lang.IllegalStateException: Queue full (off)

dev:482020-10-02 08:30:50.976 am infoBedroom - Scene Controller button 5 was doubleTapped

dev:232020-10-02 08:30:50.926 am infoBedroom - Cozy Sw was turned off

dev:532020-10-02 08:30:50.836 am infoBedroom - blind - closet is opening

dev:502020-10-02 08:30:50.781 am errorjava.lang.IllegalStateException: Queue full (on)

dev:952020-10-02 08:30:50.743 am infobedroom cozy blinds switch is on

dev:452020-10-02 08:30:50.737 am errorjava.lang.IllegalStateException: Queue full (off)

dev:442020-10-02 08:30:50.734 am errorjava.lang.IllegalStateException: Queue full (off)

dev:542020-10-02 08:30:50.705 am errorjava.lang.IllegalStateException: Queue full (on)

dev:952020-10-02 08:30:50.694 am infobedroom cozy blinds switch is on

dev:532020-10-02 08:30:50.665 am infoBedroom - blind - closet is opening

dev:482020-10-02 08:30:50.662 am infoBedroom - Scene Controller button 5 was doubleTapped

dev:502020-10-02 08:30:50.616 am infoBedroom - Blind - 2 is opening

dev:502020-10-02 08:30:50.613 am errorjava.lang.IllegalStateException: Queue full (on)

dev:232020-10-02 08:30:50.598 am infoBedroom - Cozy Sw was turned off

dev:542020-10-02 08:30:50.573 am infoBedroom - blind - dressing is opening

dev:532020-10-02 08:30:50.568 am infoBedroom - blind - closet is opening

dev:532020-10-02 08:30:50.512 am errorjava.lang.IllegalStateException: Queue full (on)

dev:482020-10-02 08:30:50.409 am infoBedroom - Scene Controller button 5 was doubleTapped

dev:502020-10-02 08:30:50.389 am infoBedroom - Blind - 2 is opening

dev:462020-10-02 08:30:50.352 am errorjava.lang.IllegalStateException: Queue full (off)

dev:952020-10-02 08:30:50.348 am infobedroom cozy blinds switch is on

dev:542020-10-02 08:30:50.328 am errorjava.lang.IllegalStateException: Queue full (on)

dev:952020-10-02 08:30:50.311 am infobedroom cozy blinds switch is on

dev:232020-10-02 08:30:50.268 am infoBedroom - Cozy Sw was turned off

dev:542020-10-02 08:30:50.212 am errorjava.lang.IllegalStateException: Queue full (on)

dev:472020-10-02 08:30:50.195 am errorjava.lang.IllegalStateException: Queue full (off)

dev:452020-10-02 08:30:50.052 am errorjava.lang.IllegalStateException: Queue full (off)

dev:462020-10-02 08:30:50.028 am errorjava.lang.IllegalStateException: Queue full (off)

dev:502020-10-02 08:30:50.017 am infoBedroom - Blind - 2 is opening

dev:532020-10-02 08:30:50.005 am infoBedroom - blind - closet is opening

dev:482020-10-02 08:30:49.985 am infoBedroom - Scene Controller button 5 was doubleTapped

What do you mean by "it does nothing". Can you reach the hub on port 8081?

"This site can't be reached"...

What color if any is the LED on the hub?

green

Have you tried unplugging the hub for 1 minute,then plugging it back in?

OK, it's back... somehow it decided to DHCP an IP address instead of the one I gave it.
So now it's up and I've reserved the DHCP ip in case it does that again.

Now, onto the problem that caused the show.... Any ideas based on the log?

What app are you using to convert the button press into actions? Eg a rule or button controler

Yes, your Z-Wave radio was receiving a lot of events in short period of time and couldn't process them before new ones were coming in, so the Z-Wave Queue was maxed out. Next release will address this, but meanwhile if you could limit the events that are generated, it will prevent the Queue to be overloaded.

Was just in the process of grabbing a screen :grinning:
I see @bobbyD's response to the 'lot of events', but I don't know what 'alot' is, so Here's the rule, it's linked to a button controller app that flips the associated switch... 'pushed'=Sw:on,' 'doubletap'=Sw:off. The "bedroom cozy blinds" references a group made in groups and scenes... I changed it from listing all the blinds because I was having bad results sending single commands to the blinds. There are 6 blinds in the group.

Given the rule, I'm not sure what lot of events would come from it in the back-end. I'm aware you guys are trying to sort out a few issues with the C-7 zwave.... Any advice on how to restructure this rule to be gentle on the C-7?

If you have changed the rule can't really help with what was swamping the system. It looks ok as it is
What does on cozy blinds trigger?

I'd just work through the logic of what you are trying to do animate sure nothing is looping

Mabey remove so devices from the rule and add them back in one at a time after checking

The change I'm talking about is from a day or so ago... long before the snafu.
Here's the group def:

Is not the rule, and is unlikely that the problem is with one device. I have seen the queue getting full in systems running several power reporting devices that generate an event every few milliseconds.

I've worked pretty hard to minimize reporting as part of porting over from the dying C-4... wish there was an easy way (not aware of one) to configure reporting from within HE other than trying to find parameters from manufacturers to do so. I think I'm limiting that reporting for the very few such devices..

What does bedroom zone off do? A lot?
You could add a 30sec delay between devices/groups to give it a chance

Bedroom Zone is a Yamaha amp zone using the ex-community yamaha driver. So that line simply sends a switch:off I believe.

Dose the off/on blinds switch (edit, the group) work OK on its own?
If so I'd add a delay in the rule for the blinds, let it do the lights,amp,etc then operate the blinds

No, the blinds is a crap-shoot. Sometimes they work, sometimes only one or two work, sometimes the rest will do what they're supposed to 5 minutes later. Unreliable at best. Here's that thread in case it shed light. And thanks a bunch for taking the time to review this, much appreciated.

Are you sure that you don't have a weak Zwave mesh? That might explain why the blinds are intermittently working, and why the stuff happened like it did this AM.

Maybe briefly list your Zwave devices so we might get an idea of if this could be the case.