diff --git a/source/_posts/2018-12-17-logitech-harmony-removes-local-api.markdown b/source/_posts/2018-12-17-logitech-harmony-removes-local-api.markdown index d3ea4bd7a8f..d77fdf94723 100644 --- a/source/_posts/2018-12-17-logitech-harmony-removes-local-api.markdown +++ b/source/_posts/2018-12-17-logitech-harmony-removes-local-api.markdown @@ -1,6 +1,6 @@ --- layout: post -title: "[Update: not a mistake] Logitech Harmony removes local API" +title: "[Update: resolved] Logitech Harmony removes local API" description: "Logitech has disabled the local API of the Harmony Hub with their latest software update. For privacy and speed it is important that home automation devices communicate locally, without data leaving the network." date: 2018-12-17 00:01:00 date_formatted: "December 17, 2018" @@ -10,6 +10,28 @@ comments: true categories: Public-Service-Announcement --- +**Update 6 (21 dec):** Great news! Logitech has [announced in a forum post](https://community.logitech.com/s/question/0D55A00008D4bZ4SAJ/harmony-hub-firmware-update-fixes-vulnerabilities) that it has introduced an XMPP Beta Program that makes it possible to install a developer firmware version which reinstates the XMPP API as it was, including the security vulnerabilties. Note that installing this version voids your warranty. + +Logitech is also working on a new version of the hub firmware that fixes the vulnerabilities. This is great and this restores our trust in Logitech. Thanks Logitech for turning around and working with your users. + +Home Assistant users are suggested to update to the latest Home Assistant version instead. Starting with version 0.84.5, we have migrated to the websockets API and no longer rely on the XMPP API. + +
+
+ The developer-only firmware that reinstates the local XMPP API. Voids warranty if installed.
+
+
+ Vulnerability Disclosure Timeline
+
diff --git a/source/images/blog/2018-12-logitech-harmony-removes-local-api/firmware.png b/source/images/blog/2018-12-logitech-harmony-removes-local-api/firmware.png new file mode 100644 index 00000000000..3e3ba8dc061 Binary files /dev/null and b/source/images/blog/2018-12-logitech-harmony-removes-local-api/firmware.png differ diff --git a/source/images/blog/2018-12-logitech-harmony-removes-local-api/forum-post-4.png b/source/images/blog/2018-12-logitech-harmony-removes-local-api/forum-post-4.png new file mode 100644 index 00000000000..4143e336e80 Binary files /dev/null and b/source/images/blog/2018-12-logitech-harmony-removes-local-api/forum-post-4.png differ diff --git a/source/images/blog/2018-12-logitech-harmony-removes-local-api/vuln-timeline.png b/source/images/blog/2018-12-logitech-harmony-removes-local-api/vuln-timeline.png new file mode 100644 index 00000000000..bf116c79fdb Binary files /dev/null and b/source/images/blog/2018-12-logitech-harmony-removes-local-api/vuln-timeline.png differ