Skip to content

support for Homeworks QS connection#95

Open
rzulian wants to merge 2 commits into
thecynic:masterfrom
rzulian:HomeWorks-QS-login
Open

support for Homeworks QS connection#95
rzulian wants to merge 2 commits into
thecynic:masterfrom
rzulian:HomeWorks-QS-login

Conversation

@rzulian

@rzulian rzulian commented May 15, 2024

Copy link
Copy Markdown
Contributor

add the ability to connect to a Homeworks QS processor

Comment thread pylutron/__init__.py
self._lock = threading.Lock()
self._connect_cond = threading.Condition(lock=self._lock)
self._recv_cb = recv_callback
self._controller = Controller.UNKNOWN

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

What's the value of noting this? Just in case we encounter a scenario where we need to know?

Maybe at least add a property for retrieving this.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

done

Comment thread pylutron/__init__.py
USER_PROMPT = b'login: '
PW_PROMPT = b'password: '
PROMPT = b'GNET> '
PROMPT = b'> '

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Why not make this b'NET> ' which would work with HW and RA2?

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