Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Set/synchronize the spa clock? #43

Open
rct opened this issue Nov 18, 2023 · 0 comments
Open

Set/synchronize the spa clock? #43

rct opened this issue Nov 18, 2023 · 0 comments

Comments

@rct
Copy link

rct commented Nov 18, 2023

Is there a way using Geckolib to set the clock on the spa to the correct time?

If not, is this something that could be possible with geckolib?

FWIW, I noticed my spa didn't adjust for the end of daylight savings time. Additionally the spa's clock seemed to be fast by about 9 minutes. I probably noticed this because my in.touch2 unit wasn't communicating with the gecko servers. (It was trying to connect to intouch.geckoal.com and getting bad a misformatted ICMP port unreachable that never got back to the intouch.2. I was able to work around that by adding a host entry to my router that pointed intouch.geckoal.com to intouch2.geckoal.com.)


In case it helps, though the debugging process I did see at least the time synchronization request that my steamlinx unit sends to the gecko server: <SYNCH>ATIME</SYNCH>

The response from the Gecko server appears to be <SYNCH>TIMEAymd?hms</SYNCH> The ymd,hms values are in binary not ascii, so 0x170b12 for 23-11-18 (today). The ? for me was an 0x06 between the ymd and hms. Not sure of the significance of that 0x06, a fixed separated or some timezone indicator?

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant