homebridge-eosstb 1.4.8 → 1.4.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +10 -3
- package/README.md +34 -15
- package/config.schema.json +2 -2
- package/index.js +13 -0
- package/package.json +4 -4
- package/pics/EosstbAccessoryTile.png +0 -0
- package/pics/EosstbAccessoryTileiOS15.png +0 -0
- package/pics/EosstbControls.png +0 -0
- package/pics/RemoteControl.png +0 -0
- package/pics/RoomWithEosstb.png +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -5,9 +5,16 @@ Please restart Homebridge after every plugin update.
|
|
|
5
5
|
|
|
6
6
|
# Bug Fixes and Improvements
|
|
7
7
|
|
|
8
|
-
##
|
|
9
|
-
*
|
|
10
|
-
*
|
|
8
|
+
## 1.4.10 (2022-10-14)
|
|
9
|
+
* Incorporated an Important Notice to the logs
|
|
10
|
+
* Disabled plugin for CH and NL as MQTT services are no longer available.
|
|
11
|
+
* Bumped dependencies (node, tough-cookie)
|
|
12
|
+
* Updated README.md to reference iOS 16.0
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
## 1.4.9 (2022-08-23)
|
|
16
|
+
* Bumped dependencies (node, tough-cookie, axios-cookiejar-support)
|
|
17
|
+
* Updated default software version in config.schema.json
|
|
11
18
|
|
|
12
19
|
|
|
13
20
|
## 1.4.8 (2022-07-24)
|
package/README.md
CHANGED
|
@@ -1,13 +1,17 @@
|
|
|
1
1
|
<p align="center">
|
|
2
|
-
<img src="https://github.com/jsiegenthaler/homebridge-eosstb/blob/master/pics/DCX960andRemoteSmall.jpg" alt="Sunrise TV Box (ARRIS DCX960)" height="300" align="center"><br>
|
|
3
|
-
<img src="https://github.com/jsiegenthaler/homebridge-eosstb/blob/master/pics/RoomWithEosstb.png" alt="RoomWithEosstb" height="300" align="center">
|
|
2
|
+
<img style="border:1px solid black;" src="https://github.com/jsiegenthaler/homebridge-eosstb/blob/master/pics/DCX960andRemoteSmall.jpg" alt="Sunrise TV Box (ARRIS DCX960)" height="300" align="center"><br>
|
|
3
|
+
<img style="border:5px solid black;" src="https://github.com/jsiegenthaler/homebridge-eosstb/blob/master/pics/RoomWithEosstb.png" alt="RoomWithEosstb" height="300" align="center">
|
|
4
4
|
<img src="https://github.com/jsiegenthaler/homebridge-eosstb/blob/master/pics/EosstbControls.png" alt="EosstbControls" height="300" align="center">
|
|
5
|
-
<img src="https://github.com/jsiegenthaler/homebridge-eosstb/blob/master/pics/RemoteControl.png" alt="RemoteControl" height="300" align="center">
|
|
6
|
-
|
|
5
|
+
<img style="border:5px solid black;" src="https://github.com/jsiegenthaler/homebridge-eosstb/blob/master/pics/RemoteControl.png" alt="RemoteControl" height="300" align="center">
|
|
7
6
|
</a>
|
|
8
7
|
</p>
|
|
9
8
|
|
|
10
9
|
# homebridge-eosstb
|
|
10
|
+
# IMPORTANT NOTICE: CURRENTLY DISABLED FOR CH AND NL COUNTRIES DUE TO BACKEND CHANGES
|
|
11
|
+
It appears that the system backend has changed. First noted on Thursday 13 October 2022.
|
|
12
|
+
Unfortunately this means the plugin will no longer work, it has been disabled for the affected countries.
|
|
13
|
+
The author is investigating, stay tuned.
|
|
14
|
+
|
|
11
15
|
|
|
12
16
|
[](https://www.npmjs.com/package/homebridge-eosstb)
|
|
13
17
|
[](https://www.npmjs.com/package/homebridge-eosstb)
|
|
@@ -19,7 +23,11 @@
|
|
|
19
23
|
|
|
20
24
|
`homebridge-eosstb` is a Homebridge plugin allowing you to control your set-top box (typically an ARRIS DCX960 or HUMAX 2008C-STB-TN) running on the Magenta AT / Telenet BE / Sunrise CH / Virgin Media GB & IE / Ziggo NL Horizon TV platform with Apple HomeKit using the Home app and the Apple TV Remote in the Control Center.
|
|
21
25
|
|
|
22
|
-
|
|
26
|
+
| iOS 16 Accessory Tiles | Older iOS/iPadOS Accessory Tiles |
|
|
27
|
+
| :---: | :---: |
|
|
28
|
+
| <img src="https://github.com/jsiegenthaler/homebridge-eosstb/blob/master/pics/EosstbAccessoryTile.png" alt="EosstbAccessoryTile" height="60" align="center"> | <img src="https://github.com/jsiegenthaler/homebridge-eosstb/blob/master/pics/EosstbAccessoryTileiOS15.png" alt="EosstbAccessoryTileiOS15" height="80" align="center"> |
|
|
29
|
+
|
|
30
|
+
|
|
23
31
|
This plugin displays your set-top box as a Set-Top Box accessory with power, channel and remote-control capabilities on your iOS device (iPhone, iPad, iMac, etc.).
|
|
24
32
|
|
|
25
33
|
|
|
@@ -31,11 +39,23 @@ Supports multiple set-top boxes, should you have more than one.
|
|
|
31
39
|
If you like this plugin, consider making a donation or buying me a coffee!<br>
|
|
32
40
|
<a target="blank" href="https://www.paypal.com/donate?hosted_button_id=CNEDGHRUER468"><img src="https://img.shields.io/badge/PayPal-Donate-blue.svg?logo=paypal"/></a> <a target="blank" href="https://ko-fi.com/jsiegenthaler"><img src="https://img.shields.io/badge/Ko--Fi-Buy%20me%20a%20coffee-29abe0.svg?logo=ko-fi"/></a>
|
|
33
41
|
|
|
42
|
+
# BACKEND CHANGES CAUSED THIS PLUGIN TO STOP WORKING AS OF 13 OCTOBER 2022
|
|
43
|
+
It appears that the system backend has changed. First noted on Thursday 13 October 2022. I have had reports from the following countries so far:
|
|
44
|
+
|
|
45
|
+
* NL: Plugin backend logon failure: Failed to create session - check your eosstb username and password: 401 Unauthorized
|
|
46
|
+
* CH: Plugin backend logon failure: Failed to create session - check your eosstb username and password: 401 Unauthorized
|
|
47
|
+
|
|
48
|
+
Initial investigations reveal that the change will need a large rewrite of the plugin. This may take some time.
|
|
49
|
+
|
|
50
|
+
Please disable this plugin on your Homebridge until such time as I can issue a new version that works.
|
|
51
|
+
|
|
52
|
+
|
|
53
|
+
|
|
34
54
|
## Readme Applicability
|
|
35
55
|
Due to the adding of features and functions, this Readme applies from v1.1.0. For prior versions, please see the [eosstb release history on npm](https://www.npmjs.com/package/homebridge-eosstb?activeTab=versions).
|
|
36
56
|
|
|
37
57
|
# Works in Your Country (If you are with Magenta / Sunrise / Telenet / Virgin Media / Vodafone / Ziggo)
|
|
38
|
-
As UPC operates in multiple countries under multiple brands, this plugin will work in a number of countries that use the Horizon TV platform. The known countries that use the same TV platform with the ARRIS DCX960 or HUMAX 2008C-STB-TN set-top box are:
|
|
58
|
+
As UPC (the operator of the Horizon TV platform) operates in multiple countries under multiple brands, this plugin will work in a number of countries that use the Horizon TV platform. The known countries that use the same TV platform with the ARRIS DCX960 or HUMAX 2008C-STB-TN set-top box are:
|
|
39
59
|
|
|
40
60
|
| Country | TV Provider | Web App | Box Name | Plugin Status |
|
|
41
61
|
| ------- | ----------- | ------- | -------- | ------------- |
|
|
@@ -70,16 +90,16 @@ In March 2022, a newer version of the set-top box has started to appear in Telen
|
|
|
70
90
|
This plugin is not provided by Magenta or Telenet or Sunrise or Virgin Media or Ziggo any other affiliate of UPC. It is neither endorsed nor supported nor developed by UPC or any affiliates. UPC can change their systems at any time and that might break this plugin. But I hope not.
|
|
71
91
|
|
|
72
92
|
## Requirements
|
|
73
|
-
* An Apple iPhone or iPad with iOS 14.0 (or later). Developed on iOS 14.1...
|
|
93
|
+
* An Apple iPhone or iPad with iOS 14.0 (or later). Developed on iOS 14.1...16.0, earlier versions not tested.
|
|
74
94
|
* [Homebridge](https://homebridge.io/) v1.5.0 (or later). Developed on Homebridge 1.1.116....1.5.0, earlier versions not tested.
|
|
75
95
|
* A TV subscription from one of the supported countries and TV providers.
|
|
76
96
|
* An online account for viewing TV in the web app (often part of your TV package), see the table above.
|
|
77
97
|
* The ARRIS DCX960 or HUMAX 2008C-STB-TN mediabox, provided by your TV provider as part of your TV subscription, called by the system an "EOSSTB" or "EOS2STB" and marketed under different names in different countries.
|
|
78
|
-
* The set-top box should be set to **Standby power consumption** = **Fast start** to ensure it is always online and can respond to switch-on requests from HomeKit.
|
|
98
|
+
* The set-top box should be set to **SYSTEM** > **Standby power consumption** = **Fast start** to ensure it is always online and can respond to switch-on requests from HomeKit.
|
|
79
99
|
* For GB and IE users: if using an ARRIS DCX960, it must be running the TV 360 software, and not the older TiVo V6 software as found in GB and IE. TiVo V6 is not supported by this plugin, but GB users can [upgrade to TV 360 by contacting Virgin Media](https://www.virginmedia.com/shop/customer/virgin-tv-360-upgrade).
|
|
80
100
|
|
|
81
101
|
## Features
|
|
82
|
-
<img src="https://github.com/jsiegenthaler/homebridge-eosstb/blob/master/pics/EosstbControls.png" alt="EosstbControls" height="
|
|
102
|
+
<img src="https://github.com/jsiegenthaler/homebridge-eosstb/blob/master/pics/EosstbControls.png" alt="EosstbControls" height="400" align="right">
|
|
83
103
|
|
|
84
104
|
* **Full Remote-Control Support**: The Apple TV Remote in your iOS device can control your set-top box; including power, menu navigation, play, pause, fast-forward, rewind, channel up/down, volume and mute commands. All keys are fully configurable for single-tap and double-tap.
|
|
85
105
|
|
|
@@ -109,7 +129,7 @@ This plugin is not provided by Magenta or Telenet or Sunrise or Virgin Media or
|
|
|
109
129
|
|
|
110
130
|
* **Fully Configurable**: A large amount of configuration items exist to allow you to configure your plugin the way you want.
|
|
111
131
|
|
|
112
|
-
* **Future Feature Support**: The plugin also supports current and target media state as well as closed captions, even though the Home app accessory cannot currently display or control this data in the home app (as at iOS
|
|
132
|
+
* **Future Feature Support**: The plugin also supports current and target media state as well as closed captions, even though the Home app accessory cannot currently display or control this data in the home app (as at iOS 16.0). Hopefully, Apple will add support for these features in the future. You can however use this data in the Shortcuts app.
|
|
113
133
|
|
|
114
134
|
|
|
115
135
|
|
|
@@ -137,7 +157,7 @@ The set-top box accessory is exposed as a separate external accessory and each s
|
|
|
137
157
|
11. **Set-Top Box Automations**: Switch on any suggested automations if you wish (you can change these in the Home app later) and tap **Continue**.
|
|
138
158
|
12. **Set-Top Box Added to \<HomeName\>**: Tap **Done** to finish the setup.
|
|
139
159
|
|
|
140
|
-
<img src="https://github.com/jsiegenthaler/homebridge-eosstb/blob/master/pics/EosstbAccessoryTile.png" alt="EosstbAccessoryTile" height="
|
|
160
|
+
<img src="https://github.com/jsiegenthaler/homebridge-eosstb/blob/master/pics/EosstbAccessoryTile.png" alt="EosstbAccessoryTile" height="60" align="left">
|
|
141
161
|
Your new accessory will appear shortly in the room that you selected. It may show **Updating...** for a few minutes as it loads all the data.
|
|
142
162
|
|
|
143
163
|
You can force a Home app refresh by switching to another room and then back again.
|
|
@@ -150,8 +170,7 @@ Make sure you select the correct device from the drop-down list at the top of th
|
|
|
150
170
|
|
|
151
171
|
The following keys are supported by in the **Apple TV Remote** in the Control Center:
|
|
152
172
|
|
|
153
|
-
<img src="https://github.com/jsiegenthaler/homebridge-eosstb/blob/master/pics/RemoteControl.png" alt="RemoteControl" height="
|
|
154
|
-
<img src="https://github.com/jsiegenthaler/homebridge-eosstb/blob/master/pics/SelectingDeviceForRemoteControl.png" alt="SelectingDeviceForRemoteControl" height="300" align="right">
|
|
173
|
+
<img src="https://github.com/jsiegenthaler/homebridge-eosstb/blob/master/pics/RemoteControl.png" alt="RemoteControl" height="400" align="right">
|
|
155
174
|
|
|
156
175
|
| Key | Single Tap | Double Tap |
|
|
157
176
|
| ------- | ----------- | ------- |
|
|
@@ -183,13 +202,13 @@ Services used in this set-top box accessory are:
|
|
|
183
202
|
The eosstb plugin emulates the TV service web app. If the web app is started on a web browser on a laptop or PC, the backend systems may prefer the web app to HomeKit, and disconnect HomeKit from the mqtt session. The mqtt session will try and reconnect if it gets disconnected.
|
|
184
203
|
|
|
185
204
|
### Media State (Play/Pause) Limitations
|
|
186
|
-
The eosstb plugin can detect the current and target media state and shows STOP, PLAY, PAUSE or LOADING (loading is displayed when fast-forwarding or rewinding) in the Homebridge logs. Unfortunately, the Apple Home app cannot do anything with the media state (as at iOS
|
|
205
|
+
The eosstb plugin can detect the current and target media state and shows STOP, PLAY, PAUSE or LOADING (loading is displayed when fast-forwarding or rewinding) in the Homebridge logs. Unfortunately, the Apple Home app cannot do anything with the media state (as at iOS 16.0) apart from allow you to read it in Shortcuts or Automations. Hopefully this will improve in the future.
|
|
187
206
|
|
|
188
207
|
### Recording State Limitations
|
|
189
208
|
The eosstb plugin can detect the current recording state of the set-top box, both for local HDD-based recording (for boxes that have a HDD fitted) and for network recording. The plugin shows IDLE, ONGOING_NDVR or ONGOING_LOCALDVR in the Homebridge logs. DVR means digital video recorder; N for network and LOCAL for local HDD based recording. The Apple Home app cannot natively do anything with the recording state but a eosstb config option **customPictureMode** allows you to use the PictureMode to read the recording state in Shortcuts or Automations.
|
|
190
209
|
|
|
191
210
|
### Closed Captions Limitations
|
|
192
|
-
The eosstb plugin can detect the closed captions state (**Subtitle options** in the set-top box menu) and shows ENABLED or DISABLED in the Homebridge logs. Unfortunately, the Apple Home app cannot do anything with the closed captions state (as at iOS
|
|
211
|
+
The eosstb plugin can detect the closed captions state (**Subtitle options** in the set-top box menu) and shows ENABLED or DISABLED in the Homebridge logs. Unfortunately, the Apple Home app cannot do anything with the closed captions state (as at iOS 16.0) apart from allow you to read it in Shortcuts or Automations. Hopefully this will improve in the future.
|
|
193
212
|
|
|
194
213
|
## Configuration
|
|
195
214
|
Add a new platform to the platforms section of your homebridge `config.json`.
|
package/config.schema.json
CHANGED
|
@@ -158,8 +158,8 @@
|
|
|
158
158
|
"firmwareRevision": {
|
|
159
159
|
"title": "Firmware",
|
|
160
160
|
"type": "string",
|
|
161
|
-
"description": "The firmware version to display in the Home app. Numbers only eg 4.
|
|
162
|
-
"placeholder": "4.
|
|
161
|
+
"description": "The firmware version to display in the Home app. Numbers only eg 4.41. Default: plugin version.",
|
|
162
|
+
"placeholder": "4.41",
|
|
163
163
|
"pattern": "^(\\d+)((\\.{1}\\d+)*)(\\.{0})$"
|
|
164
164
|
},
|
|
165
165
|
|
package/index.js
CHANGED
|
@@ -317,6 +317,19 @@ class stbPlatform {
|
|
|
317
317
|
if (this.config.debugLevel > 2) { this.log.warn('API event: didFinishLaunching'); }
|
|
318
318
|
this.log('%s v%s', PLUGIN_NAME, PLUGIN_VERSION);
|
|
319
319
|
|
|
320
|
+
switch(this.config.country) {
|
|
321
|
+
case 'ch': case 'nl':
|
|
322
|
+
this.log.warn('-- IMPORTANT NOTICE --');
|
|
323
|
+
this.log.warn('The %s plugin can no longer be used in your country due to changes in the backend systems.', PLUGIN_NAME);
|
|
324
|
+
this.log.warn('The backend change means that the accessory will show No Response in HomeKit.');
|
|
325
|
+
this.log.warn('The auther is investigating how to adapt the plugin.');
|
|
326
|
+
this.log.warn('You can leave this plugin installed so as not to miss any future updates.');
|
|
327
|
+
this.log.warn('Please monitor https://github.com/jsiegenthaler/homebridge-eosstb for more information.');
|
|
328
|
+
this.log.warn('Any and all assistance is welcome!');
|
|
329
|
+
return;
|
|
330
|
+
default:
|
|
331
|
+
}
|
|
332
|
+
|
|
320
333
|
// call the session watchdog now to create the session
|
|
321
334
|
this.sessionWatchdog.bind(this);
|
|
322
335
|
|
package/package.json
CHANGED
|
@@ -3,19 +3,19 @@
|
|
|
3
3
|
"displayName": "Homebridge EOSSTB",
|
|
4
4
|
"description": "homebridge-plugin - Add your set-top box to Homekit (for Magenta AT, Telenet BE, Sunrise CH, Virgin Media GB & IE, Ziggo NL)",
|
|
5
5
|
"author": "Jochen Siegenthaler (https://github.com/jsiegenthaler/)",
|
|
6
|
-
"version": "1.4.
|
|
6
|
+
"version": "1.4.10",
|
|
7
7
|
"platformname": "eosstb",
|
|
8
8
|
"dependencies": {
|
|
9
|
-
"axios-cookiejar-support": "^4.0.
|
|
9
|
+
"axios-cookiejar-support": "^4.0.3",
|
|
10
10
|
"axios": "^0.27.2",
|
|
11
11
|
"mqtt": "^4.3.7",
|
|
12
12
|
"qs": "^6.11.0",
|
|
13
|
-
"tough-cookie": "^4.
|
|
13
|
+
"tough-cookie": "^4.1.2"
|
|
14
14
|
},
|
|
15
15
|
"deprecated": false,
|
|
16
16
|
"engines": {
|
|
17
17
|
"homebridge": ">=1.5.0",
|
|
18
|
-
"node": ">=16.
|
|
18
|
+
"node": ">=16.17.1"
|
|
19
19
|
},
|
|
20
20
|
"homepage": "https://github.com/jsiegenthaler/homebridge-eosstb#readme",
|
|
21
21
|
"keywords": [
|
|
Binary file
|
|
Binary file
|
package/pics/EosstbControls.png
CHANGED
|
Binary file
|
package/pics/RemoteControl.png
CHANGED
|
Binary file
|
package/pics/RoomWithEosstb.png
CHANGED
|
Binary file
|