-
Notifications
You must be signed in to change notification settings - Fork 6
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
dishwasher.cycleData0 .. dishwasher.cycleData4 very unclear #9
Comments
I was watching the data as the dishwasher ran tonight, and I noticed that I got regular updates for |
Ok here's what I've determined so far:
|
So actually, while cycleTime doesn't change for old entries after a powercycle, new entries don't seem to follow the same logic. I ran the dishwasher and got cycleTime=14099. Then I power cycled and about 9 hours later ran it again, and got cycleTime=12451. Now I'm confused again. |
@Hixie you are correct in your analysis of the fields. Hopefully I can clarify the cycleTime dropping as you observed. System time is only stored in non-volatile memory once per 24 hours. So any power cycle can drop the system time back by up to 23 hours and 59 minutes. |
Cool, thanks. How about cycleNumber? Occasionally I see it go to 1, but I can't figure out what that means. Normally it's 0. |
The I wouldn't expect it to change if you are normally running the "AutoSense" cycle. You likely saw it go to 1 when you ran a "Heavy" cycle. |
That doesn't seem right. I'm running heavy right now and it's still zero. |
The |
The documentation does not say what the
dishwasher.cycleData0
todishwasher.cycleData4
fields mean.What data about what cycle is it?
What is a "cycle time"? What are its units?
What is a "cycle number"? Why do all 5 "cycleDataN" fields say "cycleNumber=0"?
Does this change when the dishwasher is running? (I should test it. I don't get any subscription notifications, but I also don't get any notifications for
cycleState
. I do forcycleStatus
.)The text was updated successfully, but these errors were encountered: