Search found 50 matches
- 05 May 2025 15:26
- Forum: Z-Uno
- Topic: Razberry, Z-Uno, Timeparameter.set?
- Replies: 17
- Views: 15849
Re: Razberry, Z-Uno, Timeparameter.set?
Thank you for answering. I changed as you suggested, it updates the first timestamp after start �************************************** ShowTime_20250421110316.ino ************************************* *** Current 'TimeStamp:' 1746445769 -> 2025-05-05 11:49:29 *** Current 'TimeStamp:' 1746453888 -> ...
- 23 Apr 2025 20:46
- Forum: Z-Uno
- Topic: Razberry, Z-Uno, Timeparameter.set?
- Replies: 17
- Views: 15849
Re: Razberry, Z-Uno, Timeparameter.set?
Thanks for answer. TimeParameter.Set is used in the controller for sending the controllers time to Z-Uno (zway.devices[device_nr].instances[0].commandClasses[139].Set()) and it works perfekt, except for I have to do it manually from the controller. WITH_CC_TIME should (as I understand) send controll...
- 21 Apr 2025 13:45
- Forum: Z-Uno
- Topic: Razberry, Z-Uno, Timeparameter.set?
- Replies: 17
- Views: 15849
Re: Razberry, Z-Uno, Timeparameter.set?
Hello again. Since last time I've tried to make an external RTC work on my Z-Uno 2, (Re: Is there a Library available for using a Real Time Clock shield). That did not work so now i'm back and I have tried your suggested use of ZUNO_ENABLE(WITH_CC_TIME); and changed #define TIME_PERIOD_REPEAT to ((u...
- 13 Sep 2024 16:09
- Forum: Z-Uno
- Topic: Is there a Library available for using a Real Time Clock shield
- Replies: 23
- Views: 41120
Re: Is there a Library available for using a Real Time Clock shield
Is it what you asked for?
- 27 Aug 2024 17:57
- Forum: Z-Uno
- Topic: Is there a Library available for using a Real Time Clock shield
- Replies: 23
- Views: 41120
Re: Is there a Library available for using a Real Time Clock shield
Sorry for this inconvenience. After changing the code a bit it worked just fine. #include "Arduino.h" //#include "Wire.h" #include <ZUNO_DS3232RTC.h> #include <Time.h> #define MY_SERIAL Serial DS3232RTC myRTC; tmElements_t te, te_r; time_t ts; // secs since 1900. void setup() { M...
- 27 Aug 2024 15:50
- Forum: Z-Uno
- Topic: Is there a Library available for using a Real Time Clock shield
- Replies: 23
- Views: 41120
Re: Is there a Library available for using a Real Time Clock shield
I mean, on the CP2102, will I use only 3.3V or both 3.3 and 5V.
- 27 Aug 2024 15:37
- Forum: Z-Uno
- Topic: Is there a Library available for using a Real Time Clock shield
- Replies: 23
- Views: 41120
Re: Is there a Library available for using a Real Time Clock shield
Hi, I will order one and try.
Where can I find info about how to connect to Z-Uno?
Will I use only 3.3V or both?
Where can I find info about how to connect to Z-Uno?
Will I use only 3.3V or both?
- 24 Aug 2024 16:00
- Forum: Z-Uno
- Topic: Is there a Library available for using a Real Time Clock shield
- Replies: 23
- Views: 41120
Re: Is there a Library available for using a Real Time Clock shield
Ok, I understand what it is for, can you give me a link to some place where I can read
about it and understand it better.
Is it possible to find anything in this forum?
I am using Mac, does it differ from PC in this case?
about it and understand it better.
Is it possible to find anything in this forum?
I am using Mac, does it differ from PC in this case?
- 21 Aug 2024 16:34
- Forum: Z-Uno
- Topic: Is there a Library available for using a Real Time Clock shield
- Replies: 23
- Views: 41120
Re: Is there a Library available for using a Real Time Clock shield
Thank you very much for the area tip.
About TX0-issue:
1. What is the serial converter good for?
2. How do I use it?
3. Are there any cheaper alternatives? 845$ is a lot of money.
About TX0-issue:
1. What is the serial converter good for?
2. How do I use it?
3. Are there any cheaper alternatives? 845$ is a lot of money.
- 18 Aug 2024 10:23
- Forum: Z-Uno
- Topic: Is there a Library available for using a Real Time Clock shield
- Replies: 23
- Views: 41120
Re: Is there a Library available for using a Real Time Clock shield
1: I don't know what you mean by cardadapter to TX0, is there any dokumentation you can show me about that? I guess it has something to do with writing errors to som sort of USB or so? 2: About the area where you copied all code to, where you can, at top of the area you can select to mark all code. ...