Search found 62 matches

by Black Cat
28 Jun 2017 23:39
Forum: Z-Uno
Topic: Define ZUNO Channel
Replies: 16
Views: 23277

Re: Define ZUNO Channel

Clipboard01.jpg
Clipboard01.jpg (36.37 KiB) Viewed 15738 times
This is the UI when Binary 1 is switched ON. BInary4 indicates ON, but is not actually ON, it only indicates ON.

Perhaps there is some logic that can be added to turn the UI off? Not sure just thinking out aloud?
by Black Cat
28 Jun 2017 23:31
Forum: Z-Uno
Topic: Define ZUNO Channel
Replies: 16
Views: 23277

Re: Define ZUNO Channel

Thanks, but why would I make or need an association? This is not controlling another device. It is the device, I just need to have the UI indicate correctly. MAybe I have missed something or not understanding a principle? I'm using Home Seer, will test it on Vera over the weekend to see if there is ...
by Black Cat
28 Jun 2017 08:31
Forum: Z-Uno
Topic: Define ZUNO Channel
Replies: 16
Views: 23277

Re: Define ZUNO Channel

I attempted to clean up the code and add the extra 2 channels. I find that UISwitch1 controls UISwitch4, also Button Switch 1 controls Button Switch 4. I still don't see where the interference is as 2 and 3 work as is expected. I think the coding is easier to read in this format, but I do not know i...
by Black Cat
28 Jun 2017 02:55
Forum: Z-Uno
Topic: Define ZUNO Channel
Replies: 16
Views: 23277

Re: Define ZUNO Channel

Thanks for the reply, however, I'm confused as to what has to be moved and how it it separated in the loop()? I have tried {} but I only get compile errors. I'm just not seeing how to do this. If I understand this is the part I have incorrect is in between 1 & 2, see the // part in CAPS below in...
by Black Cat
25 Jun 2017 00:52
Forum: Z-Uno
Topic: converting from Arduino to Z-UNO simple code help needed
Replies: 5
Views: 6668

Re: converting from Arduino to Z-UNO simple code help needed

viewtopic.php?f=3427&t=25083#p69265

As for achievement, a 16 channel Irrigation controller is the aim, but I need to develop it step by step, starting from a 2 channel rely & switch.

The code at the beginning could be similar to what is needed.
by Black Cat
24 Jun 2017 23:58
Forum: Z-Uno
Topic: converting from Arduino to Z-UNO simple code help needed
Replies: 5
Views: 6668

Re: converting from Arduino to Z-UNO simple code help needed

Thanks for the reply, see my questions and sample code in other post.

I will return to this project once I have the 4 channel switch & relay working.
by Black Cat
24 Jun 2017 23:57
Forum: Z-Uno
Topic: Download current sketch on Z-UNO
Replies: 2
Views: 3786

Re: Download current sketch on Z-UNO

Problem solved with new code and new procedure regarding saving files.

Thanks
by Black Cat
24 Jun 2017 23:56
Forum: Z-Uno
Topic: Define ZUNO Channel
Replies: 16
Views: 23277

Re: Define ZUNO Channel

Thanks for the reply, The problem is that there is no documentation about Channels, why are they required and how they are setup. I have deduced that there are 10 channels and assume that they are numbered from 1 to 10 and that they are required to send a report back to the controller however as the...
by Black Cat
22 Jun 2017 09:30
Forum: Z-Uno
Topic: Define ZUNO Channel
Replies: 16
Views: 23277

Define ZUNO Channel

The simple sensor example http://z-uno.z-wave.me/examples/SimpleSensor/ uses: / channel number #define ZUNO_CHANNEL_NUMBER_ONE 1 which I assume is a definition? I don't see any reference to this in the Reference Section, there is a ZUNO_SET_CHANNELS which is used later but not the above. Further in ...
by Black Cat
22 Jun 2017 07:40
Forum: Z-Uno
Topic: Download current sketch on Z-UNO
Replies: 2
Views: 3786

Download current sketch on Z-UNO

Is it possible to download a current sketch that I have on a Z-UNO? I managed to code a switch example, but didn't save it locally. I then starting writing a code for a double switch but couldn't get it working (another error). I then wanted duplicate my first effort, I get a compile error without a...