Group set undefined UI7 veraedge

Hi, i have the problem when try to make an associations. With new or existing groups when i use the set button it says undefined. No matter with controller i use, i tried with remotec remote, leviton 4 button, linear 3 way controler lways the same error.
Any solution for this problem??
I restore an old backup and it continue to show the undefined message.
Plese help!!

Using VeraEdge 1.7.1142, UI7

Hi,

I have the exact same problem after upgrading. Called support and they said they are looking into it.
In the meantime, as a workaround, I tried to downgrade to the previous firmware and restore a backup, this didn’t seem to work, however.

This seems to be an error on the UI side.

I’ve checked the JavaScript console and it seems to be an error in showing the Z-Wave node overview (where you can select associations).
I get the following error:

2015-4-14 12:16:2 View.returnZwaveNodesFromSection() error: TypeError: selectedNodes.split is not a function

I traced this down to the file view.js, which contains:
try{for(var section_rooms=myInterface.getSectionRooms(sectionID),devicesNo=application.userData.devices.length,html=“”,values={},buffer=selectedNodes.split(“,”),k=1;k<buffer.length;k++) …

It seems the variable selectedNodes is not a string, thus is not splittable with the .Split function. So I first convert it to a string, so it can be split:

When I change buffer=selectedNodes.split(“,”) to buffer=selectedNodes.toString().split(“,”), it successfully shows the node tree and I can select nodes. (no more undefined message). However, it doesn’t save any changes I make.

I’m not a JS wizard, maybe someone else on the forum knows more about this? And the function to save the node tree and it’s associations?

Hey Guys,

We are aware of this this issue and it will be addressed in the June firmware release. Meantime I encourage everyone that has association problems to send an email to support@getvera.com so we can manually address the issue until the next release.

Thank you for your understanding.

Platform Status: status.getvera.com
USA Toll Free: talkdesk+18669662272
International: talkdesk+17024879770
Email: support@getvera.com
Web: support.getvera.com
Hours of Operation: Monday ? Friday 12:00am to 6:00pm Pacific Time

Hi John,

Thanks for your message.
I already called support and then opened a ticket using email, but I didn’t get a reply yet.
If there’s going to be an update in June, it basically means all the light switches in my house are unusable for the next month - which to me is unacceptable. Especially given the fact that ZWave associations are basic functionality. I mean, how am I going to explain the wife we can’t turn our lights on and off? :wink:

Is there a way to downgrade to the previous firmware in the meantime?

Hi John, is possible to make associations using the AssociotionSet variable in advanced settings?

Hey Alan,

You’re right, AssociationSet will also work.
http://wiki.micasaverde.com/index.php/Luup_UPnP_Variables_and_Actions#ZWaveDevice1

But for least to non technical people, contacting tech support will still be the prefered option so we can apply the temporary fix, then you will be able to do it from the interface and the dedicated menu options.

It’s not necessary to downgrade if you don’t encounter any other problems that might be related to the last build

A quick update on this issue: I contacted support and John remotely fixed the ability to set associations.
Thanks gain John for the quick support!