Add support for Wizard devices #18
Labels
No Label
bug
dependencies
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: GitHub/pyhOn#18
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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?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.