Search found 10 matches

by Zeloz
23 Aug 2023 08:31
Forum: Z-Uno
Topic: Where to buy
Replies: 2
Views: 10502

Re: Where to buy

Thanks, I'll keep a lookout!
by Zeloz
18 Aug 2023 21:52
Forum: Z-Uno
Topic: Where to buy
Replies: 2
Views: 10502

Where to buy

Was just looking to buy another couple Z-Uno 2 boards but haven't seen them in stock for a while at GEC Inc and Z-Wave.Me (Master distributor), Amazon or Tindie. Are they still being made?
by Zeloz
20 May 2022 21:55
Forum: Z-Uno
Topic: Last Dimmer Bug
Replies: 4
Views: 2147

Re: Last Dimmer Bug

I believe I got it working with support from Homeseer (working for now). Had to update a few things on the Homeseer side and then place the device about a foot away from the Z-Wave base station when adding.
by Zeloz
17 May 2022 07:18
Forum: Z-Uno
Topic: Last Dimmer Bug
Replies: 4
Views: 2147

Re: Last Dimmer Bug

There's definitely something odd going on, I re-ordered the devices in the ZUNO_SETUP_CHANNELS call and put the binary switches at the end. This caused all the multilevel switches to work, and the first binary switch to work but not the second. The last switch sets the previous switch output. (using...
by Zeloz
17 May 2022 04:33
Forum: Z-Uno
Topic: Last Dimmer Bug
Replies: 4
Views: 2147

Last Dimmer Bug

Perhaps I'm overlooking something in my code but for some reason everything but the last dimmer works correctly. The last dimmer activates "Warm1" rather than "Daylight2". Additionally, when setting it from my Z-Wave controller changing/attempting to change "Daylight2" ...
by Zeloz
17 May 2022 04:10
Forum: Discussions in English
Topic: NeoPixel library not outputting correctly
Replies: 3
Views: 2082

Re: NeoPixel library not outputting correctly

Thanks, the example works for the G2
by Zeloz
14 May 2022 08:25
Forum: Discussions in English
Topic: NeoPixel library not outputting correctly
Replies: 3
Views: 2082

Re: NeoPixel library not outputting correctly

This was for the Z-Uno G1. When trying to run the example for G2 I get:
'NeoPixel' does not name a type
by Zeloz
14 May 2022 08:22
Forum: Z-Uno
Topic: Wrong Toolchain ZUno G1 vs ZUno G2
Replies: 4
Views: 2882

Re: Wrong Toolchain ZUno G1 vs ZUno G2

Thank you
by Zeloz
13 May 2022 20:02
Forum: Z-Uno
Topic: Wrong Toolchain ZUno G1 vs ZUno G2
Replies: 4
Views: 2882

Wrong Toolchain ZUno G1 vs ZUno G2

I've tried to run code and update the ZUno 2 on two separate computers (Mac and PC) but I keep getting this error: It seems you try to use toolchain for ZUNO G1, but you have connected ZUNO G2 version 0305 to your PC via COM6. Please use the right toolchain for your board. If you have both boards co...
by Zeloz
13 May 2022 01:42
Forum: Discussions in English
Topic: NeoPixel library not outputting correctly
Replies: 3
Views: 2082

NeoPixel library not outputting correctly

I followed the schematic in the examples for the NeoPixels to invert the signal. I have them hooked up and can produce some colors on the NeoPixel strip, however, the colors are not associated with pixel 1, pixel 2 and so forth. They appear to overlap, perhaps having the wrong buffer length per pixe...