Search found 7649 matches
- 23 Aug 2024 12:39
- Forum: Discussions in English
- Topic: Docker container for Z-Way
- Replies: 4
- Views: 17526
Re: Docker container for Z-Way
We are looking into it.
- 23 Aug 2024 12:35
- Forum: Z-Uno
- Topic: Is there a Library available for using a Real Time Clock shield
- Replies: 23
- Views: 56179
Re: Is there a Library available for using a Real Time Clock shield
They usually cost 5-10 EUR on Amazon or 1-5 on AliExpress. You can connect the Z-Uno debug output you PC USB port.
Search for CP2102 or "USB to Serial"
Search for CP2102 or "USB to Serial"
- 19 Aug 2024 14:22
- Forum: RaZberry
- Topic: 4.1.2 Razberry zw0700 error
- Replies: 11
- Views: 37906
Re: 4.1.2 Razberry zw0700 error
Looks, our list of IP interfaces does not match yours. Please do:
Code: Select all
ip a; ip l
- 19 Aug 2024 14:20
- Forum: Discussions in English
- Topic: Updating to Z-Way v4.1.4 fails
- Replies: 4
- Views: 10272
Re: Updating to Z-Way v4.1.4 fails
Please use:
Code: Select all
apt-get update && apt-get install z-way-server
- 07 Aug 2024 16:05
- Forum: Official announcements
- Topic: Z-Way v4.1.4 Release
- Replies: 4
- Views: 33824
Z-Way v4.1.4 Release
Welcome the new Z-Way release v4.1.4 ! Changes since v4.1.3: Z-Wave User Credential Command Class support added Fixed bug with infinite log in S2 queue handling. Fixed WebSocket client request header extra \n\r Improved support of Zigbee devices. More to come soon To know the list of all fixes and i...
- 07 Aug 2024 16:00
- Forum: Todo for the software
- Topic: Ad AV funktions for z-wave to ir devices
- Replies: 1
- Views: 14202
Re: Ad AV funktions for z-wave to ir devices
This is supported in Expert Commands and you can create virtual devices (Code Device) to make nice button in the UI. There is currently no generic way to create a beautiful UI based on this Command Class.
How would you love it to be made?
How would you love it to be made?
- 07 Aug 2024 15:59
- Forum: Todo for the software
- Topic: COMMAND_CLASS_SOUND_SWITCH support
- Replies: 15
- Views: 416707
Re: COMMAND_CLASS_SOUND_SWITCH support
Missed this thread. Don't you have a button in the UI created for each tone? It should be rendered automatically. This works since 2019.
- 07 Aug 2024 15:38
- Forum: Обсуждение на русском / Discussions in Russian
- Topic: Интеграция с Home Assistant
- Replies: 7
- Views: 47661
Re: Интеграция с Home Assistant
Вероятно, интеграция не умеет разбирать по подключениям. Можете глянуть в сурсах:
https://github.com/home-assistant/core/ ... s/zwave_me
https://github.com/Z-Wave-Me/zwave-me-ws
Если не найдёте, мы подключимся. Просто в моменте ресурсов не хватает.
https://github.com/home-assistant/core/ ... s/zwave_me
https://github.com/Z-Wave-Me/zwave-me-ws
Если не найдёте, мы подключимся. Просто в моменте ресурсов не хватает.
- 07 Aug 2024 15:31
- Forum: RaZberry
- Topic: 4.1.2 Razberry zw0700 error
- Replies: 11
- Views: 37906
Re: 4.1.2 Razberry zw0700 error
please update to the new zbw and z-way-server. Then it should be fixed
- 07 Aug 2024 15:26
- Forum: Discussions in English
- Topic: ZWAY in Proxmox LXC Debian Buster
- Replies: 4
- Views: 19189
Re: ZWAY in Proxmox LXC Debian Buster
You need to install additional libraries to your OS: libcurl and libwebsockets
Or keep it as is if you are not going to use any functionality related to HTTP requests and sockets
Or keep it as is if you are not going to use any functionality related to HTTP requests and sockets