Search found 18 matches

by coolbloke1324
20 Mar 2018 15:43
Forum: Discussions in English
Topic: z-way-server does not start in Stretch
Replies: 37
Views: 47657

Re: z-way-server does not start in Stretch

Hey folks,

Not ideal, but you can install libssl1.0.0 on stretch by running:

Code: Select all

wget http://ftp.de.debian.org/debian/pool/main/o/openssl/libssl1.0.0_1.0.1t-1+deb8u7_amd64.deb
sudo apt install ./libssl1.0.0_1.0.1t-1+deb8u7_amd64.deb
After this, I was able to run z-way-server on stretch.
by coolbloke1324
07 Jan 2016 15:03
Forum: Discussions in English
Topic: Error: Too many bindings to one dataholder
Replies: 36
Views: 52079

Re: Error: Too many bindings to one dataholder

This problem means too many bindings are made to the same data holder. What are you doing specifically? I have an If... Then... on the sensor so if there is movement it turns on a light. This is the only thing I have reacting to that sensor. Many others here are experiencing the same issue. I think...
by coolbloke1324
20 Dec 2015 14:49
Forum: Discussions in English
Topic: Error: Too many bindings to one dataholder
Replies: 36
Views: 52079

Re: Error: Too many bindings to one dataholder

It's interesting that the function 113 is where the errors are occurring in all our logs.
by coolbloke1324
14 Dec 2015 13:27
Forum: Discussions in English
Topic: Error: Too many bindings to one dataholder
Replies: 36
Views: 52079

Re: Error: Too many bindings to one dataholder

FYI In my network, device 35 is an Aeon Labs Multisensor 6. The light it is switching on and off (via scenes) is an Aeon Labs RGB Bulb.
by coolbloke1324
14 Dec 2015 13:24
Forum: Discussions in English
Topic: Error: Too many bindings to one dataholder
Replies: 36
Views: 52079

Re: Error: Too many bindings to one dataholder

Hey, yes I'm running 2.2.0. It seems to happen just after setting the light dimmer to 99 or 0 when the motion sensor activates.
by coolbloke1324
08 Dec 2015 15:58
Forum: Discussions in English
Topic: Realtime Socket Communication With z-way-server
Replies: 5
Views: 5334

Re: Realtime Socket Communication With z-way-server

Hmm that seems like a really nice way to do it... So where do you put that code? Is it in a "Load custom JavaScript code" app? Instead of sending a UDP packet I'm going to setup a bash script to run wget to an HTTP listener localhost which will effectively send a message into a Node.js pro...
by coolbloke1324
08 Dec 2015 15:34
Forum: Discussions in English
Topic: Realtime Socket Communication With z-way-server
Replies: 5
Views: 5334

Re: Realtime Socket Communication With z-way-server

pz1 wrote:I do it the other way around; i.e. send status change events via UDP to a third party UDPListener. See Recipe section
But do those changes get sent in realtime or is it still polling for changes internally?
by coolbloke1324
08 Dec 2015 15:09
Forum: Discussions in English
Topic: Error: Too many bindings to one dataholder
Replies: 36
Views: 52079

Error: Too many bindings to one dataholder

I'm seeing an error in my zway events log (/smarthome/#/events):
Cannot create vDev based on: 23-0-113: Error: Too many bindings to one dataholder
This is happening quite a lot. Does anyone know why this would happen and what it means / how to rectify it?
by coolbloke1324
07 Dec 2015 16:10
Forum: Discussions in English
Topic: Realtime Socket Communication With z-way-server
Replies: 5
Views: 5334

Realtime Socket Communication With z-way-server

Whilst polling every second works ok, it would be way better to have a reatlime feed that we could connect to. Is it possible to have a listener built into z-way-server that would allow a Node.js (or whatever) process to open a connection and then receive realtime notifications pushed from the z-way...
by coolbloke1324
03 Dec 2015 12:41
Forum: Discussions in English
Topic: Max number of devices reached
Replies: 4
Views: 5598

Re: Max number of devices reached

PoltoS wrote:Hope you will enjoy now!
Loving it! so happy to get my zwave network back! :):)