Search found 38 matches

by sega66
13 Mar 2018 22:37
Forum: Z-Uno
Topic: New 2.1.3 build is ready! Z-Uno with Z-Wave Security S2 support!
Replies: 11
Views: 12647

Re: New 2.1.3 test build is ready! Z-Uno with Z-Wave Security S2 support!

PoltoS Thank You ! I really like Z-Uno and right now I'm using 26 channels with the controller Zapato. Z-Uno is now to control the heating of the entire house! Zapato already made changes in the firmware and now the temperature sensors work in the rules. (This is under review). But I do not have eno...
by sega66
13 Mar 2018 15:18
Forum: Z-Uno
Topic: New 2.1.3 build is ready! Z-Uno with Z-Wave Security S2 support!
Replies: 11
Views: 12647

Re: New 2.1.3 test build is ready! Z-Uno with Z-Wave Security S2 support!

My code has a size of 6500 bytes, will it work? Why the Arduino IDE writes 1.8.5 free 32 Kb?
by sega66
11 Mar 2018 15:35
Forum: Z-Uno
Topic: New 2.1.3 build is ready! Z-Uno with Z-Wave Security S2 support!
Replies: 11
Views: 12647

Re: New 2.1.3 test build is ready! Z-Uno with Z-Wave Security S2 support!

That's great news! Where can I find out more about which controllers support Z-Wave security S2? How many channels on the new firmware?
by sega66
05 Mar 2018 09:51
Forum: Z-Uno
Topic: Is release 2.1.2 coming out soon?
Replies: 7
Views: 5755

Re: Is release 2.1.2 coming out soon?

Version 2.1.3 has appeared. What is this version?
by sega66
02 Mar 2018 20:49
Forum: Z-Uno
Topic: Is release 2.1.2 coming out soon?
Replies: 7
Views: 5755

Re: Is release 2.1.2 coming out soon?

When do you plan to release that version?
by sega66
24 Feb 2018 18:28
Forum: Z-Uno
Topic: Z-Uno and Zipato
Replies: 1
Views: 2482

Z-Uno and Zipato

With a new firmware from Zipato, Z-Uno completely stopped working. Prior to the latest firmware, switches and sensors worked, only problems with temperature sensors were problematic. Now nothing works. I wrote in support of Zipato and they said that they do not intend to support Z-Uno. It's a pity...
by sega66
11 Dec 2017 21:30
Forum: Official announcements
Topic: Z-Uno! We are proud to present our new product
Replies: 34
Views: 355579

Re: Z-Uno! We are proud to present our new product

I'm very glad that now I have z-uno and I want to thank its developers!
by sega66
05 Dec 2017 11:06
Forum: Z-Uno
Topic: Controller does not get ack from z-uno
Replies: 22
Views: 18968

Re: Controller does not get ack from z-uno

knst08 Could you please lay out your code completely. I can not figure out how to transfer only one state per cycle. void ZWaveController::main(long millis){ if (millis - timer>100 && !context->zwaveLearning){ lastReportedChannel++; if (lastReportedChannel == 11) lastReportedChannel=1; if(l...
by sega66
04 Dec 2017 12:48
Forum: Z-Uno
Topic: Controller does not get ack from z-uno
Replies: 22
Views: 18968

Re: Controller does not get ack from z-uno

knst08 You did so that each cycle call finds one channel. Could you write how to do this in relation to my code .. #define BTN_1_PIN 8 // #define BTN_2_PIN 7 // byte lastButtonState1; byte lastButtonState2; #define SWITCH_ON 0xff #define SWITCH_OFF 0 ZUNO_SETUP_SLEEPING_MODE(ZUNO_SLEEPING_MODE_ALWA...
by sega66
04 Dec 2017 12:22
Forum: Z-Uno
Topic: Controller does not get ack from z-uno
Replies: 22
Views: 18968

Re: Controller does not get ack from z-uno

petergebruers
I tried your code for 6 switches with debugging. I even tried it for 12 switches. All works well and the delay does not exceed 1 sec.
Problems start if I add sensors: ZUNO_SENSOR_BINARY(ZUNO_SENSOR_BINARY_TYPE_GENERAL_PURPOSE, getter1)
Then a big delay begins...