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!