Search found 7579 matches

by PoltoS
23 Apr 2024 15:39
Forum: Discussions in English
Topic: Mathematica
Replies: 5
Views: 271

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

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: 2
Views: 51

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: 2
Views: 56

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

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
by PoltoS
22 Apr 2024 03:06
Forum: Discussions in English
Topic: Home Assistant Integration
Replies: 3
Views: 171

Re: Home Assistant Integration

Only in Expert UI
by PoltoS
22 Apr 2024 03:05
Forum: Discussions in English
Topic: V4.1.2: steadily increasing cpu load
Replies: 30
Views: 26400

Re: V4.1.2: steadily increasing cpu load

I doubt that... But who knows - new libs might fix it
by PoltoS
22 Apr 2024 03:01
Forum: Z-Uno
Topic: TimeParameter command class don't show up in ExpertUI
Replies: 3
Views: 108

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

Sure it us not in rescue mode? Is your sketch still running?
by PoltoS
12 Apr 2024 01:39
Forum: Z-Uno
Topic: version 3.0.12
Replies: 20
Views: 3112

Re: version 3.0.12

Thank you for your posts, we are following them. We plan to get to them by the end of this month and check all your findings.
by PoltoS
12 Apr 2024 01:32
Forum: Z-Uno
Topic: Binary sensor on HC1 does not work
Replies: 3
Views: 173

Re: Binary sensor on HC1 does not work

Please send your sketch to the support with a detailed explanation and reference to this post.They will try to reproduce it and check