-
Dear all, I've just updated both hardware (Due => ESP32) and software (2.0 => 4.1) and thanks o the help of @fredlcore all is working fine now 😸 . I've see in config file that we setup NTP server ; so the BSB board know what time is it short time after starting up. Thanks a lot ! |
Beta Was this translation helpful? Give feedback.
Replies: 10 comments 1 reply
-
It would really help if you would at least try to make an effort to search the manual/wiki/custom_code library. Because exactly what you are looking for can be found there. |
Beta Was this translation helpful? Give feedback.
-
I used the given code but no date time update every 10 minutes. The custom command is enabled in config. Any idea ? Thanks |
Beta Was this translation helpful? Give feedback.
-
Sorry, from a distance and without any logs, I can't help you. |
Beta Was this translation helpful? Give feedback.
-
Hi, ok shame on me I didn't removed the comment before the I've "optimized" the things by declaring a Again, thanks a lot for your help ! |
Beta Was this translation helpful? Give feedback.
-
Ok, but what is the advantage to declare it in _global.h and use it in _setup.h when you have it running in the regular _custom.h every hour? Is your heater that inaccurate that after a power-loss the delay will be noticeable within an hour? Usually, the heaters have a battery-buffered clock, so a power-outage would not affect the correct date and time... |
Beta Was this translation helpful? Give feedback.
-
Because of a know hardware issue, my heater doesn't store the clock even after a short power loss. So I don't want to wait a tick (one hour) to be on the right date time. With that I'm directly at the right date time on boot. I should have removed the "every hour time update", as once set, the date time is accurate. But cherry on cake for no cost ! |
Beta Was this translation helpful? Give feedback.
-
Interesting, is this a general known issue of your brand model or know issue of your heater specifically? What heater model is this exactly? |
Beta Was this translation helpful? Give feedback.
-
Yes, regarding forums it's look like an know hardware issue on Atlantic Extensa Duo (and similar with same mainboard, Siemens) even after only 5 or 6 years like mine 😞 ; also note that those models doesn't come with a dead simple 2032 battery to keep this precious information ! Bonus : I ask to myself if that behavior (automatic date / time update on boot when connection with heatpump is ok) shouldn't be "natively" integrated into your program, and activable by removing comment in front of a Side notes:
Thanks |
Beta Was this translation helpful? Give feedback.
-
Ok, thanks for the info. I don't integrate the NTP function because it is not available for the Arduino Due, for example. Also, for some users, it's important that BSB-LAN does not require an external internet connection as well as doing uncontrolled writes to the heating system. |
Beta Was this translation helpful? Give feedback.
-
Yes my cherry on cake was only for esp32 WITH ntp option enabled. |
Beta Was this translation helpful? Give feedback.
It would really help if you would at least try to make an effort to search the manual/wiki/custom_code library. Because exactly what you are looking for can be found there.