Search found 7 matches

by ianakapilotlight
19 Jun 2021 17:19
Forum: Z-Uno
Topic: Multiple channels of the same type (and referencing them in Smartthings)
Replies: 13
Views: 11679

Re: Multiple channels of the same type (and referencing them in Smartthings)

I cannot help you, my HC2 is switched off... I use a HC3 at the moment. You can upload your sketch, here, and hope that someone else reads your post and works it out for you. Just a quick update I've got it working, see final code /* * Airing Cupboard Z-Wave controller * Monitors the Zone 1 & Z...
by ianakapilotlight
13 Jun 2021 18:41
Forum: Z-Uno
Topic: Multiple channels of the same type (and referencing them in Smartthings)
Replies: 13
Views: 11679

Re: Multiple channels of the same type (and referencing them in Smartthings)

I cannot help you, my HC2 is switched off... I use a HC3 at the moment. You can upload your sketch, here, and hope that someone else reads your post and works it out for you. Believe me, I do appreciate your response. I have built a few projects with the Z-Uno. I have an 8 channel relay board sat i...
by ianakapilotlight
13 Jun 2021 16:35
Forum: Z-Uno
Topic: Multiple channels of the same type (and referencing them in Smartthings)
Replies: 13
Views: 11679

Re: Multiple channels of the same type (and referencing them in Smartthings)

Try to change the associations, the "M" and "S" columns on HC2 are important I had a look at the post you identified. S, M, makes no sense. Even uploading the sketch for the 8 binary sensors, excluding, including, setting M only. Still doesn't work most annoying. Are these simpl...
by ianakapilotlight
12 Jun 2021 22:10
Forum: Z-Uno
Topic: Multiple channels of the same type (and referencing them in Smartthings)
Replies: 13
Views: 11679

Re: Multiple channels of the same type (and referencing them in Smartthings)

Let me know if that helps, or if you need more explanation. I think you misunderstood the problem. I too can only receive reports from one binary sensor. Sensor one works as expected, but Sensor two fails to work. My Zwave controller is a Fibaro HC2 with the most up-to-date firmware, my Z-Uno has v...
by ianakapilotlight
12 Jun 2021 18:16
Forum: Z-Uno
Topic: Multiple channels of the same type (and referencing them in Smartthings)
Replies: 13
Views: 11679

Re: Multiple channels of the same type (and referencing them in Smartthings)

Hi, Sure, it works for ZUNO_SWITCH_BINARY , I did it, to get/set 2 LEDs linked to the Z-Uno. ZUNO_SETUP_CHANNELS( ZUNO_SWITCH_BINARY(getterLed1, setterLed1), ZUNO_SWITCH_BINARY(getterLed2, setterLed2) ); From my Z-Wave controller, the eedomus, I can turn on or turn them off. The status is correctly...
by ianakapilotlight
17 Sep 2019 23:49
Forum: Recipes
Topic: Z-uno all channels do not work with HC2
Replies: 6
Views: 26220

Re: Z-uno all channels do not work with HC2

Hello, Did you solve this problem? I have a very similar problem. My Z-Uno had connected - 8 Binary switches operating an 8 channel relay board 2 Temperature sensors, Ranging -30 to + 30 1 Power meter 1 Lux sensor This was all working fine, I upgraded the firmware to 2.1.5 and now I am struggling to...
by ianakapilotlight
18 Nov 2017 13:10
Forum: Z-Uno
Topic: Unstable I2C communication
Replies: 4
Views: 6448

Re: Unstable I2C communication

Hello,

Does your code for the z-uno and arduino mega 2560 use all the available digitial & analogue pins on the mega 2560?

Thanks