Search found 7586 matches

by PoltoS
10 May 2024 02:06
Forum: RaZberry
Topic: No neighbors & failing nodes
Replies: 4
Views: 268

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: 3
Views: 312

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

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: 7
Views: 424

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

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

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

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...
by PoltoS
23 Apr 2024 13:09
Forum: Z-Uno
Topic: TCS34725 Adafruit Color sensor
Replies: 3
Views: 421

Re: TCS34725 Adafruit Color sensor

You can copy this lib (the .cpp and .h files) to a folder inside libs (create one) and then change all I²C commands to the corresponding I²C commands in Z-Uno SDK. Once it works, we can guide you how to contribute (or just send to us and we put it in git)
by PoltoS
23 Apr 2024 13:04
Forum: RaZberry
Topic: No neighbors & failing nodes
Replies: 4
Views: 268

Re: No neighbors & failing nodes

Have you changed your RaZberry? Or still the same board? Please upgrade your RaZberry 7 firmware and then re-try the network update