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

Rheem Water Heater #29

Open
wants to merge 43 commits into
base: main
Choose a base branch
from
Open

Conversation

klinquist
Copy link

@klinquist klinquist commented Feb 15, 2024

Ready for review.

@klinquist
Copy link
Author

This is ready for review. Vacation mode now works.

@klinquist klinquist marked this pull request as ready for review March 7, 2024 20:44
@@ -263,10 +294,27 @@ void espHomeSubscribeBtleRequest() {
void espHomeSwitchCommand(Map<String, Object> tags) {
sendMessage(MSG_SWITCH_COMMAND_REQUEST, [
1: [ tags.key as Integer, WIRETYPE_FIXED32 ],
2: [ tags.state ? 1 : 0, WIRETYPE_VARINT ],
2: [ tags.state != null ? 1 : 0, WIRETYPE_VARINT ],
3: [ tags.state as String, WIRETYPE_LENGTH_DELIMITED ]
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This was a bug I fixed based on the protobuf file.

@klinquist
Copy link
Author

hah @ady624 looks like we are stepping on each other :) Are you done with your commits? If so, I'll re-merge from master.

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

Successfully merging this pull request may close these issues.

3 participants