Driver Type
Categories
- Recent Updates
- Access Control
- Amplifier
- A/V Receiver
- Climate and Pool Control
- Disc Player / Changer
- Display
- DSP
- DVR
- Irrigation / Sprinklers
- Lighting Control
- Matrix Switch
- Media Server and Player
- Multi-Room A/V
- Networking
- Power and Rack Management
- Security
- Surveillance
- Teleconferencing
- Training
- Tuner
- Utility
- Video Projector
Driver Type
Categories
- Recent Updates
- Access Control
- Amplifier
- A/V Receiver
- Climate and Pool Control
- Disc Player / Changer
- Display
- DSP
- DVR
- Irrigation / Sprinklers
- Lighting Control
- Matrix Switch
- Media Server and Player
- Multi-Room A/V
- Networking
- Power and Rack Management
- Security
- Surveillance
- Teleconferencing
- Training
- Tuner
- Utility
- Video Projector
Sky NZ Channel Launcher
By: David Bowdler
Updated: May 30, 2026
Version: 1.02
Sky NZ Channel Launcher
A touch-panel channel launcher for Sky Network Television pay-TV boxes in New Zealand — Sky Box, Sky Pod and Sky Glass. The driver presents a categorised, searchable channel grid in a built-in Web Object UI and tunes the selected channel by firing digit macros (IR, IP or RS-232) on the RTI processor. The channel database is hosted on a community-maintained backend and refreshed automatically so the list stays current as Sky NZ adds or removes channels, without needing to re-deploy the driver.
Key Features
- Built-in Web Object UI: Touch-panel-friendly channel grid hosted directly on the RTI processor — no external server needed. Drop a Web Object onto any panel page and point it at the driver’s URL.
- Live-updated channel database: Channel list is fetched from a hosted, community-maintained JSON catalogue on connect and refreshed daily. New or renumbered channels appear automatically without a driver re-deploy.
- Residential and Commercial channel schemes: Switch between Standard Sky NZ residential numbering and a sport-focused commercial venue list, or supply a custom-hosted JSON for full control.
- IR, IP or RS-232 control: Works with any RTI-supported transport. Digit macros are configured per driver instance, so each box can use a different IR emitter, IP profile or serial port.
- Per-instance favourites: Users star channels in the grid; favourites persist across processor reboots. The Favourites tab becomes the default once any channel is starred.
- Layer pop-up workflow: Dedicated Open / Close / Toggle Layer functions and a ShowSkyNZLayer boolean sysvar let integrators wire a panel button to show the channel picker as a pop-up layer, dismissed by the in-grid close button or a macro.
- Category filtering: Show or hide individual channel categories (Sport, Movies, News, Entertainment, Lifestyle, Documentary, Kids, Music, International) per installation.
- Multi-instance support: Add the driver once per Sky NZ box. Each instance gets its own Web Object URL, macro bindings and favourites list.
- Theming: Choose from five built-in colour themes (Dark, Light, Charcoal, Accent Red, Navy) or set six custom hex values to match the room’s touch-panel design.
- Macro-callable functions: Tune Channel (string or integer), Tune Favourite by index, Add / Remove / Clear Favourites, Cancel Tune and Reload Channel Data — all callable from Integration Designer macros.
Requirements
- Sky Network Television Sky Box, Sky Pod or Sky Glass (New Zealand)
- RTI XP-8 processor (runtime 14 or later)
- IR emitter, IP device profile or RS-232 connection to the Sky NZ box — any RTI-supported transport works
- Eleven single-command macros in Integration Designer (Digit 0–9 plus SELECT) per box
- Network access from the processor to shpdrivers.services on port 443 for live channel-database updates (falls back to the bundled list if unavailable)
How It Works
Using your Sky NZ box profile from RTI’s device library, create eleven single-command macros — Digit 0 through 9 plus SELECT — over any transport the device supports. Configure the driver with a unique Box Index per box and assign the macros. The driver hosts the channel grid as a Web Object on the RTI processor; tapping a channel tile fires the digit macros in sequence (configurable inter-digit delay, default 350 ms) then sends SELECT. The channel database is fetched from the community-maintained backend on startup and refreshed daily. Favourites are stored in RTI Persistence and survive reboots. A ShowSkyNZLayer boolean lets integrators wire a pop-up channel picker that opens on a button press and closes when a channel is selected or the close button is tapped.
Sky NZ Channel Launcher
Version 1.02
A favourites-driven channel launcher for IR-controlled Sky NZ boxes. Provides a Web Object UI with categorised channel grid and per-instance favourites. Each driver instance controls one Sky NZ box, so add the driver once per physical box.
Setup
1. Add IR commands
In Integration Designer, add the device profile for your Sky NZ box, TV or receiver from RTI's device library. Control can be IR, IP, or RS232 - whatever transport your device supports. Drag the digit buttons (0-9) and the SELECT/OK button onto a workspace so they have device IDs. Create one macro per button - each macro should be a single command step that fires that one digit (IR / IP / RS232 / VHD - any RTI-supported transport). Eleven macros total: Digit 0 through Digit 9 plus SELECT.
If using IR control: receivers vary in IR carrier frequency (typically 36 or 38 kHz). Use the appropriate IR profile for the specific model. If using IP or RS232 control, this is not relevant - just confirm the device profile in RTI's library matches your hardware. If digits are being dropped, confirm the IR emitter is in line-of-sight of the Sky NZ box and that the carrier frequency matches.
2. Configure the driver
- Box Index: unique number for this box (1-8). Each driver instance needs a different value.
- Box Name: friendly label shown in the Web UI (Lounge, Bedroom, etc.).
- Digit 0...9 macros, SELECT macro: pick the macros you created in step 1.
- Inter-Digit Delay: milliseconds between digit IR commands. Default 350ms works for most boxes. Increase to 500 if digits are dropped.
- Channel Scheme: Standard for the bundled Sky NZ channel list. Custom for hosting your own channels.json (set the URL below).
- Channel Data URL: optional - leave blank to use the channel list bundled with the driver. Set to a URL of your own hosted channels.json if you want to push updates without re-installing.
- Web Server Port: 0 = auto (8090 + Box Index). Set explicitly only if you have a port conflict.
3. Set Visible Categories
In the Visible Categories config section, tick the channel categories this household actually watches. Hidden categories' channels do not appear anywhere in the UI, not even in the All tab.
- Show Favorites Tab - show the starred channels tab. Default on.
- Show All Tab - show the All Channels catch-all tab. Default on.
- Show Sport, Movies, News, Entertainment - default on.
- Show Lifestyle, Documentary, Kids, Music - default off. Turn on if the household uses these categories.
4. Choose a Theme
In the Appearance config section, pick a colour theme: Dark (default), Light, Charcoal, Accent Red, Navy, or Custom. The Custom theme uses the six hex code settings below the theme picker.
5. Add a Web Object to your interface
On the panel where you want the channel grid, add a Web Object and point its URL at the driver's web server. The URL appears in the driver's "Web URL" system variable after the driver loads:
http://<processor-ip>:8091/
Replace 8091 with whatever port the driver is using (Box Index 1 = 8091, Box Index 2 = 8092, etc.).
Layer / Pop-up Workflow
The driver exposes a boolean system variable called Show Sky NZ Layer (sysvar ShowSkyNZLayer). Bind a panel layer's Visibility condition to this variable, then use the driver's Open/Close/Toggle Layer functions to control it from buttons or macros.
Recommended setup:
1. On the panel layer containing your Web Object, set the layer's Visibility Condition to Show Sky NZ Layer == true.
2. Wire a button on the main page to call the driver function Open Layer (or Toggle Layer).
3. The Close button on the Web Object itself calls back to the driver and sets the variable to false, hiding the layer.
For panels where you prefer to test for false (Visibility Condition can only test for true on some panel types), the driver also exposes Show Sky NZ Layer (Inverted) (sysvar HideSky NZLayer) which is the boolean negation.
The driver also fires LAYER_OPENED and LAYER_CLOSED events if you want to trigger other actions when the layer toggles.
Using It
Tap a channel tile to tune. The driver fires the digit macros in sequence (350ms apart by default), then SELECT 500ms after the last digit.
Tap the star on any tile to add or remove it from Favourites. Favourites for this box are persisted across processor reboots.
The Favourites tab is the default tab if you already have favourites. On a fresh install with no favourites, the grid opens to All Channels and shows a hint to tap a star.
Multiple Boxes - Favourite Sharing
Each driver instance keeps its own favourites list. Lounge and bedroom Sky NZ boxes do not automatically share favourites in v1.00. If you want a shared house-wide list, contact support - v1.01 will add an optional external system variable picker that lets all instances read and write the same favourites string.
Triggering from Macros
The driver exposes these functions you can call from Integration Designer macros:
Channel Tuning
- Tune Channel (string) - tune to a channel number e.g. "503"
- Tune Channel (Integer) - same, for integer parameters
- Tune Favorite (integer 1-N) - tune to the Nth favourite
- Cancel Tune - stop an in-progress digit sequence
Favorites
- Add Favorite, Remove Favorite, Clear All Favorites
UI Layer
- Open Layer, Close Layer, Toggle Layer
Diagnostics
- Print Status - dump status to TraceView for diagnostics
- Reload Channel Data - refresh the channel list (use after changing Channel Scheme)
Commercial venues
The bundled commercial channel list is a sport-focused starter set. Commercial Sky NZ packages vary substantially by venue type (pub, club, gym, hotel) and contract. Before deploying in a commercial venue, verify the channel numbers against the actual Commercial venues package, and either edit channels-commercial.json before packaging or set Channel Scheme to Custom and point Channel Data URL at your own hosted JSON.
Multiple Boxes
For each additional Sky NZ box, add another instance of this driver and give it a unique Box Index. Each instance has its own digit-macro pickers (different IR codes if the boxes are in different rooms with different IR emitters), its own Web Object URL, and its own ShowSkyNZLayer variable.
Troubleshooting
Digits dropped - increase Inter-Digit Delay to 500ms. Confirm the IR emitter is in line-of-sight and rated for 36 kHz.
Web UI shows "Failed to load channels" - the processor cannot reach itself on the configured port. Use Print Status from a macro to confirm the driver bound to the port. If "Port in use" appears in Driver Status, change Web Server Port in config.
Web Object on the panel is blank - check the panel can reach the processor's IP on the configured port. The processor IP appears in the driver's Web URL system variable.
Channel numbers wrong - confirm Channel Scheme is set correctly (Residential vs Commercial). channel numbering changes occasionally - if the bundled list is stale, set Channel Scheme to Custom and host your own JSON.
Layer wont close - confirm the layer's Visibility Condition is bound to this driver instance's ShowSkyNZLayer variable, not another instance's. The Close button in the Web UI sets the variable on the instance whose web server is being viewed.
Support
david@smarthomeprogramming.com.au
This driver requires a licence key tied to your RTI processor’s MAC address.
- Trial: 120-minute fully functional trial — no key required
- Purchase: Visit https://smarthomeprogramming.com.au/store/ to buy a licence
- Licence is per-processor — one key per XP processor