-
I have the following RTC Clock + ESP8266 module.
I know that Tasmota has support for DS3231 chip. PCF8563T also works with I2C. I could not find any info on whether Tasmota has drivers for PCF8563T though the following discussion come to a close match: Trying to Tasmotize Ubibot WS1 #17336 Can somebody enlighten me whether any progress has been made to incorporate drivers for PCF8563T? |
Beta Was this translation helpful? Give feedback.
Replies: 7 comments 20 replies
-
PCF85363 is supported since Apr 2022 way before the thread you are refering
|
Beta Was this translation helpful? Give feedback.
-
OK. Something that I learned new. The following messages indicate the driver presence but not the presence of the actual device. I physically disconnected the display but could see the messages. That eliminated part of the confusion that I had as to how the display get detected when it is connected to a different set of pins.
Next I will try soldering the wires as suggested to get the display working. |
Beta Was this translation helpful? Give feedback.
-
The way I simulated loss of internet was to remove the WAN link from the WiFi router. However the router's cache may be giving out the DNS resolution. When this happens I do not see the RTC Clock helping to to get the time synced. All I see is repeated attempts to sync via internet and the syncing resumes when WAN link is restored. In between no attempt is being made to sync from RTC. I do not see RTC driver kicking in immediately after boot like in the example above. |
Beta Was this translation helpful? Give feedback.
-
I have a battery installed. The battery directly supplies power to the chip via a diode (reverse polarity protection and voltage drop I suppose). Anyway I have two units. I will flash the second one also and test in case if the HW is faulty. The default firmware in the unit works fine even with the separate connections of RTC and Display. May be the code changes the pin definition dynamically. Without the battery it always starts time with 00:00 but once the battery is installed, it loads correct time after a powered down period. Although the product is called "WiFi Clock" sellers (all the sellers that I checked) have no instructions published for operation of the device or details about original code. So I have to flash them for any usage of mine (either write my own code or Tasmota) |
Beta Was this translation helpful? Give feedback.
-
Looking at your pictures, what made you think you have a PCF85363? From what I see it looks more like a BM8563 also supported by Tasmota. |
Beta Was this translation helpful? Give feedback.
-
No issue. "To err is human!". Thanks @arendst. Even I was dumb not being able to distinguish the difference. I will try the suggestion. Thanks for being with me all this long. I am also learning new things. I will let you know how it goes. I want to configure this device as a NTP server for few Tasmota devices which use some timers where internet connection will not be available except when some manual intervention is made. |
Beta Was this translation helpful? Give feedback.
-
Enabling NTP Server Just for completeness of the post, I am adding the steps that I followed in enabling the NTP server.
I have two devices running Tasmota 12.3.1.3.
Initially I had a |
Beta Was this translation helpful? Give feedback.
Finally!