-
Notifications
You must be signed in to change notification settings - Fork 166
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TypeError: this._isBelleLife is not a function #444
Comments
I think that this should be:
|
The issue was introduced in this PR: #264. I don't have permission to propose a fix in a PR. |
@pespinel ,you should be able to raise a fork on your own account and create a PR with the changes. |
@05TEVE I've tried the fix with the 3.1.1 beta 1 and now the process ends for another reason:
|
@pespinel, i pushed a change that at least gets the plugin running 3.1.1-beta.2. Looks like a heap of changes where merged in for the blinds modules for the unreleased 2.1.0 version. I am not sure what testing was done on the changes unfortunately. |
@05TEVE After upgrading to the 3.1.1.-beta.2 the process is starting without issues but unfortunately, the actions are not working anymore even the logs shows that the blinds are "opening" and "closing" without errors. Do you want to treat this in another issue and close this one? Thanks |
Let's leave this one open so everything is in one place. 🙂 I guess we can either revert back the previous version or fix this one? I think the changes were made by @ElphaX but never made a release so I am not sure whether the changes were fully tested. |
@05TEVE I've been testing this version during this morning and it seems to be working pretty fine. Thanks |
HI @pespinel, Can you try 3.1.1-beta.9 with an extra variable in the config. It seems like there are multiple different types of blind config that can be used. This should hopefully allow that to be configured correctly. Apologies for the inconvenience here. Unfortunately I don't have any of the blind devices so it is a bit hard to test fully. |
Hi @05TEVE Sorry for the delay, I've been busy these days. I tested it by adding the configuration you mentioned and it seems to be working fine:
|
Awesome. That is great news! I'll add the change into the upcoming 3.1.1 release. |
* Adding in fix for Issue #444. * Reverting the SimpleBlindsAccessory back to the version suggested in #451 * Updating to try cater for multiple types of blinds in the same file. * 3.4 Protocol succesfull connection * restore other protocols compatibility * Revert "Changes from @fate8383. #433 (comment)" This reverts commit d85caa5. * Add support for Proscenic air purifier (tested against Proscenic A8) addresses #363 and #195 (#364) * Add support for Proscenic air purifier (tested against Proscenic A8) * Additional fix for "Turning off..." state as getCurrentAirPurifierState always returned 2 (PURIFYING_AIR) * Fix for setting rotation speed and active status * Add initial support for Virone VDP-65 doorbell. Notifies on ring with a snapshot. Notifies when a user presses the lock or gate buttons on another device. Does not provide video or audio. Does not allow the user to control the lock or gate. * Add Siguro support from @fate8383. * Revert "Add initial support for Virone VDP-65 doorbell." This reverts commit 7db7a1f. --------- Co-authored-by: Andrew <bitbucket@a.k6i.uk> Co-authored-by: Andrew Kurowski <ak6i@github.com> * Adding Air purifier config map so that changes can be made from the ui. * Bumping package version. Removing a rogue , * Dropping the Beta Version in preparation of a release. --------- Co-authored-by: 05TEVE <> Co-authored-by: scooterpsu <3433982+scooterpsu@users.noreply.github.com> Co-authored-by: tomash1 <tomdomaracki@gmail.com> Co-authored-by: ak6i <62596884+ak6i@users.noreply.github.com> Co-authored-by: Andrew <bitbucket@a.k6i.uk> Co-authored-by: Andrew Kurowski <ak6i@github.com>
* Adding in fix for Issue iRayanKhan#444. * Reverting the SimpleBlindsAccessory back to the version suggested in iRayanKhan#451 * Updating to try cater for multiple types of blinds in the same file. * 3.4 Protocol succesfull connection * restore other protocols compatibility * Revert "Changes from @fate8383. iRayanKhan#433 (comment)" This reverts commit d85caa5. * Add support for Proscenic air purifier (tested against Proscenic A8) addresses iRayanKhan#363 and iRayanKhan#195 (iRayanKhan#364) * Add support for Proscenic air purifier (tested against Proscenic A8) * Additional fix for "Turning off..." state as getCurrentAirPurifierState always returned 2 (PURIFYING_AIR) * Fix for setting rotation speed and active status * Add initial support for Virone VDP-65 doorbell. Notifies on ring with a snapshot. Notifies when a user presses the lock or gate buttons on another device. Does not provide video or audio. Does not allow the user to control the lock or gate. * Add Siguro support from @fate8383. * Revert "Add initial support for Virone VDP-65 doorbell." This reverts commit 7db7a1f. --------- Co-authored-by: Andrew <bitbucket@a.k6i.uk> Co-authored-by: Andrew Kurowski <ak6i@github.com> * Adding Air purifier config map so that changes can be made from the ui. * Bumping package version. Removing a rogue , * Dropping the Beta Version in preparation of a release. --------- Co-authored-by: 05TEVE <> Co-authored-by: scooterpsu <3433982+scooterpsu@users.noreply.github.com> Co-authored-by: tomash1 <tomdomaracki@gmail.com> Co-authored-by: ak6i <62596884+ak6i@users.noreply.github.com> Co-authored-by: Andrew <bitbucket@a.k6i.uk> Co-authored-by: Andrew Kurowski <ak6i@github.com>
* Adding in fix for Issue iRayanKhan#444. * Reverting the SimpleBlindsAccessory back to the version suggested in iRayanKhan#451 * Updating to try cater for multiple types of blinds in the same file. * 3.4 Protocol succesfull connection * restore other protocols compatibility * Revert "Changes from @fate8383. iRayanKhan#433 (comment)" This reverts commit d85caa5. * Add support for Proscenic air purifier (tested against Proscenic A8) addresses iRayanKhan#363 and iRayanKhan#195 (iRayanKhan#364) * Add support for Proscenic air purifier (tested against Proscenic A8) * Additional fix for "Turning off..." state as getCurrentAirPurifierState always returned 2 (PURIFYING_AIR) * Fix for setting rotation speed and active status * Add initial support for Virone VDP-65 doorbell. Notifies on ring with a snapshot. Notifies when a user presses the lock or gate buttons on another device. Does not provide video or audio. Does not allow the user to control the lock or gate. * Add Siguro support from @fate8383. * Revert "Add initial support for Virone VDP-65 doorbell." This reverts commit 7db7a1f. --------- Co-authored-by: Andrew <bitbucket@a.k6i.uk> Co-authored-by: Andrew Kurowski <ak6i@github.com> * Adding Air purifier config map so that changes can be made from the ui. * Bumping package version. Removing a rogue , * Dropping the Beta Version in preparation of a release. --------- Co-authored-by: 05TEVE <> Co-authored-by: scooterpsu <3433982+scooterpsu@users.noreply.github.com> Co-authored-by: tomash1 <tomdomaracki@gmail.com> Co-authored-by: ak6i <62596884+ak6i@users.noreply.github.com> Co-authored-by: Andrew <bitbucket@a.k6i.uk> Co-authored-by: Andrew Kurowski <ak6i@github.com>
Checklist
Describe the bug
To Reproduce
Steps to reproduce the behavior: Update to the version 3.1.0 and start the child bridge.
Expected behavior
The child bridge should start without errors
Screenshots
N/A
Environment (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: