Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding Associations not possible since 2.3.0 #240

Open
joergs-git opened this issue Feb 18, 2017 · 18 comments
Open

Adding Associations not possible since 2.3.0 #240

joergs-git opened this issue Feb 18, 2017 · 18 comments

Comments

@joergs-git
Copy link

Since my Update to 2.3.0. it's not possible to create new Basic Associations anymore.
I tried it with several battery devices (e.g. Coolcam Door/Window sensor) and woke up the devices a dozen times without any effect. The selected association device simply disappears again.

So I also tried it with mains powered devices (so to avoid any wake-up issues) and the effect is the same.
Any idea how to solve this?

@joergs-git joergs-git changed the title Editing Associations don't work anymore Adding Associations not possible since 2.3.0 Feb 18, 2017
@joergs-git
Copy link
Author

Quickly did another little test:
Setting associations doesnt work with Expert 1.2.0 so I downloaded and tried it with the previous version 1.1.0 where it works fine.

@devTechi
Copy link

Yes. I've got that problem too.

But I don't want to do a rollback if it isn't really necessary.

@joergs-git
Copy link
Author

You don't need to do a full rollback. You can simply branch the old Expert-Part to get it this way working again.... as a temporary solution.

@devTechi
Copy link

Right. I know. I'll give it a try and download the 1.1.0 release and replace the ui under /opt/z-way-server/htdocs/epxert

Thanks @klaasjoerg

@devTechi
Copy link

So I did the downgrade but cannot test it, because I'm not physically around my devices. Will test it later.
Right now the behaviour is the same. The new association came up for a few seconds and gets deleted after that. But without waking up the device no association can be set.

Will report here later.

@devTechi
Copy link

It worked 👍

Just had to wait for the device to wakeup. So with v1.1.0 it is working again.

@aivs
Copy link
Contributor

aivs commented Mar 9, 2017

At first, see description, interface of associations should works according this description:
ORANGE - Selected in UI but not active in device yet
GRAY - Active in device but not selected in UI
BLUE -Selected in UI and active in device

Problems:

  1. All devices that added into association group become GRAY, should be BLUE.
  2. All associations has exclamation mark, what this mean?
  3. After adding new device into association group, it instantly disappears. Then I wake up device and device appears into association group.

In fact, Association work, but ui works not correctly.

See GIF (7mb, wait loading)
default

@aivs aivs added bug and removed testme labels Mar 9, 2017
@vades
Copy link
Contributor

vades commented Mar 10, 2017

This happens because:

  1. Info about associations are (should be) stored in the /config/Configuration.xml
  2. If this file is missing assoc are not stored in configuration but only in the device:
  3. If /config/Configuration.xml is present on your BOX then UI sends correct request. API response is: 200 OK but Configuration.xml is not updated and is empty.
    Because of this the ASSOC does not work correctly.
    This have to be fixed in the backend API

@aivs
Copy link
Contributor

aivs commented Mar 10, 2017

I see the requests to Configuration.xml, but it empty.

2017-03-10 12 07 32

@vades
Copy link
Contributor

vades commented Mar 10, 2017

This have to be fixed in the back-end API. Serguei?

@ronie-z-wave
Copy link
Contributor

Please see also:
Z-Wave-Me/home-automation#423
#225

It is not working - maybe it's something that relies on webserver?

@PoltoS
Copy link
Member

PoltoS commented Mar 10, 2017

I confirm that the problem with POST of Configuration.xml is present. We try to nderstand from which version this started to find the porblem.

@vades vades added the wontfix label Mar 13, 2017
@aivs
Copy link
Contributor

aivs commented Apr 2, 2017

In 2.3.2 can't add Z-Way to associations

Want to add
2017-04-02 19 44 39

After 1 second Z-Way disappeared
2017-04-02 19 44 40

@vades
Copy link
Contributor

vades commented Apr 3, 2017

Because of #225
See my comment:
This happens because..........

@vades vades closed this as completed Apr 3, 2017
@vades vades reopened this Apr 3, 2017
@Kosta-Github
Copy link

any news on this? I would really like to set/tweak some parameters of my devices...

@michaelhq
Copy link

same her with 2.3.6, any workaround or progress on this bug?

@zwave-mke
Copy link

tested on 2.3.7 and is working

@PoltoS
Copy link
Member

PoltoS commented May 30, 2018

Associations do not work if there is an unknown node in the group. For example explicitly add node 232 to a group.

In our old blue UI we were showing it as strikedout to emphasize that it is not in the network.

Please fix that as the full UI stops working with an unknown node in the list

@PoltoS PoltoS reopened this May 30, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

9 participants