From 6cee626337be487d9cad991147079ca7d73e61fa Mon Sep 17 00:00:00 2001 From: SukramJ Date: Mon, 13 Jan 2020 12:29:23 +0100 Subject: [PATCH] Add handling of missing devices to HomematicIP Cloud (#11725) * Add handling of missing devices to HomematicIP Cloud * fixes * Update source/_integrations/homematicip_cloud.markdown Co-Authored-By: Franck Nijhof * Update source/_integrations/homematicip_cloud.markdown Co-Authored-By: Franck Nijhof * Update source/_integrations/homematicip_cloud.markdown Co-Authored-By: Franck Nijhof * Update source/_integrations/homematicip_cloud.markdown Co-Authored-By: Franck Nijhof * Update source/_integrations/homematicip_cloud.markdown Co-Authored-By: Franck Nijhof * Update source/_integrations/homematicip_cloud.markdown Co-Authored-By: Franck Nijhof * Update source/_integrations/homematicip_cloud.markdown Co-Authored-By: Franck Nijhof * Update source/_integrations/homematicip_cloud.markdown Co-Authored-By: Franck Nijhof Co-authored-by: Franck Nijhof --- source/_integrations/homematicip_cloud.markdown | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/source/_integrations/homematicip_cloud.markdown b/source/_integrations/homematicip_cloud.markdown index d8fc91df9c3..088f7e35ccf 100644 --- a/source/_integrations/homematicip_cloud.markdown +++ b/source/_integrations/homematicip_cloud.markdown @@ -162,6 +162,18 @@ Within this delay the device registration should be completed in the App, otherw * Weather Sensor – plus (*HmIP-SWO-PL*) * Weather Sensor – pro (*HmIP-SWO-PR*) +## What to do, if a device is missing in Home Assistant + +In order for a device to be integrated into Home Assistant, it must first be implemented in the upstream library. A dump of your configuration is required for this, which is then attached to a new issue in the [upstream lib's](https://github.com/coreGreenberet/homematicip-rest-api) GitHub repository. + +1. Create a dump of your access point configuration in Home Assistant: + Developer Tools -> Services -> Select `homematicip_cloud.dump_hap_config` -> Execute. + The default dump is anonymized and is written to your configuration directory (`hmip_config_XXXX.json`). +2. Create a [new issue](https://github.com/coreGreenberet/homematicip-rest-api/issues/new) at this GitHub repository and attach the created dump file. + +Please be patient, wait for the implementation and a new release of the upstream library. +Afterward, this device can be implemented into Home Assistant. + ## Services - `homematicip_cloud.activate_eco_mode_with_duration`: Activate eco mode with duration.