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

Does writing to all the fields make sense? #18

Open
Hixie opened this issue Jul 8, 2016 · 2 comments
Open

Does writing to all the fields make sense? #18

Hixie opened this issue Jul 8, 2016 · 2 comments

Comments

@Hixie
Copy link

Hixie commented Jul 8, 2016

The documentation has examples of writing to all the fields it documents except analogData, including, for example, personality. Given that the personality is hard-coded from either boot ROM or jumpers, it seems unlikely that writing to it makes any sense. Does it really do anything? Is it safe to do?

If writing to the personality field isn't actually sensible, what about other fields? Will dishwashers respond to having operatingMode written to? What about cycleStatus? reminders? userConfiguration?

@Hixie
Copy link
Author

Hixie commented Jul 8, 2016

In particular, I tried writing 0 to reminders and nothing changed. (I was hoping this might be a way to reset the reminders, see #16.)

@johnnysako
Copy link

Only several of the options are writable (attempts to write other data will be ignored):

  • dishwasher.disabledFeatures
  • dishwasher.doorCount
  • dishwasher.userConfiguration
  • dishwasher.error
  • dishwasher.controlLock
  • dishwasher.rates (I don't recommend writing)

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