Skip to content

Commit

Permalink
Merge pull request #113 from jsiegenthaler/MQTT-client-endpoint-chang…
Browse files Browse the repository at this point in the history
…e-for-CH

Mqtt client endpoint change for ch
  • Loading branch information
jsiegenthaler authored Jan 14, 2024
2 parents 24647f1 + 3aae14a commit 84380f0
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 23 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ Please restart Homebridge after every plugin update.
* Add ability to log and read current program name


## 2.2.15 (2024-01-14)
* Fixed issue with MQTT connection failure in CH due to change of MQTT endpoint
* Bumped dependency "axios-cookiejar-support": "^5.0.0",


## 2.2.14 (2024-01-06)
* Updated description in package.json for better display in Homebridge on small device screens
* Updated iOS references to iOS 17.2 in README.md
Expand Down
3 changes: 2 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,8 @@ const mqttUrlArray = {
'at': 'wss://obomsg.prod.at.horizon.tv/mqtt',
'be-fr': 'wss://obomsg.prod.be.horizon.tv/mqtt',
'be-nl': 'wss://obomsg.prod.be.horizon.tv/mqtt',
'ch': 'wss://obomsg.prod.ch.horizon.tv/mqtt',
//'ch': 'wss://obomsg.prod.ch.horizon.tv/mqtt',
'ch': 'wss://messagebroker-prod-ch.gnp.cloud.dmdsdp.com/mqtt', // from 11.02.2024
'de': 'wss://obomsg.prod.de.horizon.tv/mqtt',
'gb': 'wss://obomsg.prod.gb.horizon.tv/mqtt',
'ie': 'wss://obomsg.prod.ie.horizon.tv/mqtt',
Expand Down
40 changes: 20 additions & 20 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
"displayName": "Homebridge EOSSTB",
"description": "Add your set-top box to Homekit (for Magenta AT, Telenet BE, Sunrise CH, Virgin Media GB & IE, Ziggo NL)",
"author": "Jochen Siegenthaler (https://github.com/jsiegenthaler/)",
"version": "2.2.14",
"version": "2.2.15",
"platformname": "eosstb",
"dependencies": {
"axios-cookiejar-support": "^4.0.7",
"axios-cookiejar-support": "^5.0.0",
"axios": "^1.6.5",
"debug": "^4.3.4",
"mqtt": "^5.3.4",
Expand Down

0 comments on commit 84380f0

Please sign in to comment.