Skip to content
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

Homekit interference with manual switches #108

Open
GrimalDev opened this issue Jan 16, 2023 · 3 comments
Open

Homekit interference with manual switches #108

GrimalDev opened this issue Jan 16, 2023 · 3 comments
Labels
bug Something isn't working

Comments

@GrimalDev
Copy link

Describe The Bug:
I have Flexhom ready house with all my light switches that are directly wirelessly connected to an IOT gateway.
After some time deploying my homebridge (1 or 2 days), If I manually use the light switches, I will have to send an "Off" request (homekit manualy or siri) to recalibrate and send an "On" request to finally turn on the light.

I tried every configuration I could know of and tried re-installing my homebridge multiple times.

Plugin Config:

{
    "name": "Flexom",
    "email": "XXX",
    "password": "XXX",
    "zones": true,
    "tolerance": 0.05,
    "excludeZones": false,
    "excludedZones": [
        {
            "light": true,
            "window": true
        }
    ],
    "things": false,
    "platform": "Flexom"
}

Environment:

  • Plugin Version: v3.1.0
  • Homebridge Version: v1.6.0
  • Operating System: Raspbian GNU/Linux 11
@GrimalDev GrimalDev added the bug Something isn't working label Jan 16, 2023
@rsauget
Copy link
Owner

rsauget commented Feb 3, 2023

Hi, thanks for the report 🙏
Can you please share your homebridge logs around the time this happens?

@GrimalDev
Copy link
Author

Thank you so much for responding !

I think I am starting to understand the problem better.
There are two types of events in my logs:

  • Statement changes without events triggering
  • Statement changes with event triggering
    Both are called upon a "SIRI action" but don't act the same.
    One really changes the state of a device in my home and the other doesn't.

Here are the logs:

First I try to turn off the lights normally and it doesn't work

Screenshot 2023-02-05 at 22 56 41

Then I have to ask to turn it on (all thought it is already on)

Screenshot 2023-02-05 at 22 57 20

Finally I can turn the light off (and get the event with it)

Screenshot 2023-02-05 at 22 57 44

@rsauget
Copy link
Owner

rsauget commented Mar 8, 2023

Unfortunately I don't have time to look into that at the moment, but I'll sure do ASAP 😄

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants