2022-11-04 20:55:43 -07:00
2022-11-02 22:00:13 -07:00
2022-10-21 19:36:54 -07:00
2022-11-13 15:12:41 -07:00
2022-10-20 14:13:10 -07:00
2022-11-13 15:12:41 -07:00
2022-10-17 22:22:44 -07:00

i2RecordCollector

This software handles data collection and processing for The Weather Channel's IntelliStar 2 software using a mix of TWC's v1, v2, and v3 APIs.

Requirements

  • Firewall on the stock I2 image fixed to allow incoming connections from 224.1.1.77 on ports 7787 and 7788
  • Python 3.8.0

Records

  • ADRecord - Airport Delays
  • BERecord - Alerts
  • ClimatologyRecord - Record highs/lows
  • DDRecord - Daypart Forecast
  • DFRecord - Daily Forecast (7 Day Forecast)
  • ESRecord - Air Quality
  • IDRecord - Pollen
  • MORecord - Current Conditions
  • TIRecord - Tides
  • TFRecord - Traffic Flow
  • TNRecord - Traffic Incidents
  • WMRecord - Marine Forecast

Usage instructions

Download a release for the most stable version, or clone the repository.

git clone https://github.com/the5dcrew/i2MessageEncoder-Rewrite

(If downloading this as a zip, extract to the directory of your choosing.)

Install the requirements in requirements.txt

py -3 -m pip install -r requirements.txt

Drop your IntelliStar 2's MachineProductCfg.xml file into the root of the directory of the encoder, then run main.py.

Description
Legacy Python Version for i2ME
Readme GPL-3.0 16 MiB
Languages
Python 100%