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

[BUG] Laundry appliance status is reported incorrectly #107

Closed
clint156 opened this issue Aug 22, 2024 · 0 comments · Fixed by #108
Closed

[BUG] Laundry appliance status is reported incorrectly #107

clint156 opened this issue Aug 22, 2024 · 0 comments · Fixed by #108
Labels
bug Something isn't working

Comments

@clint156
Copy link
Collaborator

Describe the bug
Laundry statuses come back as either Offline, available or unavailable form LaundryView. The building block reports this to the app as available, in_use or out_of_service. In the case of Offline, the building block needs to look at the outofservice flag as well as the time remaining status to get the true status of the machine. It will either be out_of_service or uknown.

UnKnown:
Status = Offline
OutOfService flag = 0
time_remaining = unknown

Out_Of_Service
Status = offline
outofservie flag=1

@clint156 clint156 added the bug Something isn't working label Aug 22, 2024
@clint156 clint156 linked a pull request Aug 26, 2024 that will close this issue
16 tasks
@clint156 clint156 mentioned this issue Aug 28, 2024
16 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant