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

Added Preliminary support for ComNav UC331 #35

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

caronc
Copy link
Owner

@caronc caronc commented Feb 11, 2024

Description:

Related issue (if applicable): #22

ComNav UC331 (v0.226) Support - work in progress.

Testing

First generate a configuration file you can use; these are yaml files.

# Let's assume this file is called myconfig.yaml, it may look like this:
# host should be the IP of your security panel
# user/pin area are also associated with the account you created
host: 192.168.0.30
user: My Username
pin: 1234
# Create a virtual environment to work in as follows:
python3 -m venv ultrasync

# Change into our new directory
cd ultrasync

# Activate our virtual environment
source bin/activate

# Install the branch
pip install git+https://github.com/caronc/ultrasync.git@comnav-uc331-support

# create a dump - I need this to continue to development of this branch
# If you're concerned with sharing the contents of the file publicly, just send
# it via email to me @ [email protected] (I will not share with anyone) and can
# use it to complete the support
# Point the --config to the file you generated above
ultrasync  --config=myconfig.yaml --debug-dump

@codecov-commenter
Copy link

Codecov Report

Attention: 4 lines in your changes are missing coverage. Please review.

Comparison is base (bc1750e) 66.61% compared to head (d374246) 66.41%.

Files Patch % Lines
ultrasync/main.py 0.00% 4 Missing ⚠️

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@            Coverage Diff             @@
##           master      #35      +/-   ##
==========================================
- Coverage   66.61%   66.41%   -0.20%     
==========================================
  Files           6        6              
  Lines        1192     1197       +5     
  Branches      286      287       +1     
==========================================
+ Hits          794      795       +1     
- Misses        296      300       +4     
  Partials      102      102              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

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