Search found 5 matches

by jiri.homolka22
03 Jun 2015 18:22
Forum: RaZberry
Topic: How stable send UDP message?
Replies: 7
Views: 5144

Re: How stable send UDP message?

Script after start RaspberryPi

Code: Select all

#!/bin/bash

clear

echo "Zastavovani sluzby z-way-server ......"
sleep 10
sudo service z-way-server stop
sleep 10

echo "Spousteni sluzby z-way-server ......"
sleep 10
sudo service z-way-server start
sleep 10
by jiri.homolka22
03 Jun 2015 18:21
Forum: RaZberry
Topic: How stable send UDP message?
Replies: 7
Views: 5144

Re: How stable send UDP message?

I have Fibaro multisensory and Fibaro wall plug. Creating the JavaScript file is not a problem and even ZWave connected devices. Yes, the service-of-way server with desert after startup, but often does not start and you need to restart it. Adding the script after the start RaZberry that two consecut...
by jiri.homolka22
03 Jun 2015 17:05
Forum: RaZberry
Topic: How stable send UDP message?
Replies: 7
Views: 5144

Re: How stable send UDP message?

I have Fibaro Dimmer FGD211 ... It is possible that the error could be that udp accept messages through the Loxone and not through OpenRemote? I am trying to break in only the sending of raspberry B+. With a set .syscommands I did nothing .. could you tell me what should be the shape? Thank you for ...
by jiri.homolka22
03 Jun 2015 08:57
Forum: RaZberry
Topic: How stable send UDP message?
Replies: 7
Views: 5144

Re: How stable send UDP message?

I also updated to version 2.0.1-RC35, but the problem continues. For the first time, everything turned on, but the second problem reappeared. So far, neither version worked. Can you think of anything I could still try?
by jiri.homolka22
02 Jun 2015 14:01
Forum: RaZberry
Topic: How stable send UDP message?
Replies: 7
Views: 5144

How stable send UDP message?

Dear Sirs, I would like to ask you for advice, if it would be possible. Let me please describe it: It is all about the RaZberry system, version 2.0.1-rc33 and the module Z-wave. My goal is to get the UDP communication working. After I have added an external java script file (see enclosure) through S...