espressif / esp-rainmaker-android

ESP RainMaker Android app sources
https://rainmaker.espressif.com/
Apache License 2.0
95 stars 55 forks source link

Schedule timezones #3

Closed brain113 closed 2 years ago

brain113 commented 3 years ago

Hi, When you enter a schedule time you usually expect it in local timezone. But the device actually interpret it in the GMT timezone. At he moment you have to manually convert desirable time to to GTM timezone to make schedules work as expected.

Is it possible to let the Rainmaker App convert schedule time to GMT when the app set the schedule to a device, and convert the time back to local time when the app reads the schedule from a device?

shahpiyushv commented 3 years ago

@brain113 , you actually need to set the timezone on the device. You can check here for the details. However, it seems that this information is getting missed and we will check on how to make it much more visible. If you have any suggestions, do let us know.

KhushbuShah25 commented 3 years ago

Hi @brain113 , Time zone configuration is now supported. You can update your node to support any time zone provided in the dropdown list.

Thanks.

brain113 commented 3 years ago

Hi @khushbushah2302 Thank you for letting me know! I will try this on this week.

gotfredsen commented 3 years ago

Can the TimeZone be set after the Rainmaker has been started (after provisioning and once connected to the Internet)? That way I can check using an Internet API what my timezone is.

KhushbuShah25 commented 2 years ago

Hi @gotfredsen , Yes. TimeZone can be set after provisioning. TimeZone setting is available in Node details screen.

shahpiyushv commented 2 years ago

Closing this issue since it has been answered.