infinitude icon indicating copy to clipboard operation
infinitude copied to clipboard

More Device Tables

Open woody1961 opened this issue 8 years ago • 4 comments

This is for a SYSTXCCITC01-A thermostat on an Infinity Greenspeed System if you want to add it to the protocol breakout:

Device Table Name 20 0x01 DEVCONFG 20 0x02 SYSTIME 20 0x03 INGUI 20 0x04 SSBCAST 20 0x06 LINESET 20 0x3b SAMINFO 20 0x40 SCHEDULE 20 0x41 TEMP 20 0x42 LASTTEN 20 0x46 MISC1 20 0x47 RESTMR 20 0x48 HEALTH 20 0x49 SYSCTRL 20 0x4a MISC2 20 0x4c SYSMETRC 20 0x4e CHARGING

woody1961 avatar Jan 07 '17 00:01 woody1961

The SAMINFO is the table of interest. It seems the rows 3B02 and 3b03 are coughing up zeros for the newer "touch" models and most of the good data for the older models. Can you expore the contents of other rows on this table? Change your code to request rows 3b04, 3b05

If that doesn't yeild information, try the tables between LINESET and SAMINFO, like 0x07, 0x08, 0x09, 0x0A... etc.

ehwest avatar Mar 08 '17 14:03 ehwest

All the rows for SAMINFO were empty (zeros). I scanned (if I recall correctly) all the way up from 0x01 through 0xaf and did not find any additional tables.

woody1961 avatar Mar 08 '17 20:03 woody1961

Ok, nice work. Now we have a bigger mystery...in what table is the thermostat data located for "touch" thermostats.... I think we need to scan them all or find someone with a SYSTXCCRCT01 SAM set up where we can run wireshark or something.

I noticed there are dealers selling SAM (RJ45) version. I supposed its POSSIBLE the touch thermostat doesn't have the data. My dealer told me Carrier has discontinued the SAM and will be updating software for the touch thermostats to provide access in some way.

ehwest avatar Mar 08 '17 21:03 ehwest

I suppose its possible the Touch thermostat just doesn't cough up the needed data.

ehwest avatar Mar 09 '17 01:03 ehwest

Stale issue message

github-actions[bot] avatar Nov 30 '23 02:11 github-actions[bot]

SAMINFO will be populated if a SAM is present, but one has to go through the entire setup process(not just the bootup discovery process) for it to be populated. That said, the stat does cough up the needed data in higher tables (the 0x40 SCHEDULE table in particular) which Infinitude will scan and parse if the SCAN_TABLES environment variable is set.

nebulous avatar Nov 30 '23 20:11 nebulous