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

Issue: Occupancy Sensor not updating when Motion triggered #121

Open
Ryan1524 opened this issue Sep 8, 2021 · 0 comments · May be fixed by #127
Open

Issue: Occupancy Sensor not updating when Motion triggered #121

Ryan1524 opened this issue Sep 8, 2021 · 0 comments · May be fixed by #127

Comments

@Ryan1524
Copy link

Ryan1524 commented Sep 8, 2021

I've setup Motion Sensor on GPIO5 (oddly still accepting the wPI value, instead of BCM). The Sensor triggers, but Occupancy does not update. Wondering if it's something to do with the inverted:true that I'm using.

Thanks for in advance for your thoughts. Any suggestions would be appreciated.

Config

   {
        "accessory": "GPIODevice",
        "type": "MotionSensor",
        "name": "Office Motion",
        "pin": 5,
        "inverted": true,
        "occupancy": {
            "name": "Home Occupancy",
            "timeout": 3600
        }
    }

Screen Shot 2021-09-08 at 18 30 17
Screen Shot 2021-09-08 at 18 30 07

@brianhackel brianhackel linked a pull request Sep 13, 2022 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant