Search found 48 matches

by droll
08 Mar 2020 21:03
Forum: Device specific
Topic: BeNext / iHome tag reader
Replies: 7
Views: 25582

Re: BeNext / iHome tag reader

Hi PoltoS, I have checked the logs and found the Tag Reader event is received pretty much immediately (saying in less than 0.2 seconds). The job to respond with the SwitchBinary.Set command is then also added immediately, but the completion of this job is then delayed by 4-7 seconds. This was the su...
by droll
08 Dec 2019 19:17
Forum: Device specific
Topic: BeNext / iHome tag reader
Replies: 7
Views: 25582

Re: BeNext / iHome tag reader

Hello, The BeNEXT/iHome Tag Reader does not work anymore well since I have migrated to Z-Way version 3 (v3.0.1). Or more precisely, the optional notification does not work anymore reliably. The reason is that the Z-Way controller has to issue the notification to the Tag Reader very quickly after rec...
by droll
24 Nov 2018 11:34
Forum: Discussions in English
Topic: Google Home integration
Replies: 7
Views: 8610

Re: Google Home integration

After upgrading from version 2.3.4 to version 2.3.8 I just found that the Google Home App is available. I tried to enable it, bug got the following error message: SmartHome UI ERROR: Unable to update data What are your experience with the Google Home app? Has somebody got the same error and could yo...
by droll
19 Oct 2017 23:01
Forum: Z-Uno
Topic: Compilation error with 2.1.1 release
Replies: 5
Views: 5879

Re: Compilation error with 2.1.1 release

The 2.1.1 release from today (Oct 19) is indeed fixing this first problem. Thank you for the fix. But wouldn't it be adequate to increase the release number to differentiate clearly between the versions you release? The next compilation problem is if the application (sketch) contains a local library...
by droll
19 Oct 2017 00:31
Forum: Z-Uno
Topic: Compilation error with 2.1.1 release
Replies: 5
Views: 5879

Compilation error with 2.1.1 release

The existing applications are not compiling anymore with revision 2.1.1. if the path to the user home directory contains spaces. With previous revisions this worked well. Here is the compilation log: C:\Program Files (x86)\Arduino\arduino-builder -dump-prefs -logger=machine -hardware C:\Program File...
by droll
27 Jul 2017 14:10
Forum: Z-Uno
Topic: Watchdog timer
Replies: 1
Views: 4024

Watchdog timer

My Z-Uno application is hanging every couple of weeks, without responding anymore to any events. I have to perform a manual power cycle to reboot the application again. My initial assumption was that a stack overflow, but I think there should be sufficiently headroom to avoid that this is happening....
by droll
05 Jun 2017 21:38
Forum: Discussions in English
Topic: Z-Way 2.2.4 not supporting HTTP POST requests -> Resolved
Replies: 7
Views: 9951

Re: Z-Way 2.2.4 not supporting HTTP POST requests

The source of the problem is not the side of the z-Way web server, but on the side of my HTTP client. For HTTP POST requests the header 'Content-Length' should be provided if no chunked encoding is used, even if the body (query string) is empty (length=0). However my HTTP client is omitting this hea...
by droll
02 Jun 2017 16:15
Forum: Discussions in English
Topic: Z-Way 2.2.4 not supporting HTTP POST requests -> Resolved
Replies: 7
Views: 9951

Re: Z-Way 2.2.4 not supporting HTTP POST requests

I have rechecked the behavior of zWay 2.3.4 and 2.2.0. Here is what I see using my HTTP logger: Using a GET request I see the following LOG with zWay version v2.3.4: Request: GET /JS/Run/zway.controller.data.softwareRevisionVersion.value HTTP/1.1 Accept: */* Host: 192.168.1.21:8083 User-Agent: Tcl h...
by droll
18 May 2017 00:51
Forum: Discussions in English
Topic: Z-Way 2.2.4 not supporting HTTP POST requests -> Resolved
Replies: 7
Views: 9951

Re: Z-Way 2.2.4 not supporting HTTP POST requests

No reply? Is it the wrong forum for this post?
by droll
13 May 2017 23:28
Forum: Z-Uno
Topic: Z-Uno Quick Start Guide
Replies: 23
Views: 72309

Re: Z-Uno Quick Start Guide

Nice work! This document will make the first steps with z-uno even more easy.