Beiträge von reox42

    Yes, the time is working fine. Also the timezone settings are correct (If i set it to auto, I end up with UST instead - which is to be expected). I also think that it is just an cosmetic error.

    But what about the summer time setting? If I set Summer time to ON (tz_dst=1), does it mean summer time is applied when required and it switches back to standard time after summer? Because I read somewhere else that you must do the switch manually if you do not use the auto setting, which would be a PITA...

    Ah okay ja verstehe! ja dynamische IPs sind ein Problem. Aber ich hab zB meinen "heimwireguard" so eingerichtet, dass er auch funktioniert wenn ich mich im heimischen WLAN befinde und Netzwerkwechsel klappen bei mir eigentlich problemlos - komisch, dass das beir dir nicht klappt.

    Allerdings nutze ich es in erster Linie für DNS (zwecks pihole) und selten mal für ssh oder WOL. Einmal im Monat muss ich dann die Verbindung kappen weil ich ne neue v4 bekomme - das könnte man sich wohl wegautomatisieren, bzw es gibt da ja jeden Monat einen post auf der mailingliste ob sie endlich ein DNS check einbauen, wobei es nie so klingt als ob das irgendwann mal implementiert wird...

    I have some Shelly device in a no-internet environment. However, there is a local NTP server available and I configured the shelly via the API like this:

    Code
    curl "$SHELLYIP/settings?tzautodetect=false&tz_dst=1&timezone=Europe/Berlin&lat=52.5&lng=13.4&sntp_server=10.0.0.1"

    The time (and DST) is correct and everything works. However, I'm greeted all the time with the message "Could not get the Time zone list! There is no Internet connection!" - which is a bit weird, because I disabled the automatic timezone detection? Is there something else I should configure or is this simply a message that will always appear if there is no internet access?

    Further, I'm not sure if the setting tz_dst means the device will stay forever on DST or does it still switches back to normal time (i.e. this year on the 30th of October)?

    Thanks in advance!