Search found 133 matches

by Isaksson
06 Sep 2015 11:12
Forum: RaZberry
Topic: Issue - Update device from api
Replies: 24
Views: 22888

Re: Issue - Update device from api

I have now made some more tests and this is absolutely not V8 issue. This is how i made the test and the result: I created 3 dummy devices added them to a dummy room with anonymous access. In external program i added 3 web requests to the dummy devices http://ip:8083/ZAutomation/api/v1/devices/Dummy...
by Isaksson
06 Sep 2015 10:54
Forum: RaZberry
Topic: Issue - Update device from api
Replies: 24
Views: 22888

Re: Issue - Update device from api

Same issue verified on Version 2.1.1 i dont think this is a V8 issue must be something in zway and how it handles incomming requests.
by Isaksson
05 Sep 2015 22:24
Forum: Discussions in English
Topic: Module If Then
Replies: 4
Views: 4983

Module If Then

Module If Then is broken in version v2.1.1 i had to revert to the old version that was included in v2.0.1 to get it to work again.
And please, use version numbers on Modules, it is hard to find the working one when all is version 1.0.0 Stabile
by Isaksson
31 Aug 2015 12:30
Forum: RaZberry
Topic: Issue - Update device from api
Replies: 24
Views: 22888

Re: Issue - Update device from api

We are talking about a delay over 1 second to be sure that it will process the next http request.
And this ofcource is causing a lote of issue with lost information between the systems.

I think that you should at least take a look at this, i thing there could still be some sort of bug causing this.
by Isaksson
30 Aug 2015 23:38
Forum: RaZberry
Topic: Issue - Update device from api
Replies: 24
Views: 22888

Re: Issue - Update device from api

Yes i think you did :) This is not me reading data from Zway - iam sending data. Its not possible to send several Updates to /ZAutomation/api/v1/ at the same time. example, its not possible to update two dummy devices at the same time from external system, this means that you have to handle this on ...
by Isaksson
23 Aug 2015 23:44
Forum: RaZberry
Topic: Issue - Update device from api
Replies: 24
Views: 22888

Re: Issue - Update device from api

I have not heard anything about this?
Is someone working with this issue?
by Isaksson
10 Aug 2015 12:55
Forum: Discussions in English
Topic: UserModule Get config
Replies: 2
Views: 3672

Re: UserModule Get config

I have everything set in the .json file but the question is how to fetch it from the json file in a event handler.
by Isaksson
06 Aug 2015 08:31
Forum: RaZberry
Topic: Issue - Update device from api
Replies: 24
Views: 22888

Re: Issue - Update device from api

Of course, a module should not be more complex then it has to be :)

But i think that you all agree that it should be possible to send two commands once a second through the api?
I hope that you PoltoS take a look at this or maybe send this to the person that could check this issue.
by Isaksson
05 Aug 2015 20:03
Forum: RaZberry
Topic: Issue - Update device from api
Replies: 24
Views: 22888

Re: Issue - Update device from api

pz1 wrote:I do mean the local app LogicalRule.
Thats good ;) so that I not have missed a great rule engine in Z-Way.
by Isaksson
05 Aug 2015 18:47
Forum: RaZberry
Topic: Issue - Update device from api
Replies: 24
Views: 22888

Re: Issue - Update device from api

So by logicalRule you do not mean the Local App logical Rule? i mean that is exactly the kind of module that we could write. Iam using some old nexa buttons and also alote of arduino that is using MQTT for data transfer so at the moment i cant do that only with Z-Way, but i see no problem to use Bey...