Search found 190 matches

by bogr
10 May 2016 11:47
Forum: Discussions in English
Topic: Upgraded from 2.0.1 to current, nothing works now.
Replies: 15
Views: 14907

Re: Upgraded from 2.0.1 to current, nothing works now.

I know it doesn't help you guys, but just a thought - for future cases. Before upgrading, shouldn't it be safe to just make a copy of the entire z-way-server lib and then if everything get messed up, a downgrade should just mean copying the backed up file system back to the original? I think you alr...
by bogr
08 May 2016 16:18
Forum: RaZberry
Topic: External request after mouvement detection
Replies: 8
Views: 7478

Re: External request after mouvement detection

Don't know if it's of any difference, but when I call a script I just do: system("/opt/z-way-server/automation/script/test.sh"); and I don't put "sh" in .syscommands, but my looks like: echo /opt/z-way-server/automation/script/test.sh Don't know if the echo goes to the log-file, ...
by bogr
07 May 2016 11:58
Forum: RaZberry
Topic: External request after mouvement detection
Replies: 8
Views: 7478

Re: External request after mouvement detection

Ok, I understand you point about the need for more dynamic handling. I guess that you have entered the values in .syscommands on each line like: /usr/bin/python /opt/z-way-server/automation/script/network_send.py I haven't messed around with python (just bash), but it looks like your python script h...
by bogr
06 May 2016 19:59
Forum: RaZberry
Topic: External request after mouvement detection
Replies: 8
Views: 7478

Re: External request after mouvement detection

Sounds like it might be easier to just use the "HTTP Device" app and configure your URL for "URL for action ON" and then just create a "Logical Rule" with the condition "Fibaro sensor movement" in "Type of condition" and in section "Actions"...
by bogr
03 May 2016 18:01
Forum: RaZberry
Topic: Can't log in under 2.2.2
Replies: 8
Views: 10671

Re: Can't log in under 2.2.2

Can't say I agree. The mentioned problems about logging in and webif has been discussed in the forums and it looks as there're solutions for them. I have never seen the fw as stable as now - no undescribable errors in the logfile, no messages stuck in the queue etc. IMHO these are far more important...
by bogr
11 Apr 2016 22:27
Forum: RaZberry
Topic: Is the latest 2.2.2 ready to go?
Replies: 4
Views: 5345

Re: Is the latest 2.2.2 ready to go?

Is there a place to get notifications about new releases. I thought they were announced in the forums (officially), or is the only way to track the issues on github?

I've had the same issues regarding the login screen...
by bogr
09 Apr 2016 00:51
Forum: Discussions in English
Topic: 2.2.2 Update
Replies: 7
Views: 10221

Re: 2.2.2 Update

didn't know there was a 2.2.2 release. Are there any release notes? Was this announced anywhere?
by bogr
01 Apr 2016 23:59
Forum: RaZberry
Topic: Interview doesnt complete after upgrade to 2.2.0 (Qubino)
Replies: 4
Views: 5280

Re: Interview doesnt complete after upgrade to 2.2.0

I have the same problem (flush 2 relay). But since I also have problems with associations - getting the switch in the UI to trigger when switching the in-wall switch manually - I haven't spent any time on this. A suggestion is to check the logs during the interview, and just paste them here and hope...
by bogr
01 Apr 2016 00:22
Forum: RaZberry
Topic: Webif is switch off
Replies: 34
Views: 63656

Re: Webif is switch off

ok, apparently it was not about the permissions, sorry about that. The problem is the redirection, so run it in a separate shell and it should work, like:

Code: Select all

sudo sh -c "echo 900 > /opt/z-way-server/automation/storage/8084AccessTimeout-6b497208061ec7faae003cdd7f9a035e.json"
by bogr
31 Mar 2016 16:40
Forum: RaZberry
Topic: Custom Widget
Replies: 8
Views: 8185

Re: Custom Widget

ok, I see what you mean. I think I'll just create a copy of the MultiSensor and strip a lot of stuff and eventually turning it into a "SingleSensor", and then I should be set ;). Thanx for the tip.