Search found 6 matches
- 27 Dec 2024 12:29
- Forum: Discussions in English
- Topic: RaZberry 7 Pro serial problem RPI4b bookworm
- Replies: 11
- Views: 70204
Re: RaZberry 7 Pro serial problem RPI4b bookworm
Many thanks for your time @seattleneil. It is solved! I had run lsof -n | grep AMA0 before, but without the sudo . And I got an empty return, as expected. However, thanks to your suggestion I run it with sudo lsof -n | grep AMA0 :roll: and I got agetty 23744 root 0u CHR 204,64 0t0 134 /dev/ttyAMA0 a...
- 26 Dec 2024 20:35
- Forum: Discussions in English
- Topic: RaZberry 7 Pro serial problem RPI4b bookworm
- Replies: 11
- Views: 70204
Re: RaZberry 7 Pro serial problem RPI4b bookworm
Hi, I have a fresh install and I'm having an issue with this setup: Release = Debian GNU/Linux 12 (bookworm) ## Kernel = Linux 6.6.62+rpt-rpi-v8 ## Platform = Raspberry Pi 4 Model B Rev 1.1 Here is the error log: [2024-12-26 18:56:13.850] [D] [zway] Opened device: /dev/ttyAMA0 [2024-12-26 18:56:13.8...
- 24 Nov 2019 18:37
- Forum: Discussions in English
- Topic: How to trigger expert commands from an external application - zway.SendData ?
- Replies: 6
- Views: 90952
Re: How to trigger expert commands from an external application - zway.SendData ?
Thanks @enbemokel, I checked everything also the Notification Report bit. I did not get it to work. I even reset the Siren completely and tried again, no success... Now I don't even get the different sounds any longer using the "Dimmer level" of the Basic command class. No matter what I wr...
- 10 Nov 2019 15:59
- Forum: Discussions in English
- Topic: How to trigger expert commands from an external application - zway.SendData ?
- Replies: 6
- Views: 90952
Re: How to trigger expert commands from an external application - zway.SendData ?
Thanks again enbemokel , very much appreciated. I use also the toggleButton. When I press it I get the following: 0 S - - - 0.20 3 Alarm 3 a 71 5 0 0 0 0 6 16 0 0 25 1 D + + + + 0.15 3 Nonce Get Delivered 3 2 98 40 25 However, the siren does not make any sound. Note that 0 S - - - 0.20 3 Alarm 3 a 7...
- 10 Nov 2019 12:33
- Forum: Discussions in English
- Topic: How to trigger expert commands from an external application - zway.SendData ?
- Replies: 6
- Views: 90952
Re: How to trigger expert commands from an external application - zway.SendData ?
Thanks enbemokel, I'm getting closer. Could you elaborate how to do it in the "secure" way, please? Below is the network queue if I trigger the command via "Expert command", so it seems that by default it uses security Queue length: 5 n U W S E D Ack Resp Cbk Repl Timeout NodeId ...
- 09 Nov 2019 15:41
- Forum: Discussions in English
- Topic: How to trigger expert commands from an external application - zway.SendData ?
- Replies: 6
- Views: 90952
How to trigger expert commands from an external application - zway.SendData ?
Hi, I'm running a z-way-server (version 3.0) on a raspberry pi. Everything works fine. I have besides many other z-wave devices a Devolo Siren (https://www.cd-jackson.com/index.php/zwave/zwave-device-database/zwave-device-list/devicesummary/453) which can play multiple sounds. I can play the differe...