-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Set the time #6
Comments
pmax library supports this already:
https://github.com/irekzielinski/PowerMaxAlarm/blob/42d8c8e639ade2b1e608a9eb4cef6e9dfb31589e/Libraries/PMax/pmax.cpp#L620
hope this helps
Irek Zielinski
… On 26 Jul 2022, at 21:49, Element2 ***@***.***> wrote:
Hi,
Not sure if this is still alive, but if so:
I use this PowerMaxEsp8266 application (https://github.com/ayasystems/PowerMaxEsp8266)
It does everything I need, except it does not sync the NTP time info it has with the Powermax panel.
So I want to try this to implement myself. It uses your Powermax lib.
I understand you can not comment on another application, but I'm looking for some pointers to get me on the right track.
Thanks!
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.
|
This methode is called by your lib itself regularly? |
time setting is part of download mode from what I remember (on holidays now and no pc access). esp has to have time set.
Irek Zielinski
… On 27 Jul 2022, at 15:40, Element2 ***@***.***> wrote:
Thanks for your reply.
So if the ESP8266 has the correct time, I can just call (only) this methode?
The panel has not to be in download mode first?
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you commented.
|
Sorry I bothered you on your holiday. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
Not sure if this is still alive, but if so:
I use this PowerMaxEsp8266 application (https://github.com/ayasystems/PowerMaxEsp8266)
It does everything I need, except it does not sync the NTP time info it has with the Powermax panel.
So I want to try this to implement myself. It uses your Powermax lib.
I understand you can not comment on another application, but I'm looking for some pointers to get me on the right track.
Thanks!
The text was updated successfully, but these errors were encountered: