Search found 147 matches

by fez
22 Mar 2023 11:32
Forum: Discussions in English
Topic: ZigBee Network Access
Replies: 1
Views: 1235

ZigBee Network Access

I just discovered the ZigBee Network Access app.
Which ZigBee USB adapter would you recommend?
by fez
27 Nov 2022 15:04
Forum: Discussions in English
Topic: Android widget
Replies: 3
Views: 1510

Re: Android widget

Is there something newer than this?
https://play.google.com/store/apps/deta ... zwave.zway
by fez
17 Nov 2022 01:07
Forum: Discussions in English
Topic: Android widget
Replies: 3
Views: 1510

Android widget

I was looking forward to use the new Android widget feature, but I am getting this error

Code: Select all

Webpage not available
The webpage at http://xxxx:8083/AndoridWidget?id=...state=on could not be loaded because:

net::ERR_HTTP_RESPONSE_CODE_FAILURE
Any advice on how to tackle this?
by fez
12 Nov 2022 03:13
Forum: Discussions in English
Topic: support: 26 03
Replies: 13
Views: 4422

Re: support: 26 03

To solution is to set both acceptSetSecurityLevel=0 and acceptReportSecurityLevel=0.

Thanks for the support!
by fez
08 Nov 2022 00:14
Forum: Discussions in English
Topic: support: 26 03
Replies: 13
Views: 4422

Re: support: 26 03

I am running version 4.0.0 now and trying to make use of the acceptReportSecurityLevel (=0) feature to work around the reporting issue with the fibaro scene controller devices.
... but it still does not work.
Do you have any further advice?
by fez
11 Oct 2022 23:30
Forum: Discussions in English
Topic: support: 26 03
Replies: 13
Views: 4422

Re: support: 26 03

Thanks for the feedback.
I am looking forward for the update.
by fez
03 Oct 2022 11:20
Forum: Discussions in English
Topic: support: 26 03
Replies: 13
Views: 4422

Re: support: 26 03

Thanks for the hint piet66.
The type is int. The value has been stored.
... still no effect
by fez
30 Sep 2022 20:57
Forum: Discussions in English
Topic: support: 26 03
Replies: 13
Views: 4422

Re: support: 26 03

I have tried this via the "Load custom JavaScript code" module:

Code: Select all

zway.devices[74].data.acceptSetSecurityLevel=0;
... but with no effect
by fez
30 Sep 2022 12:31
Forum: Discussions in English
Topic: support: 26 03
Replies: 13
Views: 4422

Re: support: 26 03

You can set devices[74].data.acceptSetSecurityLevel=0 to allow insecure commands.
Where could I do (add) this?
by fez
29 Sep 2022 22:13
Forum: Discussions in English
Topic: support: 26 03
Replies: 13
Views: 4422

Re: support: 26 03

I actually have a second issue, which falls in this category after looking into the logs. Some of my Fibaro devices (button, swipe) send Central Scene Notifications. I see these in the Zniffer, but these don't show in the Zway events and rules activated by these don't work. I found this in the logs:...