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

How to contribute captured data? #196

Open
jarruda opened this issue Dec 1, 2024 · 2 comments
Open

How to contribute captured data? #196

jarruda opened this issue Dec 1, 2024 · 2 comments
Labels

Comments

@jarruda
Copy link

jarruda commented Dec 1, 2024

Hello,

I have a Bryant Evolution system with the following components and versions:

  • Control: SYSTXBBECC01-B
  • Firmware: CESR131626-04.66
  • Damper Control Unit: SYSTXBB4ZC01
  • Damper Control Firmware: CESR131331-01
  • Zone Smart Sensor: SYSTXZNSMS01
  • Indoor Unit: FE4ANB005L00EEAA
  • Indoor Unit Firmware: CESR131329-17
  • Outdoor Unit: 288BNV048000FBAA
  • Outdoor Unit Firmware: CESR131564-11

It appears to have several tables and registers not present in the wiki. What would be the best way to contribute my captured data to help populate it? Note I'm using a custom RS485 capture device.

Examples

Devices Reading: Master Thermostat (0x20)
Devices Read: Zone 2 Smart Sensor (0x22), Fan Coil (0x42), Damper Control (0x60)
Register: 0x030D
Data: 7 bytes, all observed 00

Devices Reading: Master Thermostat (0x20)
Devices Read: Zone 2 Smart Sensor (0x22)
Register: 0x041E
Data:

00000000  00 00 00 00 00 00 41 4c  01 04 14 44 30 00 00 00  |......AL...D0...|
00000010  00 00 00 00                                       |....            |
00000014

Device Writing: Master Thermostat (0x20)
Device Written: Zone 2 Smart Sensor (0x22)
Register: 0x041F
Data:

00000000  00 00 00 00 00 00 41 4c  00 03 04 ff f0 00 00 00  |......AL........|
00000010  00 00 00 00                                       |....            |
00000014
@nebulous
Copy link
Owner

Hi @jarruda, thanks for volunteering to send data. As it happens I've been playing a bit over the last couple of months with a means to distil this data into something serializable which isn't quite ready for prime time yet, but you could be the first test case of it if you're interested.

Some people are sensitive about making their serial numbers public - is that something you're concerned about?

Some tables contain unencrypted wifi credentials. I would obviously make some effort to not collect those, but considering the Carrier's disregard for actual security and enthusiastic support of access barriers via pho security it would probably be best for you to look at the output to confirm it doesn't contain anything you wouldn't want myself or the public to see.

@jarruda
Copy link
Author

jarruda commented Dec 10, 2024

I'd be happy to help test it out. As long as the format is inspectable and I can redact anything personal I'd be happy to contribute it. I currently have the bus streaming to and from a TCP socket, so it should be easy to get set up with whatever you have.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants