Search found 226 matches
- 16 Apr 2025 19:10
- Forum: Discussions in English
- Topic: Z-Wave.Me future (discussion)
- Replies: 25
- Views: 1479459
Re: Z-Wave.Me future (discussion)
I have ca. 50 Z-Wave devices, many of them hiden in the wall behind switches. So re-adding them to a new controller would be difficult. As long as your Razberry 7 Pro controller is working well, there's no reason to migrate to a new controller. Out of an abundance of caution, you could purchase a s...
- 14 Apr 2025 19:31
- Forum: RaZberry
- Topic: RaZberry 7 Pro defective?
- Replies: 3
- Views: 6915
Re: RaZberry 7 Pro defective?
My understanding is that Z-Wave.Me firmware will blink the LED when the application layer firmware starts running. There's a chance the board is not dead, but simply has bad firmware. You can try to reinstall the Z=Wave.Me firmware over a serial port by following the instructions here: https://z-wav...
- 06 Apr 2025 22:48
- Forum: Discussions in English
- Topic: Z-Wave.Me future (discussion)
- Replies: 25
- Views: 1479459
Re: Z-Wave.Me future (discussion)
The closing of Z-Wave.Me is unfortunate, but it's not catastophic. @PoltoS provided a detailed explanation of what we can expect - see: https://forum.z-wave.me/viewtopic.php?f=3417&t=36140&p=100028 My summary of the situation... Z-Wave.Me controllers will continue to operate as they do today...
- 01 Apr 2025 23:59
- Forum: Discussions in English
- Topic: Z-Wave.Me future (discussion)
- Replies: 25
- Views: 1479459
Re: Z-Wave.Me future (discussion)
The approach you've describer will mostly work, but it's not ideal for the following reasons: 1. The controller switch approach will cause the new controller to have a node ID that is not 1. While a controller with a ID node that's different than 1 should work, it will introduce some subtle problems...
- 24 Mar 2025 02:16
- Forum: Discussions in English
- Topic: Any way to expose battery level as an object?
- Replies: 8
- Views: 8238
Re: Any way to expose battery level as an object?
The results from the 2 curl commands look normal. The first command returns the Z-Way's data dictionary for the battery command class. It shows the battery value is in the data tag "last", as expected. The second command returns Z-Way's internal representation for the Virtual Device (JavaS...
- 23 Mar 2025 23:52
- Forum: Discussions in English
- Topic: Any way to expose battery level as an object?
- Replies: 8
- Views: 8238
Re: Any way to expose battery level as an object?
It looks like the virtual device is working based on the event history. I don't know why the UI is showing 0%. Perhaps the semicolon in the JavaScript expression should be removed. On a tangent, the virtual device isn't querying the door lock (i.e., impacting the battery life) - it's simply querying...
- 23 Mar 2025 23:38
- Forum: Discussions in English
- Topic: Any way to expose battery level as an object?
- Replies: 8
- Views: 8238
Re: Any way to expose battery level as an object?
The virtual device is set up to update its value once per hour. I'm guessing you did not wait for the value to update itself. You can trigger an update by clicking on the clock icon/timestamp on the main UI for the virtual object or you can wait an hour and the updated battery level should appear. P...
- 23 Mar 2025 08:17
- Forum: Discussions in English
- Topic: Any way to expose battery level as an object?
- Replies: 8
- Views: 8238
Re: Any way to expose battery level as an object?
Yes, definitely possible. Assuming your lock has a Z-Wave node ID of 18, run this command to confirm the battery level value is returned: curl -s -u admin:[YOUR ZWAY ADMIN PASSWORD] --globoff "http://127.0.0.1:8083/ZWave.zway/Run/devices[18].instances[0].commandClasses[128].data.last.valueOf()&...
- 08 Feb 2025 02:36
- Forum: Discussions in English
- Topic: Change of controller role
- Replies: 11
- Views: 18735
Re: Change of controller role
Adding/reinforcing what @lanbrown wrote... Secondary controllers have been deprecated in the Z-Wave standard as they are incompatible with S2 security. They were part of the original Z-Wave specification that envisioned users having a portable/battery-operated controller and a line-powered stationar...
- 07 Feb 2025 20:11
- Forum: Discussions in English
- Topic: Change of controller role
- Replies: 11
- Views: 18735
Re: Change of controller role
Based on your troubleshooting, it looks like communication to your RazBerry card (over the serial port) is not working correctly and the expert UI is not showing you accurate information. As a result, you may be chasing a red herring. The /var/log/z-way-server.log file will show if there's a problem...