sqrammi/caddx

General Question about Usage

Opened this issue · 2 comments

I stumbled across your repository and am very interested in your project. I have been working on some code for my VeraLite using a TCP to RS232 converter, then to a NX-548 interface. I also have a second system that used a NX-590E directly. I have been able to find protocol documentation for the 548, but very little for the 590.

What hardware set is you code intended to interface with?

I’ve only ever used it for the NX-548, and I don’t have documentation for the 590. It’s possible that they speak a similar protocol but I don’t have any 590 hardware to verify anything.

-Jeff

On Jan 3, 2015, at 2:04 AM, Brandon Harville notifications@github.com wrote:

I stumbled across your repository and am very interested in your project. I have been working on some code for my VeraLite using a TCP to RS232 converter, then to a NX-548 interface. I also have a second system that used a NX-590E directly. I have been able to find protocol documentation for the 548, but very little for the 590.

What hardware set is you code intended to interface with?


Reply to this email directly or view it on GitHub #1.

I'm testing in these days NX-590E module on NX-8V2, the automation protocol is based on tcp 9997 port (can eventually be changed); the payload query/reply record seems be the same as serial protocol in binary version format.