Search found 50 matches

by yves
05 Apr 2024 17:10
Forum: Z-Uno
Topic: version 3.0.12
Replies: 20
Views: 4092

Re: version 3.0.12

Hi Nick, for 3.12: One reboot every 6-8hours looks high but finaly not so far from what I see (around 3/days)... I also agree that EEPROM.put() works and does not imply a reboot every time. BUT, if you keep ZWCCBasic writing to EEPROM whenever a switch value is received, then you increase greatly nu...
by yves
27 Mar 2024 17:37
Forum: Z-Uno
Topic: version 3.0.12
Replies: 20
Views: 4092

Re: version 3.0.12

Hi Niky, You will find attached my modifications to 3.12 dec 2023. As a foreword: All modifications are under compilation flags that start with YGN . Today I have defined: #define YGNCHECKDIFFMESSAGE //remove 2 identical consecutive received msg #define YGNREDUCE_hp_time // in relation with above de...
by yves
27 Mar 2024 09:25
Forum: Z-Uno
Topic: version 3.0.12
Replies: 20
Views: 4092

Re: version 3.0.12

Hi Niky, I will send you today all modifications I have made to core files in 3.12. [I have to add some comments to split what I feel is important (from what is 'nice to have' to me :) )] . Yes, I am still having reboots issue with 3.12 around 3/days (!) Compared to less than 2/week for my 3.10 (als...
by yves
26 Mar 2024 08:58
Forum: Z-Uno
Topic: Binary sensor on Fibaro HC3
Replies: 10
Views: 14082

Re: Binary sensor on Fibaro HC3

Hi Manurev I would have added following lines before ZUNO_SETUP_CHANNELS() : //Define 'static inclusion' ZUNO_DISABLE(NO_MULTIBINARY_SWITCH0); //define here all other flags ZUNO_ENABLE( //ZUNO flag requested MODERN_MULTICHANNEL // No clusters, the first channel is mapped to NIF only MODERN_MULTICHAN...
by yves
23 Mar 2024 09:56
Forum: Z-Uno
Topic: Binary sensor on Fibaro HC3
Replies: 10
Views: 14082

Re: Binary sensor on Fibaro HC3

Hi Manurev, If you are still using the code included in above post, then here might be your bug: 'getter()' is THE function that is call by zunoSendReport to know what is the value to send. So replacing: byte getter(void) { return 0; } with: byte getter(void) { return ledColor; } Should leads you cl...
by yves
20 Mar 2024 10:07
Forum: Z-Uno
Topic: version 3.0.12
Replies: 20
Views: 4092

Re: version 3.0.12

Hi, ____ 3.12 vs 3.10 ____ I have made some tests with the same application running under 3.12(29/12/2023) or 3.10, with a Fibaro Home Center 3 as controler. Here are the results: 3.12 ‘better’ points There is a far better management of weak ZWave RF conditions => no more ‘disconnected’ state of the...
by yves
15 Jan 2024 14:23
Forum: Z-Uno
Topic: version 3.0.12
Replies: 20
Views: 4092

Re: version 3.0.12

Hi Alex, I am still using 3.0.10... My first post was to know if it was wise to go to 3.0.12 knowing that there were some moves in git hub... Anyways, I have made some progresses with 3.0.10 and find some improvements: As explained above, my stronger 'crash test' is to send 2 'SET' commands from my ...
by yves
11 Jan 2024 16:37
Forum: Z-Uno
Topic: version 3.0.12
Replies: 20
Views: 4092

Re: version 3.0.12

HI, About the 'improvement' (1) proposed in 2 posts before: Each time child's data are sent to the controler they are repeated for every association group the 'child' belongs to. I am not using association groups, this is why my proposition is efficient for reducing ZWaave traffic and works without ...
by yves
09 Jan 2024 16:12
Forum: Z-Uno
Topic: version 3.0.12
Replies: 20
Views: 4092

Re: version 3.0.12 // BUG in 3.0.10, solved(?)

Hi everyone (even if this post if mainly for developers) :D BINGO ! :D I think I have found THE problem. And, to me, it is not 100% related to Fibaro Home Center 3 behavior: it should be reproducible with every kind of ZWave controller . In fact, previous post and proposed solutions were aiming to s...
by yves
05 Jan 2024 18:11
Forum: Z-Uno
Topic: version 3.0.12
Replies: 20
Views: 4092

Re: version 3.0.12

Hi to everyone that may be interested in Z-uno(2) life with Fibaro controller… This is a long (too long) post that describe what could be called a bug in 3.0.10 firmware . I dont kwow if this is the right place but I don't want to open a new one... I have 4 Z-uno controllers included in a Fibaro Hom...