Set Date & Time #301
Unanswered
amarinelli-1994
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a device based on ESP32 with internal RTC as PD.
I want to set Date & Time with my CP.
The CMD_TDSET | 0x6D | Time and Date Set is deprecated and not implemented.
The OSDP documentation suggests to use TEXT command to set date & time with the format “GeneralizedTime” as defined in ISO 8601
Unfortunatelly, when I update the RTC, the new time is far from the last timestamp saved by PD and this generate an offline behavious of the PD.
There is a better method to update the RTC pd time?
Thanks,
Andrea
Beta Was this translation helpful? Give feedback.
All reactions