Replies: 2 comments 15 replies
-
Looks awesome! It's been on my to-do list for a while, just never got around to it. Got it up and it seems to be adding a lot of different sensors, etc. I will dive into the code a bit later to see what is going on. |
Beta Was this translation helpful? Give feedback.
9 replies
-
Nice work @lllucius ! I will be more than happy to help you getting those changes merged and into HA! Also, check #61 since it is related to some of your changes. PS: I've moved this from an Issue to a Discussion. |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I finally decided to take the Home Assistant plung as I needed to make our Maytag dryer more accessible to my wife. While I'm still working out exactly how that's going to be (voice or tactile), the first thing I needed was an integration that could interact with the dryer.
So, when I figured I might try to enhance the dryer support in this project, but I guess I got a little carried away.
It now presents entities for nearly all attributes for any device. Separate predefined classes aren't required. Mind you, I've only been able to test it with a Maytag dryer as that's all I have, but it should be able to handle any of them. I'm sure there will need to be some sort of handling of specific attributes, but so far, the generic handling seems to be adequate.
You can see the carnage at: https://github.com/lllucius/whirlpool-sixth-sense
The HACS integration is at: https://github.com/lllucius/whirlpool_hacs
I have not submitted a PR since the changes were major, but I'd be happy to do so.
Remember, this whole HA thing is new to me (started research mid-December), so be nice. 😄
I've attached some screenshots from HA to show it actually does work, though I'm SURE there's critters lurking. I'll weed those out as I get further into actually using it.
Beta Was this translation helpful? Give feedback.
All reactions