homebridge-eosstb 2.0.2 → 2.0.3
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 +4 -0
- package/README.md +5 -5
- package/index.js +8 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -16,6 +16,10 @@ Please report all bugs and problems.
|
|
|
16
16
|
* Implement refreshToken capabilities
|
|
17
17
|
|
|
18
18
|
|
|
19
|
+
## 2.0.3 (2022-11-29)
|
|
20
|
+
* Fixed Telenet login for BE users
|
|
21
|
+
|
|
22
|
+
|
|
19
23
|
## 2.0.2 (2022-11-28)
|
|
20
24
|
* Improved startup speed (sessionWatchdog starts faster)
|
|
21
25
|
* Improved robustness for handling of user-defined box names if >14 characters
|
package/README.md
CHANGED
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
[](https://github.com/jsiegenthaler/homebridge-eosstb/issues)
|
|
17
17
|
[](https://www.paypal.com/donate?hosted_button_id=CNEDGHRUER468)
|
|
18
18
|
|
|
19
|
-
`homebridge-eosstb` is a Homebridge plugin allowing you to control your set-top box (typically an ARRIS DCX960 or HUMAX 2008C-STB-
|
|
19
|
+
`homebridge-eosstb` is a Homebridge plugin allowing you to control your set-top box (typically an ARRIS DCX960 or HUMAX 2008C-STB-xx) 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.
|
|
20
20
|
|
|
21
21
|
| iOS/iPadOS 16 Accessory Tiles | Older iOS/iPadOS Accessory Tiles |
|
|
22
22
|
| :---: | :---: |
|
|
@@ -38,7 +38,7 @@ If you like this plugin, consider making a donation or buying me a coffee!<br>
|
|
|
38
38
|
Due to the adding of features and functions, this Readme applies from v2.0.0. For prior versions, please see the [eosstb release history on npm](https://www.npmjs.com/package/homebridge-eosstb?activeTab=versions).
|
|
39
39
|
|
|
40
40
|
# Works in Your Country (If you are with Magenta / Sunrise / Telenet / Virgin Media / Vodafone / Ziggo)
|
|
41
|
-
As [UPC](https://en.wikipedia.org/wiki/UPC_Broadband) (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-
|
|
41
|
+
As [UPC](https://en.wikipedia.org/wiki/UPC_Broadband) (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-xx set-top box are:
|
|
42
42
|
|
|
43
43
|
| Country | TV Provider | Web App | Box Name | Plugin Status |
|
|
44
44
|
| ------- | ----------- | ------- | -------- | ------------- |
|
|
@@ -59,12 +59,12 @@ If you subscribe to a TV service from one of these countries, you are lucky, thi
|
|
|
59
59
|
May also work with other UPC countries, if you know of any, let me know.
|
|
60
60
|
|
|
61
61
|
## Made in Switzerland
|
|
62
|
-
This plugin was written and tested on the author's set-top box (ARRIS mediabox model DCX960/KK0L/A816/0000) running on Sunrise TV in Switzerland. It has also been extensively tested on Telenet in Belgium (also on the 2nd generation HUMAX 2008C-STB-
|
|
62
|
+
This plugin was written and tested on the author's set-top box (ARRIS mediabox model DCX960/KK0L/A816/0000) running on Sunrise TV in Switzerland. It has also been extensively tested on Telenet in Belgium (also on the 2nd generation HUMAX 2008C-STB-xx), Virgin Media in Great Britain and Ireland, and Ziggo in the Netherlands.
|
|
63
63
|
|
|
64
64
|
## Why I chose the Name EOSSTB
|
|
65
65
|
I tried to find a good common name that works for this plugin for all countries. Each country uses a different marketing name for the box, so I could not use the local name. The EOS system, also known as the Horizon platform, originally used an ARRIS DCX960, but even this box comes in different types and with different firmware, so I decided not to use the model name. I stuck with the box identifier that appears in the mqtt messages: EOSSTB.
|
|
66
66
|
|
|
67
|
-
In March 2022, a newer version of the set-top box has started to appear in Telenet in Belgium: a HUMAX 2008C-STB-TN, which identifies itself as EOS2STB. However, I will keep the plugin name unchanged at EOSSTB.
|
|
67
|
+
In March 2022, a newer version of the set-top box has started to appear in Telenet in Belgium: a HUMAX 2008C-STB-TN, which identifies itself as EOS2STB. This has since been seen in NL as a HUMAX 2008C-STB-ZG, and in CH as a HUMAX 2008C-STB-UPC/CH. However, I will keep the plugin name unchanged at EOSSTB.
|
|
68
68
|
|
|
69
69
|
## Disclaimer (The Legal Stuff)
|
|
70
70
|
This plugin is not provided by Magenta or Telenet or Sunrise or Virgin Media or Ziggo any other affiliate of [UPC](https://en.wikipedia.org/wiki/UPC_Broadband). It is neither endorsed nor supported nor developed by [UPC](https://en.wikipedia.org/wiki/UPC_Broadband) or any affiliates. [UPC](https://en.wikipedia.org/wiki/UPC_Broadband) can change their systems at any time and that might break this plugin. But I hope not.
|
|
@@ -74,7 +74,7 @@ This plugin is not provided by Magenta or Telenet or Sunrise or Virgin Media or
|
|
|
74
74
|
* [Homebridge](https://homebridge.io/) v1.5.1 (or later). Developed on Homebridge 1.1.116....1.5.1, earlier versions not tested.
|
|
75
75
|
* A TV subscription from one of the supported countries and TV providers.
|
|
76
76
|
* An online account for viewing TV in the web app (often part of your TV package), see the table above.
|
|
77
|
-
* The ARRIS DCX960 or HUMAX 2008C-STB-
|
|
77
|
+
* The ARRIS DCX960 or HUMAX 2008C-STB-xx 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
78
|
* 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
79
|
* 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
80
|
|
package/index.js
CHANGED
|
@@ -951,7 +951,14 @@ class stbPlatform {
|
|
|
951
951
|
'state':authState
|
|
952
952
|
}};
|
|
953
953
|
//this.log('Cookies for the session:',cookieJar.getCookies(apiAuthorizationUrl));
|
|
954
|
-
axiosWS.post(apiAuthorizationUrl, payload, {
|
|
954
|
+
axiosWS.post(apiAuthorizationUrl, payload, {
|
|
955
|
+
jar: cookieJar,
|
|
956
|
+
// minimum headers are "accept": "*/*", "content-type": "application/json; charset=UTF-8",
|
|
957
|
+
headers: {
|
|
958
|
+
"accept": "*/*", // mandatory
|
|
959
|
+
"content-type": "application/json; charset=UTF-8", // mandatory
|
|
960
|
+
}
|
|
961
|
+
})
|
|
955
962
|
.then(response => {
|
|
956
963
|
this.log('Step 6 of 6: response:',response.status, response.statusText);
|
|
957
964
|
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
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": "2.0.
|
|
6
|
+
"version": "2.0.3",
|
|
7
7
|
"platformname": "eosstb",
|
|
8
8
|
"dependencies": {
|
|
9
9
|
"axios-cookiejar-support": "^4.0.3",
|