3.2.1 and devices that don't need to be displayed in HomeKit

Discussions about Z-Way software and Z-Wave technology in general
LenMaroko
Posts: 20
Joined: 02 Mar 2020 22:11

3.2.1 and devices that don't need to be displayed in HomeKit

Post by LenMaroko »

THANKS!

Managed to install 3.2.1 with the help of command
sudo apt --fix-broken install (some Mosquito disturbing)

My complaints regarding 3.2.0 and "Devices that don't need to be displayed in HomeKit" is heard and is now fixed 😁

BUT in order to use it I have to remove the bridge in the Home App and RENAME the "Name as it appears in iOS devices" to a new every time. Otherwise the Home App "Add new device" does not find Z-way when searching. (can't replicate this behavior 🧐)

Also removed and reinstalled the Apple HomeKit Gate (please also note new Apple HomeKit Pin), restarted the RPi4B with the command SUDO REBOOT.

But more Happy now!
Great!

Thanks to PoltoS & Co
xurg
Posts: 52
Joined: 17 Aug 2020 22:38

Re: 3.2.1 and devices that don't need to be displayed in HomeKit

Post by xurg »

Where did you get 3.2.1? I don't see it in what I think is the official repo: https://repo.z-wave.me/z-way/raspbian/p ... ay-server/
Raspberry Pi 3 Model B Rev 1.2
Raspbian GNU/Linux 10 (buster)
RaZberry ZW0500 1024/2 SDK: 6.82.01 API: 05.39
Z-Way version v4.1.0
LenMaroko
Posts: 20
Joined: 02 Mar 2020 22:11

Re: 3.2.1 and devices that don't need to be displayed in HomeKit

Post by LenMaroko »

Not yet a good idea to install the test version of 3.2.1
xurg
Posts: 52
Joined: 17 Aug 2020 22:38

Re: 3.2.1 and devices that don't need to be displayed in HomeKit

Post by xurg »

Agreed. FWIW, I think in a way 3.2.0 is also a test version, there hasn't been made an official announcement yet as far as I can see. But that's what we're here for, right?
Raspberry Pi 3 Model B Rev 1.2
Raspbian GNU/Linux 10 (buster)
RaZberry ZW0500 1024/2 SDK: 6.82.01 API: 05.39
Z-Way version v4.1.0
User avatar
PoltoS
Posts: 7562
Joined: 26 Jan 2011 19:36

Re: 3.2.1 and devices that don't need to be displayed in HomeKit

Post by PoltoS »

@xurg It is here https://storage.z-wave.me/z-way-server/

Please check all critical issues with v3.2.0 are gone. We are collecting early adopters feedback before doing a final release.
LenMaroko
Posts: 20
Joined: 02 Mar 2020 22:11

Re: 3.2.1 and devices that don't need to be displayed in HomeKit

Post by LenMaroko »

Ok PoltoS: Here is my install sequence!

pi@raspberrypi3Bplus:~ $ cat /etc/os-release
PRETTY_NAME="Raspbian GNU/Linux 10 (buster)"
NAME="Raspbian GNU/Linux"
VERSION_ID="10"
VERSION="10 (buster)"
VERSION_CODENAME=buster
ID=raspbian
ID_LIKE=debian
HOME_URL="http://www.raspbian.org/"
SUPPORT_URL="http://www.raspbian.org/RaspbianForums"
BUG_REPORT_URL="http://www.raspbian.org/RaspbianBugs"

pi@raspberrypi3Bplus:~ $ wget https://storage.z-wave.me/z-way-server/ ... _armhf.deb
--2021-09-17 22:05:02-- https://storage.z-wave.me/z-way-server/ ... _armhf.deb
Resolving storage.z-wave.me (storage.z-wave.me)... 185.25.224.210
Connecting to storage.z-wave.me (storage.z-wave.me)|185.25.224.210|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 19634752 (19M) [application/x-debian-package]
Saving to: ‘z-way-3.2.1_armhf.deb.5’
z-way-3.2.1_armhf.d 100%[===================>] 18.72M 2.21MB/s in 12s
2021-09-17 22:05:14 (1.57 MB/s) - ‘z-way-3.2.1_armhf.deb.5’ saved [19634752/19634752]

pi@raspberrypi3Bplus:~ $ sudo dpkg -i z-way-3.2.1_armhf.deb
(Reading database ... 42519 files and directories currently installed.)
Preparing to unpack z-way-3.2.1_armhf.deb ...
Stopping z-way-server: done.
Unpacking z-way-server (3.2.1) over (3.2.1) ...
dpkg: dependency problems prevent configuration of z-way-server:
z-way-server depends on libmosquitto1 (>= 2.0.10); however:
Version of libmosquitto1:armhf on system is 1.5.7-1+deb10u1.
dpkg: error processing package z-way-server (--install):
dependency problems - leaving unconfigured
Processing triggers for systemd (241-7~deb10u8+rpi1) ...
Errors were encountered while processing:
z-way-server

pi@raspberrypi3Bplus:~ $ sudo apt --fix-broken install
Reading package lists... Done
Building dependency tree
Reading state information... Done
Correcting dependencies... Done
The following additional packages will be installed:
libmosquitto1
The following packages will be upgraded:
libmosquitto1
1 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
1 not fully installed or removed.
Need to get 82.6 kB of archives.
After this operation, 49.2 kB of additional disk space will be used.
Do you want to continue? [Y/n] y
Get:1 https://repo.mosquitto.org/debian buster/main armhf libmosquitto1 armhf 2.0.12-0mosquitto1~buster1 [82.6 kB]
Fetched 82.6 kB in 0s (312 kB/s)
Reading changelogs... Done
(Reading database ... 42519 files and directories currently installed.)
Preparing to unpack .../libmosquitto1_2.0.12-0mosquitto1~buster1_armhf.deb ...
Unpacking libmosquitto1:armhf (2.0.12-0mosquitto1~buster1) over (1.5.7-1+deb10u1) ...
Setting up libmosquitto1:armhf (2.0.12-0mosquitto1~buster1) ...
Setting up z-way-server (3.2.1) ...
Raspberry Pi 3B/3B+ Detected. Disabling Bluetooth
Opened config/zddx/c7cdb7c3-DevicesData.xml
Starting z-way-server: done.
Processing triggers for libc-bin (2.28-10+rpt2+rpi1) ...

pi@raspberrypi3Bplus:~ $ sudo reboot
LenMaroko
Posts: 20
Joined: 02 Mar 2020 22:11

Re: 3.2.1 and devices that don't need to be displayed in HomeKit

Post by LenMaroko »

Did some testing with on one Fibaro Door/win.

Test Apple HomeKit Gate 2.2.1 in server 3.2.1

iOS 15.0
iPhone 8

Apps:
HomekitGate 073-80-946 RaZberry5
Uppträder som Z-Way 5 (I added the 5)

Devices that don't need to be displayed in HomeKit
-Battery Polling
-Dear Expert User
-Cloud Backup Instructions
-Sensor General purpose (2)
FibaroTemp1
-FibaroAlmH2
FibaroWin1
-FibaroTamp
-Fibaro Alarm System (2)
-Fibaro Battery (2)

Show FibaroTamp, save, no tags -> shows up in Home

Remove bridge in HomeKit, keep name RaZberry5 -> Add bridge in Home
Icon shows up with correct name RaZberry5, added devices in rooms
Bridge shown as Z-Way

Change name on FibaroWin1 to FibaroWin in Apps:Apple HomeKit Gate
Save in Apps:Apple HomeKit Gate
Name changed in Home

Remove (dont dispaly in HomeKit) FibaroTamp in Apps:Apple HomeKit Gate
Save in Apps:Apple HomeKit Gate
in Home: Icon FibaroTamp indicates with House(Home) symbol and Not supported

sudo reboot
no change

Remove bridge in HomeKit, keep name RaZberry5 -> Add bridge in Home
Icon shows up with correct name RaZberry5, added devices in rooms
Bridge shown as Z-Way
Removed (dont dispaly in HomeKit) FibaroTamp still shows up in Home
in Home: Icon FibaroTamp indicates with House(Home) symbol and Not supported
NO devices works anymore, 3 devices No answer
sudo reboot
NO devices works anymore, 3 devices No answer

Apps:Apple HomeKit Gate, clicked Activate/Deactivate (pause), Clicked run (run)
2 devices works correctly, removed (dont dispaly in HomeKit) FibaroTamp still shows up in Home
Trinder
Posts: 1
Joined: 20 Sep 2021 22:31

Re: 3.2.1 and devices that don't need to be displayed in HomeKit

Post by Trinder »

Just about every accessory doesn’t require another app other than for initial setup purposes. After setup, you can delete the manufacturer’s app. Their app sometimes has more features included than the regular Home app, but it isn’t a required download to keep after the setup process.
LenMaroko
Posts: 20
Joined: 02 Mar 2020 22:11

Re: 3.2.1 and devices that don't need to be displayed in HomeKit

Post by LenMaroko »

Not used any manufacturer app at all! Only Z-Way!
LenMaroko
Posts: 20
Joined: 02 Mar 2020 22:11

Re: 3.2.1 and devices that don't need to be displayed in HomeKit

Post by LenMaroko »

Good night and good bye !
Post Reply