Search found 26 matches

by davidtheITGuy
15 Apr 2024 20:08
Forum: Z-Uno
Topic: Boot loader won't upload Zuno2 Rev 7
Replies: 1
Views: 162

Boot loader won't upload Zuno2 Rev 7

Hi, I've just received a new Zuno2 Rev 7 board (previously I've successfully used Rev 6 boards). I am using the VSC extension to develop. I get the following error when attempting to push a new bootloader: Checking image .............................. ERROR_CODEfe Error 0 Selected bootloader image d...
by davidtheITGuy
21 Jul 2023 16:15
Forum: Discussions in English
Topic: ZUNO_CONFIG_PARAMETER_INFO can only be run once
Replies: 3
Views: 1338

Re: ZUNO_CONFIG_PARAMETER_INFO can only be run once

No… this is about being able to read/write (load and save) the values on the zuno after setup and inclusion. There are errors coming from the controller (SL dongle) as I’ve described using ZWave JS a popular controller API
by davidtheITGuy
18 Jul 2023 04:27
Forum: Discussions in English
Topic: ZUNO_CONFIG_PARAMETER_INFO can only be run once
Replies: 3
Views: 1338

ZUNO_CONFIG_PARAMETER_INFO can only be run once

I am using Z-Wave JS UI interface to my SL USB controller to monitor and modify my Zwave network. When I try to create a device parameter on my Zuno (latest generation as of this posting date), I find that Configuration data set at the controller will not work if the Zuno has a call to configure a p...
by davidtheITGuy
17 Jun 2023 06:06
Forum: Z-Uno
Topic: Question on a Supporting a Virtual Device
Replies: 11
Views: 19718

Re: Question on a Supporting a Virtual Device

Yes sir and the Zuno is a great product! Thank you
by davidtheITGuy
15 Jun 2023 17:34
Forum: Z-Uno
Topic: Question on a Supporting a Virtual Device
Replies: 11
Views: 19718

Re: Question on a Supporting a Virtual Device

Yes I’ve looked into parameters but it’s not clear how to dynamically set them from a GUI (server) driven message. Frankly, that’s the problem I think with the Zuno is that it implements several device classes (eg binary switch, dimmer, etc) but the device classes are slave to the ZWave specificatio...
by davidtheITGuy
14 Jun 2023 18:45
Forum: Z-Uno
Topic: Question on a Supporting a Virtual Device
Replies: 11
Views: 19718

Re: Question on a Supporting a Virtual Device

Thanks for this helpful tip. The map() function might work. The use case on this incidentally is for adding an offset value to a DHT12 humidity sensor. I have two issues: 1) how to add a way for the Zuno to report an offset value to correct the output of the DHT12. The map() command might do the tri...
by davidtheITGuy
09 May 2023 23:18
Forum: Z-Uno
Topic: Question on a Supporting a Virtual Device
Replies: 11
Views: 19718

Re: Question on a Supporting a Virtual Device

Thank you for your reply very helpful. I’m still also struggling with wanting to have the ability to select (in a switch of some sort) a negative value on my GUI element that is returned to the Zuno as a setter value…
by davidtheITGuy
05 May 2023 18:56
Forum: Z-Uno
Topic: Question on a Supporting a Virtual Device
Replies: 11
Views: 19718

Question on a Supporting a Virtual Device

Hi all, I have a question about creating a "virtual device" on the Zuno2. According to the reference (as of this posting) the following device functionality is supported: ZUNO_SWITCH_BINARY() ZUNO_SWITCH_COLOR() ZUNO_SWITCH_MULTILEVEL() ZUNO_SENSOR_BINARY() ZUNO_SENSOR_MULTILEVEL() ZUNO_ME...
by davidtheITGuy
28 Jan 2023 23:31
Forum: Z-Uno
Topic: Bug in Plugin for Visual Studio Code
Replies: 7
Views: 2627

Re: Bug in Plugin for Visual Studio Code

Ok using the VSC, Zuno2 Utilities menu option and entering in a floating point value (e.g. 4.0) worked! The power value in the zuno.json file seems to be ignored (currently I have it set to 40, does it need to be a floating point value as well such as 4.0?). Regardless, setting the power value in th...
by davidtheITGuy
28 Jan 2023 19:56
Forum: Z-Uno
Topic: Bug in Plugin for Visual Studio Code
Replies: 7
Views: 2627

Re: Bug in Plugin for Visual Studio Code

Hi, you are correct there is definitely an issue with the Zuno2 power setting of zero. When I use the Arduino IDE, the chip gets the correct power setting when a sketch is uploaded (0x2D) (and inclusion works). However, the VSC sets it to 0 regardless of what I set in the zuno.json file (whatever I ...