Search found 7593 matches

by PoltoS
13 May 2024 22:41
Forum: Discussions in English
Topic: Z-Station Firmware Updates and Zwave JS Settings
Replies: 10
Views: 546

Re: Z-Station Firmware Updates and Zwave JS Settings

https://forum.z-wave.me/viewtopic.php?f=3419&t=35944 https://forum.z-wave.me/viewtopic.php?f=3419&t=35945 With one you reported it to work with v4.1.2 (so in v4.1.3 too), so I assume everything is ok. If not, please let me know. As for the other, I replied in the corresponding post, but it ...
by PoltoS
13 May 2024 22:41
Forum: Discussions in English
Topic: Inovelli VZW31-SN Will Not Complete Interview and One Parameter Throws Error When Changing
Replies: 8
Views: 25611

Re: Inovelli VZW31-SN Will Not Complete Interview and One Parameter Throws Error When Changing

Hello! I've checked the log from JasonJoel and I see that the device does not reply to some CCs: Association CC: [2023-09-23 18:44:08.790] [W] [zway] Reply not received before timeout for job (Association Get to node 256) Here I might understand, the device reports the size of the group = 0, but sti...
by PoltoS
13 May 2024 22:14
Forum: Discussions in English
Topic: Z-Station Firmware Updates and Zwave JS Settings
Replies: 10
Views: 546

Re: Z-Station Firmware Updates and Zwave JS Settings

jens_s wrote:
12 May 2024 13:10
When I try to find out the firmware by
./zme_zigbee info -d /dev/ttyUSB1
i get an error Message
-bash: ./zme_zigbee: Permission denied
You might need to do

Code: Select all

chmod +x zme_zigbee
first.
by PoltoS
13 May 2024 22:12
Forum: Discussions in English
Topic: Error updating Z-Station firmware
Replies: 2
Views: 14

Re: Error updating Z-Station firmware

Once you have uploaded the OT firmware, zme_zigbee is not able anymore to communicate with it. You can try the

Code: Select all

./zme_openthread info -d /dev/ttyUSB1
to see the device info and confirm it works.
by PoltoS
13 May 2024 22:08
Forum: Discussions in English
Topic: Ubuntu v4.1.3
Replies: 9
Views: 513

Re: Ubuntu v4.1.3

We have rebuilt the v4.1.3 so it includes the missing library now.
by PoltoS
12 May 2024 03:31
Forum: Discussions in English
Topic: Home Assistant Z-Wave.Me Addon BETA TESTING
Replies: 4
Views: 195

Re: Home Assistant Z-Wave.Me Addon BETA TESTING

You can ignore the errors - it can not detect the mac and ip address, since by default it tries the eth0, which is not the right one in docker.
by PoltoS
12 May 2024 03:27
Forum: Discussions in English
Topic: Z-Station Firmware Updates and Zwave JS Settings
Replies: 10
Views: 546

Re: Z-Station Firmware Updates and Zwave JS Settings

Could you please help us understand what is wrong wit h your LR devices? Z-Way is perfectly working for hundreds of different devices including dozens of LR devices. I'm curious to see the inclusion log.

And yes, Z-Station's antenna is so good that it should work as is.
by PoltoS
10 May 2024 02:06
Forum: RaZberry
Topic: No neighbors & failing nodes
Replies: 4
Views: 367

Re: No neighbors & failing nodes

Pretty strange. I think some reboot fixed it.
by PoltoS
10 May 2024 02:05
Forum: Discussions in English
Topic: Z-Station Firmware Updates and Zwave JS Settings
Replies: 10
Views: 546

Re: Z-Station Firmware Updates and Zwave JS Settings

Those two TX controls will not work on Z-Station - it uses another mechanism available in Z-Way via http://localhost:8083/JS/Run/zway.SerialAPISetupSetTxPower(50) . But the default power should be more than enough! The frequency should also be changed via Z-Way or using the command described here: h...
by PoltoS
10 May 2024 02:00
Forum: Z-Uno
Topic: TimeParameter command class don't show up in ExpertUI
Replies: 5
Views: 847

Re: TimeParameter command class don't show up in ExpertUI

Is your logic running? If so, the sketch is correct. Otherwise, it is in reset mode. Also, make sure the loaded sketch contains the Time Parameter CC. It might be that you included tho Z-Uno with the correct sketch and then loaded another one without, but Z-Uno have not applied those changes until r...