Search found 242 matches

by p0lyg0n1
08 Aug 2022 15:45
Forum: Z-Uno
Topic: Serial.println() will not finish print statements
Replies: 4
Views: 3075

Re: Serial.println() will not finish print statements

Hello. First about Serial, it uses native USB on the first-generation ZUno, built into the chip itself, so it is not very well suited for detailed debugging, especially the device start area. It is quite suitable for displaying repetitive actions in the loop, but you can skip the whole beginning due...
by p0lyg0n1
03 Jun 2022 08:29
Forum: Z-Uno
Topic: [solved] ZUNO_REPORTS_HANDLER() for Z-Uno2
Replies: 7
Views: 4137

Re: ZUNO_REPORTS_HANDLER() for Z-Uno2

Hello. Everything was finally fixed. It's working now. Update the packages. The current beta version is 3.09 beta 12. This time I checked it myself and didn't trust other testers. As I have already said, there was the following global problem - reports were filtered at the SDK level. Among other thi...
by p0lyg0n1
01 Jun 2022 14:58
Forum: Z-Uno
Topic: [solved] ZUNO_REPORTS_HANDLER() for Z-Uno2
Replies: 7
Views: 4137

Re: ZUNO_REPORTS_HANDLER() for Z-Uno2

Hello. As a result, there really are problems with getting reports. They are blocked by the latest version of the SDK. Everything that is not part of the channels of the device is blocked. We'll find a workaround and update the main firmware, but it's not clear how long it will take, because it's in...
by p0lyg0n1
30 May 2022 13:56
Forum: Z-Uno
Topic: [solved] ZUNO_REPORTS_HANDLER() for Z-Uno2
Replies: 7
Views: 4137

Re: ZUNO_REPORTS_HANDLER() for Z-Uno2

Hello. We will check your configuration today. At first glance, according to the description, everything looks working. I will write as soon as there are results.
Sincerely,
Alex.
by p0lyg0n1
30 May 2022 13:52
Forum: Z-Uno
Topic: Z-Uno2 OTA Sketch update
Replies: 3
Views: 2003

Re: Z-Uno2 OTA Sketch update

Hello. You can go back to the old option with the security settings in the IDE "at your own risk". To do this, go to the folder where the additional Arduino IDE packages are stored (use the hyperlink to the configuration file in the settings dialog). Open the "packages" folder an...
by p0lyg0n1
24 May 2022 19:03
Forum: Z-Uno
Topic: [solved] ZUNO_REPORTS_HANDLER() for Z-Uno2
Replies: 7
Views: 4137

Re: ZUNO_REPORTS_HANDLER() for Z-Uno2

Hello. Thank you very much for reminding us about receiving reports. At some point we forgot about them and the code was out of sync, like the example on the site. Fixed the code (reinstall the latest version 3.09.B10 from the beta repository, see the instructions: https://drive.google.com/file/d/13...
by p0lyg0n1
20 May 2022 07:46
Forum: Z-Uno
Topic: [solved] Error setting "thermostat setpoint" and invalid maximum value.
Replies: 3
Views: 2083

Re: Error setting "thermostat setpoint" and invalid maximum value.

Hi, You are probably not using the latest version of Z-Uno. We fixed this issue in beta9. Please check it with 3.09 beta 9. Use this index here http://z-uno.z-wave.me/files/z-uno2/package_z-wave2.me_beta_index.json . If you are already using the beta repository, reinstall the packages according to t...
by p0lyg0n1
16 May 2022 11:22
Forum: Z-Uno
Topic: Z-Uno2 not allowing more than one binary sensor in sketch
Replies: 2
Views: 1757

Re: Z-Uno2 not allowing more than one binary sensor in sketch

Hi, Don't worry, it's easy to solve the problem if it worked for you before. Perhaps the problem is ZUno's adherence to the latest Z-Wave standard, which was caused by certification. To repeat the problem, we need additional information. 1. Which Z-Wave controller are you using. Which version you cu...
by p0lyg0n1
16 May 2022 11:06
Forum: Z-Uno
Topic: Z-Uno2 on VS Code on MacOS: "Cannot read properties of undefined (reading 'core')"
Replies: 1
Views: 1430

Re: Z-Uno2 on VS Code on MacOS: "Cannot read properties of undefined (reading 'core')"

Hi, we will check your case. So far, we have not encountered anything like this. Tell me what version of OS X do you have?

Best regards,
Alex.
by p0lyg0n1
16 May 2022 11:02
Forum: Discussions in English
Topic: NeoPixel library not outputting correctly
Replies: 3
Views: 1978

Re: NeoPixel library not outputting correctly

Hi,
The API has changed since the first version. Now the library supports the ability to work with several tapes at once. Try the examples that come with the Z-Uno core (see the screenshot). Good luck.

Best regards,
Alex.