Search found 7588 matches

by PoltoS
12 May 2024 03:31
Forum: Discussions in English
Topic: Home Assistant Z-Wave.Me Addon BETA TESTING
Replies: 3
Views: 130

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: 5
Views: 373

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: 295

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: 5
Views: 373

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: 734

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...
by PoltoS
10 May 2024 01:57
Forum: Discussions in English
Topic: Ubuntu v4.1.3
Replies: 8
Views: 472

Re: Ubuntu v4.1.3

Thanks for the feedback, we found that the file was not copied in the build. Please put this file in the /opt/z-way-server/libs folder: https://storage.z-wave.me/tmp/libgattlib.so
by PoltoS
10 May 2024 01:31
Forum: Discussions in English
Topic: help me
Replies: 1
Views: 39

Re: help me

Please clarify your questions. What is Z-Cloud?
by PoltoS
10 May 2024 01:30
Forum: Discussions in English
Topic: HTTP Device with auth Bearer Token
Replies: 7
Views: 1231

Re: HTTP Device with auth Bearer Token

Do you mean not at all? You will get no data. If you add an anonymous user or enable the Z-Wave/Zigbee API with no authentication, you can connect without the token. But this is not recommended for production unless you know what you are doing
by PoltoS
23 Apr 2024 15:39
Forum: Discussions in English
Topic: Mathematica
Replies: 5
Views: 458

Re: Mathematica

The problem with + looks to be because your device have numbers in strings and not in numbers, and the extension does not convert strings to number before +. So it just concatenates strings. The best is to fix both Math and your original device creator app - it should save numbers and not strings. t...