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

v1.5.0 #46

Merged
merged 8 commits into from
Mar 10, 2024
Merged

v1.5.0 #46

merged 8 commits into from
Mar 10, 2024

Conversation

bugsounet
Copy link
Owner

@bugsounet bugsounet commented Mar 9, 2024

Fix:

Add:

  • New feature added pir_mode:
    • pir_mode: 0 - use onoff library (For Raspberry Pi 3b+ and 4)
    • pir_mode: 1 - use python script with RPI.GPIO library (For Raspberry Pi 3b+ and 4)
    • pir_mode: 2 - use python script with gpiozero library (For Raspberry Pi 5, not tested on other Raspberry Pi)

@bugsounet bugsounet changed the title v1.4.1 v1.5.0 Mar 9, 2024
@bugsounet
Copy link
Owner Author

@outlying, tell me if it's better with this ;)

New feature added pir_mode:

pir_mode: 0 - use onoff library (For Raspberry Pi 3b+ and 4)
pir_mode: 1 - use python script with RPI.GPIO library (For Raspberry Pi 3b+ and 4)
pir_mode: 2 - use python script with gpiozero library (For Raspberry Pi 5)

@bugsounet bugsounet merged commit f15842a into master Mar 10, 2024
3 checks passed
@outlying
Copy link
Contributor

@bugsounet all fine, thanks, I had to change the general mode to make it all work after migration from another MMM, had some issues with the screen on/off. But PIR works great at the moment, so thanks for the fast update. Kudos.

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 this pull request may close these issues.

2 participants