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 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?
The text was updated successfully, but these errors were encountered:
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.
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?The text was updated successfully, but these errors were encountered: