Search found 12 matches

by vwirus
17 Apr 2014 13:24
Forum: RaZberry
Topic: New Home Automation engine and New UI
Replies: 39
Views: 103225

Re: New Home Automation engine and New UI

PoltoS wrote:we want to update it with some good code, not a semi-pseudo-working one
this is very good point but... current master branch is already "semi-pseudo-working" at least in case of automation engine. Isn't it?
Anyway thank you for your work and reply.
by vwirus
16 Apr 2014 22:04
Forum: RaZberry
Topic: New Home Automation engine and New UI
Replies: 39
Views: 103225

Re: New Home Automation engine and New UI

I can see by the state of develop branch that v1.5 is still in heavy development. It's good to see but in other hand master branch wasn't updated for 6 month or so and master is not stable. So maybe there is option for razberry team that you would update master branch with some semi-stable code?
by vwirus
10 Mar 2014 12:03
Forum: RaZberry
Topic: Support CORS - API
Replies: 3
Views: 4972

Re: Support CORS - API

You can do it your own with proxy server - nginx, or in node.js. Ths is temporairy solution.
by vwirus
08 Mar 2014 22:55
Forum: RaZberry
Topic: New Home Automation engine and New UI
Replies: 39
Views: 103225

Re: New Home Automation engine and New UI

I found very interesting restfull API
http://docs.zwayhomeautomation.apiary.io/#devices
would it be also any update for that? It looks like it not have full functionality? am I right?
by vwirus
08 Mar 2014 22:52
Forum: RaZberry
Topic: query php
Replies: 5
Views: 5821

Re: query php

Have you seen this: http://docs.zwayhomeautomation.apiary.io/ It looks like for now what you can do is very limited but... I'm hoping this will be evolving. Use this for start: [url]your_Rpi_ip:port/ZAutomation/api/v1/devices[/url] after listing all devices you might be able to update with PUT reque...
by vwirus
07 Mar 2014 21:40
Forum: RaZberry
Topic: New Home Automation engine and New UI
Replies: 39
Views: 103225

Re: New Home Automation engine and New UI

It looks very promissing. That's what we were waiting for however... it looks like it's not working. UI won't allow to use this module. There is nothing I can do beside creating new rooms there. I'm using lastes firmware (1.5). Is it final there?
by vwirus
07 Mar 2014 21:35
Forum: RaZberry
Topic: query php
Replies: 5
Views: 5821

Re: query php

PHP or different language doesn't matter. One thing you need to figure out is url which has to be called. This URL can be called from browser or any other way. IF you firure it out jus simply call it by f.e.

Code: Select all

<?php
echo file_get_contents('http://yourUrl');
by vwirus
03 Mar 2014 23:03
Forum: Device specific
Topic: Philio PSM02-3 Slim multi-Sensor Support
Replies: 1
Views: 8130

Re: Philio PSM02-3 Slim multi-Sensor Support

I had the same question. This is the answer viewtopic.php?f=3423&t=20264
by vwirus
25 Feb 2014 11:30
Forum: Device specific
Topic: Philio PSM02 (multisensor) support
Replies: 2
Views: 8069

Re: Philio PSM02 (multisensor) support

Thanks a lot!!!!
by vwirus
25 Feb 2014 00:25
Forum: RaZberry
Topic: Conditional schedule ?
Replies: 2
Views: 10295

Re: Conditional schedule ?

Can U sahre with solution?