2022-10-20 14:12:28 -07:00
2022-10-18 20:40:28 -07:00
2022-10-18 22:07:42 -07:00
2022-10-18 20:40:28 -07:00
2022-10-08 14:51:20 -07:00
2022-10-19 15:25:28 -07:00
2022-10-20 14:12:28 -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
  • 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%