Search found 7594 matches

by PoltoS
10 May 2024 02:00
Forum: Z-Uno
Topic: TimeParameter command class don't show up in ExpertUI
Replies: 5
Views: 880

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: 9
Views: 517

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

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

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

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

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

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
by PoltoS
23 Apr 2024 13:00
Forum: Discussions in English
Topic: Z-Station Firmware Updates and Zwave JS Settings
Replies: 11
Views: 591

Re: Z-Station Firmware Updates and Zwave JS Settings

Sorry, I don't understand your question. Please provide more info about Z-Way issues: logs.
by PoltoS
22 Apr 2024 10:18
Forum: Discussions in English
Topic: Z-Way docker in Home Assistant (Add-on) access ID
Replies: 2
Views: 322

Re: Z-Way docker in Home Assistant (Add-on) access ID

Yes, you need to remove the ZBW package with all user files and install it back. We will fix the docker soon