-
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
Reminders don't go away #16
Comments
FWIW, I power-cycled the dishwasher to test if I was handling the |
@Hixie Which version of software do you have running in your control? This was a feature we had started to specify out but I don't recall fully implementing. It is best to clean the filters once/month or after a more intensive set of runs (ie Thanksgiving dinner). |
@johnnysako How do I find out what version I'm using? Pity about the reminders not being fully implemented, that would have been really useful. :-) |
(The filter reminder came back as soon as we started the next cycle.) |
Sorry for the late response. The software version is not available via an ERD. Do you have access to normal commands? |
Sorry, I'm not sure what you mean by ERD or normal commands. My setup is that I have a Green Bean plugged into a dishwasher and a raspberry pi, and on the raspberry pi I run node.js programs that use the gea-plugin-dishwasher SDK. I can run any JavaScript code using the SDK that you'd like me to run. |
This is partly my ignorance of the SDK... I know the embedded code, but not necessarily the SDK side. I found this example code: If you send a cmd of 0x01 with no data it should return the software version. |
I get a 404 for that URL so I'm guessing that's a private repo. I tried running this example: https://github.com/GEMakers/gea-sdk/blob/master/examples/display-info.js I got the following error message, which I don't understand:
However I discovered that a I later confirmed using code similar to the code shown here: Does that help? |
@Hixie sorry for the delay in getting back to you. That does help and I was able to get the source for v7.10 on the UI and v6.16 on the MC. In reviewing it, I only saw the algorithms for Rinse Aid (I don't believe your model includes the HW for this) and Sanitization. The firmware does not seem to be writing to the Clean Filter bit. |
Weird, I'm definitely seeing the bit set. Right now I have both the rinse aid bit set and the clean filter bit set. I haven't been able to figure out what unsets or sets the flags. It seems somewhat random. |
(See also #17) |
My dishwasher (a GE GDF570SGFWW) one day started returning 0x01 (bit 0 set, Clean Filter).
I cleaned both filters, but the reminder didn't go away.
I'm not sure what to do now to clear the reminder.
The text was updated successfully, but these errors were encountered: