Skip to content

Staging#157

Merged
mhamidjamil merged 19 commits intomainfrom
staging
Mar 23, 2025
Merged

Staging#157
mhamidjamil merged 19 commits intomainfrom
staging

Conversation

@mhamidjamil
Copy link
Owner

  • Updates command file
  • Update env file variables
  • Update ntfy warning channel

@mhamidjamil mhamidjamil added the enhancement New feature or request label Oct 31, 2024
@mhamidjamil mhamidjamil requested a review from shoaibhr October 31, 2024 10:44
@mhamidjamil mhamidjamil self-assigned this Oct 31, 2024
@mhamidjamil mhamidjamil requested a review from wasey-rao March 15, 2025 18:35

if __name__ == '__main__':
initialize_gpio() # Blink LED on startup
app.run(host='0.0.0.0', port=3011)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

could you please make a list in discussion which let new user know that what is the port sequence like I don't remember which service is on which port so like I think we should follow a sequence for this part @mhamidjamil
@SaffiUllah1999 please let us know if any suggestion


# Global variables for configuration
SOURCE_DIR = "/var/lib/motion"
DEST_DIR = "/mnt/wd/motion"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please let me know if this part is working or not as I remember in our discussion, we were facing issues with external hard drive.

Comment on lines +72 to +76
def motion_status(message):
"""to send motion_status"""
send_to_ntfy("motion_status", message)
log_message("info", "\n!!!" + message + "!!!\n")

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please make a separate method which get the channel name and message

@mhamidjamil mhamidjamil merged commit d9b0215 into main Mar 23, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

2 participants