Skip to content
Discussion options

You must be logged in to vote

It seems that the "set sleep cycle" (0x19) command must be complemented by the "store device configuration" (0x21) command. Otherwise, the paxcounter will revert to the initially/last configured sleep cycle (stored in NVRAM) after it wakes up from deep sleep. I also noticed that the new sleep cycle will not be applied immediately. Instead, it takes another sleep cycle with the old duration before the new settings are applied for all subsequent cycles.

To set the sleep cycle to 600 seconds (dec: 60, hex: 0x3C), use the following byte sequence (hex):
0x19 0x00 0x3C 0x21

Replies: 3 comments 6 replies

Comment options

You must be logged in to vote
5 replies
@SionHuws99
Comment options

@cyberman54
Comment options

@SionHuws99
Comment options

@cyberman54
Comment options

@SionHuws99
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@cyberman54
Comment options

Answer selected by cyberman54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants