Andre0512 / pyhOn

Control hOn devices with python
MIT License
470 stars 1.76k forks source link

Add support for Wizard devices #18

Open seidler2547 opened 11 months ago

seidler2547 commented 11 months ago

I have a Hoover HDPN 4S603PX dishwasher which only works with the Hoover Wizard app. However, it is possible to integrate this into ioBroker, and looking into the ioBroker adapter code at https://github.com/TA2k/ioBroker.hoover/blob/main/main.js it seems that there are only a few changes between hOn and Wizard devices. (see where this.config.type !== "wizard" is used.) Would it be possible to allow this library to also implement those differences?

Andre0512 commented 11 months ago

Hi, have you tried the hOn app? Some devices works with both. The ioBroker code looks really similar, but I can't say in detail whether there is anything fundamentally different from what we do here. If you have the skills to integrate it and figure out which switches we have to add for hoover wizzard, I will be happy to merge it here. It would be nice to support another api.