Search found 68 matches

by aivs
16 Feb 2022 16:40
Forum: Discussions in English
Topic: Device "not supported" in Home App following upgrade to Z-Wave v3.2.2
Replies: 27
Views: 9488

Re: Device "not supported" in Home App following upgrade to Z-Wave v3.2.2

~nightcrawler~ wrote:
11 Feb 2022 18:54
*UPDATE* Looks like each time HomeKit Gate is restarted it adds to this array. I just restarted the app again and now have three instances of the devices in the array.
Fixed, please test.
https://github.com/Z-Wave-Me/home-autom ... 52888e0ce2
by aivs
27 Jan 2022 13:17
Forum: Discussions in English
Topic: Device "not supported" in Home App following upgrade to Z-Wave v3.2.2
Replies: 27
Views: 9488

Re: Device "not supported" in Home App following upgrade to Z-Wave v3.2.2

Hi! I found the problem. I think you stopped HK, then excluded device #10, and then started HK again. So the device left the controller, but not HK. Now to remove the device from HK you need to: 1) Connect to the raspberry pi via ssh 2) Stop z-way-server sudo /etc/init.d/z-way-server stop 3) Open th...
by aivs
24 Jan 2022 14:19
Forum: Discussions in English
Topic: Device "not supported" in Home App following upgrade to Z-Wave v3.2.2
Replies: 27
Views: 9488

Re: Device "not supported" in Home App following upgrade to Z-Wave v3.2.2

Hi, please attache backup from expert ui, I will test with your devices.
by aivs
11 Jan 2022 14:10
Forum: Discussions in English
Topic: How to send notifications about low battery to Telegram?
Replies: 4
Views: 3013

Re: How to send notifications about low battery to Telegram?

Hi! I use Easy Scripting for all notifications . You can set up any case for notification. In this case, the telegram bot sends a notification if the battery is less than 20 % ### ZWayVDev_zway_2-0-128 if (vdev("ZWayVDev_zway_2-0-128").value() < 20) { var req = {method: "GET", as...
by aivs
06 Oct 2021 00:47
Forum: Discussions in English
Topic: Apple HomeKit Gate exclude devices by default
Replies: 6
Views: 3542

Re: Apple HomeKit Gate exclude devices by default

Hi! We found a bug. Please try this diff. diff --git a/modules/HomeKitGate/index.js b/modules/HomeKitGate/index.js index 06527ea3..75c37492 100644 --- a/modules/HomeKitGate/index.js +++ b/modules/HomeKitGate/index.js @@ -503,11 +503,13 @@ HomeKitGate.prototype.init = function (config) { function upd...
by aivs
12 Jan 2021 23:18
Forum: Discussions in English
Topic: Logical Rule Remote Condition Name Resolving
Replies: 9
Views: 3921

Re: Logical Rule Remote Condition Name Resolving

Did you restart z-way?
it works for me
by aivs
11 Jan 2021 18:19
Forum: Discussions in English
Topic: Logical Rule Remote Condition Name Resolving
Replies: 9
Views: 3921

Re: Logical Rule Remote Condition Name Resolving

Hi!
This will be fixed in the next release.
Now you can fix it manually:
1) Open /opt/z-way-server/automation/modules/LogicalRules/module.json
2) Find all the places with " ,namespaces:devices_toggleButton"
3) Remove the space before the comma
4) restart z-way
by aivs
17 Dec 2020 22:53
Forum: Discussions in English
Topic: Device doesn't have necessary service to change parameters? (manufacturer says it should)
Replies: 10
Views: 5924

Re: Device doesn't have necessary service to change parameters? (manufacturer says it should)

  • Add you device without S2
    Set param 9 = 0
    Get param 9
    Look at log
If it does not return 0, then the parameter cannot accept it.
by aivs
17 Dec 2020 14:24
Forum: RaZberry
Topic: [SOLVED] - HomeKit Bridge Gate Z-Wave - only 1 Fibaro not supported
Replies: 4
Views: 4053

Re: HomeKit Bridge Gate Z-Wave - only 1 Fibaro not supported

Hi!
Try do exclude and re-include devices, changing the Node Id can help.