You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed that MachineState isn't applicable for each Machine. I got an state 6 that is a self-test in Tumble Dryer. Will be better create a class and extend it for each machine I guess.
Yes, MachineState was initially the washing machine state only, but as we added more appliance types some of them reused MachineState. Some appliances have their own state enum in model.py (ovens for example), so if tumble dryers need their own state enum, I'm more than happy to fix this if you send me the list of values and their meaning.
hello,
for the washing machine it would be useful to have a binary sensor that indicates the status of the door, open or closed.
it's possible?
Thank you.
@TheBisk does your washing machine expose this information in the API? My washing machine doesn't have this information in the response, but based on contributions from others, dishwashers and tumble dryers expose this.
I noticed that MachineState isn't applicable for each Machine. I got an state 6 that is a self-test in Tumble Dryer. Will be better create a class and extend it for each machine I guess.
The text was updated successfully, but these errors were encountered: