Hi
I installed the malos-zwave and Z/IP Gateway
and believe ZIP Gateway runs properly as when I query the status
$ systemctl status zipgateway
I get below response
�� zipgateway.service - LSB: start Z/IP Gateway (zipgateway)
Loaded: loaded (/etc/init.d/zipgateway; generated; vendor preset: enabled)
Active: active (running) since Tue 2018-02-27 16:51:06 UTC; 20min ago
Docs: man:systemd-sysv-generator(8)
Process: 449 ExecStart=/etc/init.d/zipgateway start (code=exited, status=0/SUCCESS)
CGroup: /system.slice/zipgateway.service
������527 /usr/sbin/dhcp-helper -b wlan0
������532 /usr/local/sbin/zipgateway –
Feb 27 16:51:05 raspberrypi systemd[1]: Starting LSB: start Z/IP Gateway (zipgateway)…
Feb 27 16:51:06 raspberrypi zipgateway[449]: Starting Z/IP Gateway: zipgatewayRestarting DHCP relay agent:
Feb 27 16:51:06 raspberrypi zipgateway[449]: .
Feb 27 16:51:06 raspberrypi systemd[1]: Started LSB: start Z/IP Gateway (zipgateway).
lines 1-13/13 (END)
Also I just wanted to confirm that while setting up Z/IP Gateway I left it as default
Serial Port : /dev/ttyAMA0. (not default)
IPv6 for gateway - fd000:aaaa::3
IPV6 prefix for noed - fd00:bbbb::1
Now when I try to run
$ avahi-browse _z-wave._udp -r
to get the Z/IP Gateway IP address and list the services
I am not getting any response.
It just gets stuck in the bash shell
And when I try to run
$ ./reference_client -s fd00:aaaa::3
I keep getting error
PSK not configured - using default
connect: Network is unreachable
Error connecting
Could you please help me get pass this issue and connect to Z/IP gateway
Just for reference :
When I run
$ malos_zwave
I get below response
MALOS ZWave starting
You can query specific driver info using port 50000.
FLAGS_psk : 123456789012345678901234567890aa
I/O warning : failed to load external entity "ZWave_custom_cmd_classes.xml"
Could not load Command Class definitions
terminate called after throwing an instance of 'zmq::error_t’
what(): Address already in use
Thanks in Advance