Search found 35 matches

by KGBEl
23 Apr 2024 17:24
Forum: Z-Uno
Topic: TimeParameter command class don't show up in ExpertUI
Replies: 3
Views: 155

Re: TimeParameter command class don't show up in ExpertUI

If rescue mode changes to normal state after reset, it is in normal state.
by KGBEl
23 Apr 2024 16:22
Forum: Z-Uno
Topic: TimeParameter command class don't show up in ExpertUI
Replies: 3
Views: 155

Re: TimeParameter command class don't show up in ExpertUI

Yes it is running.

How do I know if it's in rescue mode?
by KGBEl
18 Apr 2024 20:41
Forum: Z-Uno
Topic: TimeParameter command class don't show up in ExpertUI
Replies: 3
Views: 155

TimeParameter command class don't show up in ExpertUI

Hi, earlier I have been able to update the internal clock in my Z-Uno (ver 2), via TimeParameter command class. For som unknown reason I changed frequence to RU and lost contact with Z-Uno. So I removed it via "Failed node" before I noticed the frequence fault. Then I excluded Z-Uno it fro...
by KGBEl
21 Mar 2024 13:34
Forum: Z-Uno
Topic: Razberry, Z-Uno, Timeparameter.set?
Replies: 12
Views: 1431

Re: Razberry, Z-Uno, Timeparameter.set?

Thanks a lot!
by KGBEl
19 Mar 2024 23:25
Forum: Z-Uno
Topic: Razberry, Z-Uno, Timeparameter.set?
Replies: 12
Views: 1431

Re: Razberry, Z-Uno, Timeparameter.set?

Ahh, I missed that.
Is that 3.0.12?
by KGBEl
17 Mar 2024 17:16
Forum: Z-Uno
Topic: Razberry, Z-Uno, Timeparameter.set?
Replies: 12
Views: 1431

Re: Razberry, Z-Uno, Timeparameter.set?

Sorry for interruping again, I can't find any ZWCCTime.cpp.
Ther are ZWCCTimer.cpp and ZWCCTimerParametrs.cpp but niether of them contains:

#define TIME_PERIOD_REPEAT ((uint64_t)8 * 60 * 60 * 1000 * 1000)//8 hours

What have I done wrong?
by KGBEl
17 Mar 2024 13:43
Forum: Z-Uno
Topic: Razberry, Z-Uno, Timeparameter.set?
Replies: 12
Views: 1431

Re: Razberry, Z-Uno, Timeparameter.set?

Thank you very much, i'll try that.
by KGBEl
17 Mar 2024 13:42
Forum: Z-Uno
Topic: Btn.addButton() with interrupt
Replies: 8
Views: 803

Re: Btn.addButton() with interrupt

Thank you very much for your answers, appreciated.
by KGBEl
15 Mar 2024 19:09
Forum: Z-Uno
Topic: Btn.addButton() with interrupt
Replies: 8
Views: 803

Re: Btn.addButton() with interrupt

One more question, is there a plan for getting an callback on BtnButtonModeExtInt?
by KGBEl
15 Mar 2024 19:07
Forum: Z-Uno
Topic: Btn.addButton() with interrupt
Replies: 8
Views: 803

Re: Btn.addButton() with interrupt

Thank you for answering.

If I understand you right, there is no way to use BtnButtonModeExtInt and get an
answer to pushed button without polling the Btn.xxxx for events.

Best is to use attachInterrupt() an work around?