Search found 4 matches

by hschokker
18 May 2018 14:53
Forum: Z-Uno
Topic: Z-Uno to readout wallswitches and send state to domoticz
Replies: 5
Views: 4969

Re: Z-Uno to readout wallswitches and send state to domoticz

It kinda works with the large (ugly and inefficient) code below: // LED pin number // 13 pin - user LED of Z-Uno board #define LED_PIN 13 // Define buttons // 18 pin - button(BTN) of Z-Uno board #define BTN1_PIN 9 #define BTN2_PIN 10 #define BTN3_PIN 11 #define BTN4_PIN 12 #define BTN5_PIN 14 #defin...
by hschokker
18 May 2018 13:49
Forum: Z-Uno
Topic: Z-Uno to readout wallswitches and send state to domoticz
Replies: 5
Views: 4969

Re: Z-Uno to readout wallswitches and send state to domoticz

Ok, I will try that.

Which pins are used for programming sketches? Is that on TX 0 / RX 0 (pins 24/25) or are pins 7 and 8 (TX 1 / RX 1) also used?
by hschokker
16 May 2018 17:17
Forum: Z-Uno
Topic: Z-Uno to readout wallswitches and send state to domoticz
Replies: 5
Views: 4969

Re: Z-Uno to readout wallswitches and send state to domoticz

First hurdle, it seems z-uno only has 10 channels I can use. https://z-uno.z-wave.me/Reference/ZUNO_SETUP_CHANNELS/ This would mean I need either 2 z-uno for all of my ~18 wallswitches or I need to use 1 channel to 'activate' a button press and 1 or multiple other channels to send the state of all s...
by hschokker
10 May 2018 11:29
Forum: Z-Uno
Topic: Z-Uno to readout wallswitches and send state to domoticz
Replies: 5
Views: 4969

Z-Uno to readout wallswitches and send state to domoticz

In my home I have put signal wire to each wallswitch leading to 1 point in my house. (wire lengths 1 meter up to 15 meter) The wallswitches have 2 switch positions, 1 that connects the 2 wires and the other one that leaves them unconnected. In domoticz I would like to know when the state of the swit...