Search found 39 matches
- 24 Mar 2025 02:29
- Forum: Discussions in English
- Topic: Any way to expose battery level as an object?
- Replies: 8
- Views: 10476
Re: Any way to expose battery level as an object?
Cool. I'll see in a week or two when the battery drops and if the items update. Thank you so much for your idea and assistance!
- 24 Mar 2025 00:43
- Forum: Discussions in English
- Topic: Any way to expose battery level as an object?
- Replies: 8
- Views: 10476
Re: Any way to expose battery level as an object?
OK, So I clicked the clock -- and the UI showed the proper state, and this was passed into Home Assistant! So that's great. Since it doesn't read the lock, I changed the periodic time to 600 seconds and took out the semi-colon (I put that in just to try anthing). Here's what I get for those URLS: $ ...
- 23 Mar 2025 23:33
- Forum: Discussions in English
- Topic: Any way to expose battery level as an object?
- Replies: 8
- Views: 10476
Re: Any way to expose battery level as an object?
OK, interesting. Something is coming through as there is a history for both lock battery items that show levels. However it is 0% in the UI, and 0% when I make the object visible in Home Assistant. Any ideas? Screenshot 2025-03-23 at 2.32.07 PM.png Screenshot 2025-03-23 at 2.36.47 PM.png Screenshot ...
- 23 Mar 2025 18:13
- Forum: Discussions in English
- Topic: Any way to expose battery level as an object?
- Replies: 8
- Views: 10476
Re: Any way to expose battery level as an object?
Thank you for the reply! OK, the curl command works, and I get back the value of my device (54) and it returns 100 which is the new battery: curl -s -u admin:[PWD] --globoff "http://razip:8083/ZWave.zway/Run/devices[54].instances[0].commandClasses[128].data.last.valueOf()" However, when I ...
- 22 Mar 2025 17:50
- Forum: Discussions in English
- Topic: Any way to expose battery level as an object?
- Replies: 8
- Views: 10476
Any way to expose battery level as an object?
I have a few zwave locks. There is a object that gets passed to Home assistant 'replace battery soon', however the battery level dropped to 28% and this did not trigger. Is there any way that the battery level that can be seen in the expertUI be made available in the regular interface and to the HA ...
- 22 Apr 2024 02:37
- Forum: Discussions in English
- Topic: Home Assistant Integration
- Replies: 4
- Views: 7978
Re: Home Assistant Integration
My mistake, I didn't have Niffler enabled. I have that now, and I think it's working well. Be great to get proper battery status in the HA integration. Does Zway also support reading and writing lock codes? I had this working in the integration that I built, but don't see this ability in the Z-Way UI.
- 06 Apr 2024 18:00
- Forum: Discussions in English
- Topic: Home Assistant Integration
- Replies: 4
- Views: 7978
Home Assistant Integration
Hello, I've updated my old razberry and PI1 to a PI5 and to a newer version v4.1.2-wb1. The HA integration is really nice, simple and easy and I'm migrating away from the custom one that I built using the API. I'm hoping that someone that has locks and blinds and is using the integration might be ab...
- 26 Mar 2024 22:27
- Forum: RaZberry
- Topic: Upgrade using the backup/restore, no access to devices on new zwave
- Replies: 1
- Views: 15599
Re: Upgrade using the backup/restore, no access to devices on new zwave
Just an update to this. The frequency was set to EU, and I had no option to change it. I found this command from a previous post and was able to change my frequency to US and I can change devices now!
curl -u [username]:[password] --globoff '127.0.0.1:8083/JS/Run/zway.ZMEFreqChange(3)'
curl -u [username]:[password] --globoff '127.0.0.1:8083/JS/Run/zway.ZMEFreqChange(3)'
- 26 Mar 2024 18:25
- Forum: RaZberry
- Topic: Upgrade using the backup/restore, no access to devices on new zwave
- Replies: 1
- Views: 15599
Upgrade using the backup/restore, no access to devices on new zwave
Although the 7 is out, I thought I'd use this an opportunity to finally upgrade to a the 500 series card I picked up a while back, so I can see the process when the 7 becomes available here. I have an old (but reliable) setup which has served very well. I'm upgrading from a raspberry pi 2 ZW0301 to ...
- 01 Dec 2023 07:08
- Forum: Discussions in English
- Topic: Z-way installation on Raspberry PI 5
- Replies: 31
- Views: 106884
Re: Z-way installation on Raspberry PI 5
I am trying to also install on a raspberry pi5. Fresh installation, and get the same results after trying twice (the second time I didn't do the initial update check in case something changed) After install I get a library issue: pi@razberry:~ $ sudo /opt/z-way-server/z-way-server /opt/z-way-server/...