Search found 3 matches

by azvarga
25 Dec 2018 06:56
Forum: Z-Uno
Topic: multiple sensors and vera
Replies: 41
Views: 38414

Re: multiple sensors and vera

Okay, figured it out. It was a matter of order of the code Now working with 3 digital outputs and 6 digital inputs. LOVE the Z-Uno board ! /* This sketch is used to interface the Genmon Raspberry Pi microprocessor to the Z-Uno Z-wave Arduino processor to provide a Z-wave interface between the genera...
by azvarga
24 Dec 2018 22:19
Forum: Z-Uno
Topic: multiple sensors and vera
Replies: 41
Views: 38414

Re: multiple sensors and vera

/* This sketch is used to interface the Genmon Raspberry Pi microprocessor to the Z-Uno Z-wave Arduino processor to provide a Z-wave interface between the generator and the VERA Plus home controller PI Z-Uno STATUS_READY 16 18 STATUS_ALARM 18 19 STATUS_SERVICE 22 17 STATUS_RUNNING 26 20 STATUS_EXER...
by azvarga
24 Dec 2018 22:17
Forum: Z-Uno
Topic: multiple sensors and vera
Replies: 41
Views: 38414

Re: multiple sensors and vera

Avis/all, I am able to get the inputs outputs working with VERA and then in a different sketch (thanks to Avis) I can get five inputs to work. Now I am struggling to get 3 outputs and 5 inputs working in the same sketch. Compiles fine and the outputs work but the inputs are behaving strange and very...