Skip to content
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

Open
Hixie opened this issue Jul 7, 2016 · 11 comments
Open

Reminders don't go away #16

Hixie opened this issue Jul 7, 2016 · 11 comments

Comments

@Hixie
Copy link

Hixie commented Jul 7, 2016

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.

@Hixie
Copy link
Author

Hixie commented Jul 7, 2016

FWIW, I power-cycled the dishwasher to test if I was handling the resetCount correctly (thanks to @palisaide for explaining that one in #11), and that apparently reset the reminder bit. I don't want to have to reboot the dishwasher every time I clean the filters, though...

@johnnysako
Copy link

@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).

@Hixie
Copy link
Author

Hixie commented Jul 7, 2016

@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. :-)

@Hixie
Copy link
Author

Hixie commented Jul 8, 2016

(The filter reminder came back as soon as we started the next cycle.)

@johnnysako
Copy link

Sorry for the late response. The software version is not available via an ERD. Do you have access to normal commands?

@Hixie
Copy link
Author

Hixie commented Jul 28, 2016

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.

@johnnysako
Copy link

This is partly my ignorance of the SDK... I know the embedded code, but not necessarily the SDK side. I found this example code:
https://github.com/GEMakers/gea2/blob/master/examples/gea2-spammer.js

If you send a cmd of 0x01 with no data it should return the software version.

@Hixie
Copy link
Author

Hixie commented Jul 29, 2016

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:

/home/ianh/node_modules/gea-adapter-usb/node_modules/node-hid/nodehid.js:28
        this._raw = new (Function.prototype.bind.apply(binding.HID,
                    ^

Error: cannot open device with path 0001:0004:00
    at Error (native)
    at new HID (/home/ianh/node_modules/gea-adapter-usb/node_modules/node-hid/nodehid.js:28:14)
    at Object.exports.bind (/home/ianh/node_modules/gea-adapter-usb/index.js:168:22)
    at configuration.bind (/home/ianh/node_modules/gea-sdk/src/main.js:26:17)
    at configuration.bind (/home/ianh/node_modules/gea-sdk/src/main.js:33:13)
    at configuration.bind (/home/ianh/node_modules/gea-sdk/src/main.js:33:13)
    at Object.configuration.bind (/home/ianh/node_modules/gea-sdk/src/main.js:33:13)
    at Object.<anonymous> (/home/ianh/dishwasher/display-info.js:29:5)
    at Module._compile (module.js:409:26)
    at Object.Module._extensions..js (module.js:416:10)

However I discovered that a dishwasher as per the dishwasher plugin SDK is actually just an appliance in the sense of the gea-sdk, so I can ask for the version number via the dishwasher.version API. If I do that, I get version 1.0.7.10.7.10 from address 0x40, and version 1.0.6.16.6.16 from address 0x44. The UI board is the one at address 0x40, the machine control board is the one at 0x44 (based on the operatingMode reported for each, see issue #4).

I later confirmed using code similar to the code shown here:
https://github.com/GEMakers/gea-sdk#appliancesendcommand-data-callback
...that the version returned from command 0x01 matches the versions described above.

Does that help?

@johnnysako
Copy link

@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.

@Hixie
Copy link
Author

Hixie commented Sep 19, 2016

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.

@Hixie
Copy link
Author

Hixie commented Sep 19, 2016

(See also #17)

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

No branches or pull requests

2 participants